You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/11/10 02:52:34 UTC

[GitHub] [arrow-datafusion] Ted-Jiang commented on a diff in pull request #4160: Minor: Extract parquet row group pruning code into its own module

Ted-Jiang commented on code in PR #4160:
URL: https://github.com/apache/arrow-datafusion/pull/4160#discussion_r1018603811


##########
datafusion/core/src/physical_plan/file_format/parquet.rs:
##########
@@ -17,43 +17,36 @@
 
 //! Execution plan for reading Parquet files
 
+use arrow::datatypes::SchemaRef;
 use fmt::Debug;

Review Comment:
   Great! before you split. I open this file in Clion it always lagging 😂.  Thanks for your work @alamb 😄



-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org