zhuqi-lucas commented on code in PR #21182: URL: https://github.com/apache/datafusion/pull/21182#discussion_r3035074276
########## datafusion/sqllogictest/test_files/sort_pushdown.slt: ########## @@ -1100,16 +1100,15 @@ CREATE EXTERNAL TABLE reversed_parquet(id INT, value INT) STORED AS PARQUET LOCATION 'test_files/scratch/sort_pushdown/reversed/'; -# Test 4.1: SortExec must be present because files are not in inter-file order +# Test 4.1: Files sorted by statistics → non-overlapping → SortExec eliminated Review Comment: Thanks @alamb , addressed this in latest PR. -- 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]
