alamb commented on code in PR #3041: URL: https://github.com/apache/arrow-datafusion/pull/3041#discussion_r938886980
########## datafusion/core/src/physical_optimizer/pruning.rs: ########## @@ -20,13 +20,13 @@ //! significant performance improvements by avoiding the need //! to evaluate a plan on entire containers (e.g. an entire file) //! -//! For example, it is used to prune (skip) row groups while reading -//! parquet files if it can be determined from the predicate that -//! nothing in the row group can match. +//! For example, DataFusion uses this code to prune (skip) row groups +//! while reading parquet files if it can be determined from the +//! predicate that nothing in the row group can match. //! -//! This code is currently specific to Parquet, but soon (TM), via -//! <https://github.com/apache/arrow-datafusion/issues/363> it will Review Comment: https://github.com/apache/arrow-datafusion/issues/363 is done 🎉 -- 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...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org