LucidDB / luciddb

DEFUNCT: See README
https://github.com/LucidDB/luciddb
Apache License 2.0
53 stars 24 forks source link

[FRG-214] Java calc function abs fails for Integer.MIN_VALUE #658

Open dynamobi-build opened 12 years ago

dynamobi-build commented 12 years ago

[reporter="jpham", created="Sun, 24 Sep 2006 15:07:16 -0500 (GMT-05:00)"] The range of Java integers is: [-2147483648, 2147483647]
So abs(-2147483648) should cause an overflow but doesn't.
See luciddb test calc.funcMathCover