alamb commented on code in PR #17286: URL: https://github.com/apache/datafusion/pull/17286#discussion_r2294475802
########## datafusion/physical-plan/src/joins/hash_join.rs: ########## @@ -115,34 +114,6 @@ impl ColumnBounds { } } -/// Represents the bounds for all join key columns from a single partition. -/// This contains the min/max values computed from one partition's build-side data. -#[derive(Debug, Clone)] -struct PartitionBounds { Review Comment: Yes please! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org