andygrove commented on PR #383:
URL: https://github.com/apache/datafusion-comet/pull/383#issuecomment-2113042972
There is one test failure with JDK 8 / Spark 3.2:
```
- cast StringType to DateType *** FAILED *** (349 milliseconds)
"[CAST_INVALID_INPUT] The value '0' of the type "STRING" cannot be cast to
"DATE" 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 contain "annot cast 0 to DateType." (CometCastSuite.scala:1069)
```
--
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]