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 739ef0c commit f6369ddCopy full SHA for f6369dd
spark/src/test/scala/org/apache/comet/CometExpressionSuite.scala
@@ -398,8 +398,7 @@ class CometExpressionSuite extends CometTestBase with AdaptiveSparkPlanHelper {
398
withSQLConf(SQLConf.ANSI_ENABLED.key -> "true") {
399
val data = Seq((100, 0))
400
withParquetTable(data, "t1") {
401
- val res = spark.sql(
402
- """
+ val res = spark.sql("""
403
|SELECT coalesce(_1 , 1/0) from t1;
404
| """.stripMargin)
405
checkSparkAnswer(res)
0 commit comments