alamb commented on code in PR #23420:
URL: https://github.com/apache/datafusion/pull/23420#discussion_r3562149462


##########
datafusion/datasource-parquet/src/source.rs:
##########
@@ -827,7 +829,79 @@ impl FileSource for ParquetSource {
         // because even if scan pushdown is disabled we can still use the 
filters for stats pruning.
         let config_pushdown_enabled = 
config.execution.parquet.pushdown_filters;
         let table_pushdown_enabled = self.pushdown_filters();
-        let pushdown_filters = table_pushdown_enabled || 
config_pushdown_enabled;
+        let mut pushdown_filters = table_pushdown_enabled || 
config_pushdown_enabled;
+        // Narrow-projection gate (issue #3463, discussion on PR #23369):

Review Comment:
   we can probably reduce this comment substantially 



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to