Skip to content

Commit

Permalink
Move filtered SMJ Full filtered join out of join_partial phase
Browse files Browse the repository at this point in the history
  • Loading branch information
comphead committed Nov 12, 2024
1 parent e634f65 commit 13815ad
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions datafusion/core/tests/fuzz_cases/join_fuzz.rs
Original file line number Diff line number Diff line change
Expand Up @@ -510,11 +510,6 @@ impl JoinFuzzTestCase {
nlj_formatted.trim().lines().collect();
nlj_formatted_sorted.sort_unstable();

println!("=============== HashJoinExec ==================");
hj_formatted_sorted.iter().for_each(|s| println!("{}", s));
println!("=============== SortMergeJoinExec ==================");
smj_formatted_sorted.iter().for_each(|s| println!("{}", s));

if debug
&& ((join_tests.contains(&NljHj) && nlj_rows != hj_rows)
|| (join_tests.contains(&HjSmj) && smj_rows != hj_rows))
Expand Down

0 comments on commit 13815ad

Please sign in to comment.