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