Skip to content

Commit 155d6e5

Browse files
committed
feat: reenable filtered SMJ Anti join tests
1 parent 711886e commit 155d6e5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spark/src/test/scala/org/apache/comet/exec/CometJoinSuite.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -393,13 +393,11 @@ class CometJoinSuite extends CometTestBase {
393393
val df10 = sql(
394394
"SELECT * FROM tbl_a LEFT ANTI JOIN tbl_b ON tbl_a._2 = tbl_b._1 " +
395395
"AND tbl_a._2 >= tbl_b._1")
396-
397396
checkSparkAnswerAndOperator(df10)
398397

399398
val df11 = sql(
400399
"SELECT * FROM tbl_b LEFT ANTI JOIN tbl_a ON tbl_a._2 = tbl_b._1 " +
401400
"AND tbl_a._2 >= tbl_b._1")
402-
403401
checkSparkAnswerAndOperator(df11)
404402
}
405403
}

0 commit comments

Comments
 (0)