alamb commented on code in PR #23420:
URL: https://github.com/apache/datafusion/pull/23420#discussion_r3562041792
##########
datafusion/common/src/config.rs:
##########
@@ -583,6 +583,72 @@ impl Display for SpillCompression {
}
}
+/// Strategy for filter pushdown in Parquet scan when
Review Comment:
This is my proposed configuration API -- an enum to control the filter
pushdown behavior (and we will add fancier ones here like `auto` 😎 )
--
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]