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 711886e commit 155d6e5Copy full SHA for 155d6e5
spark/src/test/scala/org/apache/comet/exec/CometJoinSuite.scala
@@ -393,13 +393,11 @@ class CometJoinSuite extends CometTestBase {
393
val df10 = sql(
394
"SELECT * FROM tbl_a LEFT ANTI JOIN tbl_b ON tbl_a._2 = tbl_b._1 " +
395
"AND tbl_a._2 >= tbl_b._1")
396
-
397
checkSparkAnswerAndOperator(df10)
398
399
val df11 = sql(
400
"SELECT * FROM tbl_b LEFT ANTI JOIN tbl_a ON tbl_a._2 = tbl_b._1 " +
401
402
403
checkSparkAnswerAndOperator(df11)
404
}
405
0 commit comments