Skip to content

Commit

Permalink
rm dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
comphead committed Jun 6, 2024
1 parent 8023f45 commit dd19e27
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions datafusion/physical-plan/src/joins/sort_merge_join.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1415,9 +1415,6 @@ fn get_filter_column(
.map(|i| buffered_columns[i.index].clone())
.collect::<Vec<_>>();

// dbg!(&left_columns);
// dbg!(&right_columns);

filter_columns.extend(left_columns);
filter_columns.extend(right_columns);
}
Expand Down

0 comments on commit dd19e27

Please sign in to comment.