Skip to content

Commit 8073591

Browse files
committed
feat: reenable filtered SMJ Anti join tests
1 parent b813cb8 commit 8073591

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
@@ -394,13 +394,11 @@ class CometJoinSuite extends CometTestBase {
394394
val df10 = sql(
395395
"SELECT * FROM tbl_a LEFT ANTI JOIN tbl_b ON tbl_a._2 = tbl_b._1 " +
396396
"AND tbl_a._2 >= tbl_b._1")
397-
398397
checkSparkAnswerAndOperator(df10)
399398

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

0 commit comments

Comments
 (0)