Skip to content

Commit c1d0a33

Browse files
committed
fix comments
1 parent 59e99a4 commit c1d0a33

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

datafusion/sqllogictest/test_files/sort_pushdown.slt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1100,7 +1100,8 @@ CREATE EXTERNAL TABLE reversed_parquet(id INT, value INT)
11001100
STORED AS PARQUET
11011101
LOCATION 'test_files/scratch/sort_pushdown/reversed/';
11021102

1103-
# Test 4.1: Files sorted by statistics → non-overlapping → SortExec eliminated
1103+
# Test 4.1: PushdownSort reorders files by min/max statistics so they are
1104+
# already in correct sort order → non-overlapping → no SortExec needed.
11041105
# (files reordered from [a_high, b_mid, c_low] to [c_low, b_mid, a_high])
11051106
query TT
11061107
EXPLAIN SELECT * FROM reversed_parquet ORDER BY id ASC;

0 commit comments

Comments
 (0)