Skip to content

Commit

Permalink
add debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
JackTan25 committed Jan 13, 2024
1 parent 1b3ed9a commit 01d8099
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ impl HashJoinProbeState {
}
let intervals = block_info_index.print_intervals();
for interval in intervals {
info!("interval :{} ", interval);
info!("interval :({},{}) ", interval.0, interval.1);
}
for (row_idx, hit) in matched.iter().enumerate() {
info!("row_idx :{}, hit: {} ", row_idx, hit);
Expand Down

0 comments on commit 01d8099

Please sign in to comment.