We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45c25ef commit 19fa952Copy full SHA for 19fa952
spark/src/test/scala/org/apache/comet/CometCastSuite.scala
@@ -571,6 +571,8 @@ class CometCastSuite extends CometTestBase with AdaptiveSparkPlanHelper {
571
}
572
573
test("cast StringType to DateType") {
574
+ // error message for invalid dates in Spark 3.2 not supported by Comet see below issue.
575
+ // https://github.com/apache/datafusion-comet/issues/440
576
assume(CometSparkSessionExtensions.isSpark33Plus)
577
val validDates = Seq(
578
"262142-01-01",
0 commit comments