Skip to content

Commit fdbe8f5

Browse files
committed
lazy_coalesce_fallback_case_statement
1 parent 342101a commit fdbe8f5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -398,8 +398,7 @@ class CometExpressionSuite extends CometTestBase with AdaptiveSparkPlanHelper {
398398
withSQLConf(SQLConf.ANSI_ENABLED.key -> "true") {
399399
val data = Seq((100, 0))
400400
withParquetTable(data, "t1") {
401-
val res = spark.sql(
402-
"""
401+
val res = spark.sql("""
403402
|SELECT coalesce(_1 , 1/0) from t1;
404403
| """.stripMargin)
405404
checkSparkAnswer(res)

0 commit comments

Comments
 (0)