andygrove commented on PR #3083:
URL: 
https://github.com/apache/datafusion-comet/pull/3083#issuecomment-3760268726

   There is a test failure:
   ```
   2026-01-14T23:17:19.7092172Z - cast StringType to DecimalType(2,2) *** 
FAILED *** (684 milliseconds)
   2026-01-14T23:17:19.7092965Z   "[[CAST_INVALID_INPUT] The value '
   2026-01-14T23:17:19.7100086Z 3' of the type "STRING" cannot be cast to 
"DECIMAL(2,2)" because it is malformed. Correct the value as per the syntax, or 
change its target type. Use `try_cast` to tolerate malformed input and return 
NULL instead. If necessary set "spark.sql.ansi.enabled" to "false" to bypass 
this error]." did not equal "[[NUMERIC_VALUE_OUT_OF_RANGE] 3 cannot be 
represented as Decimal(2, 2). If necessary set "spark.sql.ansi.enabled" to 
"false" to bypass this error, and return NULL instead]." 
(CometCastSuite.scala:1424)
   2026-01-14T23:17:19.7102421Z   Analysis:
   2026-01-14T23:17:19.7102696Z   "[[CAST_INVALID_INPUT] The value '
   2026-01-14T23:17:19.7105340Z 3' of the type "STRING" cannot be cast to 
"DECIMAL(2,2)" because it is malformed. Correct the value as per the syntax, or 
change its target type. Use `try_cast` to tolerate malformed input and return 
NULL instead. If necessary set "spark.sql.ansi.enabled" to "false" to bypass 
this error]." -> "[[NUMERIC_VALUE_OUT_OF_RANGE] 3 cannot be represented as 
Decimal(2, 2). If necessary set "spark.sql.ansi.enabled" to "false" to bypass 
this error, and return NULL instead]."
   ```
   


-- 
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]

Reply via email to