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 6a8a511 commit 206432aCopy full SHA for 206432a
spark/src/test/scala/org/apache/comet/CometExpressionSuite.scala
@@ -397,7 +397,7 @@ class CometExpressionSuite extends CometTestBase with AdaptiveSparkPlanHelper {
397
test("test coalesce lazy eval") {
398
withSQLConf(
399
SQLConf.ANSI_ENABLED.key -> "true",
400
- CometConf.COMET_CAST_ALLOW_INCOMPATIBLE.key -> "true") {
+ CometConf.COMET_EXPR_ALLOW_INCOMPATIBLE.key -> "true") {
401
val data = Seq((9999999999999L, 0))
402
withParquetTable(data, "t1") {
403
val res = spark.sql("""
0 commit comments