coderfender commented on PR #21933: URL: https://github.com/apache/datafusion/pull/21933#issuecomment-4373100169
@athlcode , test failures : ``` 3. query failed: DataFusion error: Optimizer rule 'simplify_expressions' failed caused by Arrow error: Cast error: Can't cast value 2147483648 to type Int32 [SQL] SELECT floor(2147483647::INT), floor(-2147483648::INT), floor(NULL::INT); at /__w/datafusion/datafusion/datafusion/sqllogictest/test_files/spark/math/floor.slt:255 ``` -- 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]
