File tree Expand file tree Collapse file tree
datafusion/sqllogictest/test_files Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ STORED AS PARQUET;
4848statement ok
4949CREATE EXTERNAL TABLE skew_parquet
5050STORED AS PARQUET
51+ WITH ORDER (x)
5152LOCATION 'test_files/scratch/explain_analyze/output_rows_skew';
5253
5354# All partition's output_rows: [4]
@@ -70,6 +71,7 @@ STORED AS PARQUET;
7071statement ok
7172CREATE EXTERNAL TABLE skew_parquet
7273STORED AS PARQUET
74+ WITH ORDER (x)
7375LOCATION 'test_files/scratch/explain_analyze/output_rows_skew';
7476
7577query TT
@@ -98,6 +100,7 @@ STORED AS PARQUET;
98100statement ok
99101CREATE EXTERNAL TABLE skew_parquet
100102STORED AS PARQUET
103+ WITH ORDER (x)
101104LOCATION 'test_files/scratch/explain_analyze/output_rows_skew';
102105
103106query TT
@@ -109,6 +112,7 @@ Plan with Metrics DataSourceExec: <slt:ignore>output_rows_skew=84.31%<slt:ignore
109112statement ok
110113CREATE EXTERNAL TABLE skew_parquet_single
111114STORED AS PARQUET
115+ WITH ORDER (x)
112116LOCATION 'test_files/scratch/explain_analyze/output_rows_skew/f4.parquet';
113117
114118query TT
You can’t perform that action at this time.
0 commit comments