andygrove opened a new issue, #2539:
URL: https://github.com/apache/datafusion-comet/issues/2539
### Describe the bug
If I build the native library with `--release`, then I see a test failure. I
would not expect this to happen.
```
- date_add with int scalars (5 seconds, 994 milliseconds)
- date_add with scalar overflow *** FAILED *** (286 milliseconds)
"Error while decoding: java.lang.ArithmeticException: integer overflow
createexternalrow(staticinvoke(class
org.apache.spark.sql.catalyst.util.DateTimeUtils$, ObjectType(class
java.sql.Date), toJavaDate, input[0, date, true], true, false, true),
StructField(date_add(_20, 2147483647),DateType,true))." did not contain
"attempt to add with overflow" (CometExpressionSuite.scala:255)
```
### Steps to reproduce
_No response_
### Expected behavior
_No response_
### Additional context
_No response_
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]