SteveLauC commented on PR #9314: URL: https://github.com/apache/arrow-datafusion/pull/9314#issuecomment-1962240794
Well, centralizing the configuration to ParquetExec is not what I want, I simply don't want these 2 predicates to be created if the pushdowns are disabled. Actually, does the issue described in #9282 really exist? I just gave another look at the calling procedure, it seems that if `prune` is disabled, then the `predicate` argument of `ParquetExec::new()` will be None, then these 2 predicates won't be created. -- 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-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org