alamb commented on code in PR #16213: URL: https://github.com/apache/datafusion/pull/16213#discussion_r2115648305
########## datafusion/common/src/pruning.rs: ########## @@ -137,19 +138,21 @@ pub trait PruningStatistics { #[derive(Clone)] pub struct PartitionPruningStatistics { /// Values for each column for each container. - /// The outer vectors represent the columns while the inner - /// vectors represent the containers. - /// The order must match the order of the partition columns in - /// [`PartitionPruningStatistics::partition_schema`]. + /// Review Comment: this was a driveby cleanup -- to add some whitespace for my whitespace OCD -- 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