Skip to content

Commit 206432a

Browse files
committed
address_review_comments
1 parent 6a8a511 commit 206432a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spark/src/test/scala/org/apache/comet/CometExpressionSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ class CometExpressionSuite extends CometTestBase with AdaptiveSparkPlanHelper {
397397
test("test coalesce lazy eval") {
398398
withSQLConf(
399399
SQLConf.ANSI_ENABLED.key -> "true",
400-
CometConf.COMET_CAST_ALLOW_INCOMPATIBLE.key -> "true") {
400+
CometConf.COMET_EXPR_ALLOW_INCOMPATIBLE.key -> "true") {
401401
val data = Seq((9999999999999L, 0))
402402
withParquetTable(data, "t1") {
403403
val res = spark.sql("""

0 commit comments

Comments
 (0)