cj-zhukov commented on code in PR #20474: URL: https://github.com/apache/datafusion/pull/20474#discussion_r2844721852
########## datafusion/sqllogictest/test_files/push_down_filter.slt: ########## @@ -743,3 +744,18 @@ drop table t1; statement ok drop table t2; + +statement ok +set datafusion.execution.parquet.pushdown_filters = false; + +statement ok +set datafusion.execution.collect_statistics = false; + +statement ok +set datafusion.execution.parquet.pushdown_filters = false; Review Comment: Thank you for catching this - I missed that duplicate configuration in the `push_down_filter.slt` -- 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]
