16pierre commented on code in PR #19928:
URL: https://github.com/apache/datafusion/pull/19928#discussion_r2717146858


##########
datafusion/datasource-parquet/src/opener.rs:
##########
@@ -104,6 +106,8 @@ pub(super) struct ParquetOpener {
     pub enable_bloom_filter: bool,
     /// Should row group pruning be applied
     pub enable_row_group_stats_pruning: bool,
+    /// Maximum number of elements (inclusive) in InList exprs to be eligible 
for pruning
+    pub pruning_max_inlist_limit: usize,

Review Comment:
   Is this what you had in mind ? 0f6cdeba58639c23a06bae74c386a8375e17745a



-- 
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