Skip to content

Commit

Permalink
feat: reenable filtered SMJ Anti join tests
Browse files Browse the repository at this point in the history
  • Loading branch information
comphead committed Jan 2, 2025
1 parent b813cb8 commit 8073591
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -394,13 +394,11 @@ class CometJoinSuite extends CometTestBase {
val df10 = sql(
"SELECT * FROM tbl_a LEFT ANTI JOIN tbl_b ON tbl_a._2 = tbl_b._1 " +
"AND tbl_a._2 >= tbl_b._1")

checkSparkAnswerAndOperator(df10)

val df11 = sql(
"SELECT * FROM tbl_b LEFT ANTI JOIN tbl_a ON tbl_a._2 = tbl_b._1 " +
"AND tbl_a._2 >= tbl_b._1")

checkSparkAnswerAndOperator(df11)
}
}
Expand Down

0 comments on commit 8073591

Please sign in to comment.