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


##########
datafusion/pruning/src/pruning_predicate.rs:
##########
@@ -378,6 +378,17 @@ pub struct PruningPredicate {
     literal_guarantees: Vec<LiteralGuarantee>,
 }
 
+#[derive(Debug, Clone)]
+pub struct PruningPredicateConfig {

Review Comment:
   Went for a struct to ease up possible subsequent refactors if we add extra 
args; not sure if aligned with standards.



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