zhuqi-lucas commented on code in PR #19446: URL: https://github.com/apache/datafusion/pull/19446#discussion_r2645209405
########## datafusion/sqllogictest/test_files/dynamic_filter_pushdown_config.slt: ########## @@ -752,3 +752,577 @@ DROP TABLE sorted_parquet; statement ok SET datafusion.optimizer.enable_sort_pushdown = true; + + +# Test 7: Sort pushdown with constant column filtering Review Comment: Good point @adriangb , I added sort pushdown cases here because it included topk pushdown testing here, i can add a new test file. -- 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]
