huaxingao commented on PR #37847: URL: https://github.com/apache/spark/pull/37847#issuecomment-1242307565
@gengliangwang This test failed. ``` [info] - SPARK-40389: Don't eliminate a cast which can cause overflow *** FAILED *** (227 milliseconds) [info] "The value 9000000000BD of the type "DECIMAL(10,0)" cannot be cast to "INT" due to an overflow. Use `try_cast` to tolerate overflow and return NULL instead. If necessary set "spark.sql.ansi.enabled" to "false" to bypass this error." did not contain "[CAST_OVERFLOW]" (SQLQuerySuite.scala:4562) ``` -- 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]
