Commit c2824b5
test(sqllogictest): stabilize parquet output_rows_skew with WITH ORDER (apache#21898)
## Summary
Adds `WITH ORDER (x)` to `CREATE EXTERNAL TABLE skew_parquet` /
`skew_parquet_single` in `explain_analyze.slt` so `FileScanConfig`
preserves scan ordering (`preserve_order`), keeping per-partition
`output_rows` stable under dynamic file scheduling (PR apache#21351).
## Related
- Follow-up to flaky skew assertions discussed around apache#21866 / apache#21850.
## Testing
- `cargo test -p datafusion-sqllogictest --test sqllogictests --
explain_analyze` (recommended before merge)
Sqllogictest-only change.
Made with [Cursor](https://cursor.com)
---------
Co-authored-by: Yongting You <2010youy01@gmail.com>
Co-authored-by: Raz Luvaton <16746759+rluvaton@users.noreply.github.com>1 parent e18b1cf commit c2824b5
1 file changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
30 | 33 | | |
31 | 34 | | |
32 | 35 | | |
| |||
48 | 51 | | |
49 | 52 | | |
50 | 53 | | |
| 54 | + | |
51 | 55 | | |
52 | 56 | | |
53 | 57 | | |
| |||
70 | 74 | | |
71 | 75 | | |
72 | 76 | | |
| 77 | + | |
73 | 78 | | |
74 | 79 | | |
75 | 80 | | |
| |||
98 | 103 | | |
99 | 104 | | |
100 | 105 | | |
| 106 | + | |
101 | 107 | | |
102 | 108 | | |
103 | 109 | | |
| |||
109 | 115 | | |
110 | 116 | | |
111 | 117 | | |
| 118 | + | |
112 | 119 | | |
113 | 120 | | |
114 | 121 | | |
| |||
0 commit comments