Skip to content

Commit

Permalink
Enable LeftAnti filtered fuzz tests. Add git reference
Browse files Browse the repository at this point in the history
  • Loading branch information
comphead committed Jul 18, 2024
1 parent cc5245b commit 4c639ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions datafusion/core/tests/fuzz_cases/join_fuzz.rs
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ async fn test_semi_join_1k() {
#[tokio::test]
async fn test_semi_join_1k_filtered() {
// NLJ vs HJ gives wrong result
// Tracked in https://github.com/apache/datafusion/issues/11537
JoinFuzzTestCase::new(
make_staggered_batches(1000),
make_staggered_batches(1000),
Expand All @@ -251,6 +252,7 @@ async fn test_anti_join_1k() {
#[tokio::test]
async fn test_anti_join_1k_filtered() {
// NLJ vs HJ gives wrong result
// Tracked in https://github.com/apache/datafusion/issues/11537
JoinFuzzTestCase::new(
make_staggered_batches(1000),
make_staggered_batches(1000),
Expand Down

0 comments on commit 4c639ff

Please sign in to comment.