-
Type:
Bug
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.4.0
-
Component/s: Spark Core, SQL
-
Labels:None
The following assignment cause overflow in right hand side. As a result, the result may be negative.
long = int*int long = int+int
- links to