Skip to content

Commit e3586f7

Browse files
Fix output_rows_skew sqllogictest flake
1 parent 3deeadd commit e3586f7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

datafusion/sqllogictest/test_files/explain_analyze.slt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ STORED AS PARQUET;
4848
statement ok
4949
CREATE EXTERNAL TABLE skew_parquet
5050
STORED AS PARQUET
51+
WITH ORDER (x)
5152
LOCATION 'test_files/scratch/explain_analyze/output_rows_skew';
5253

5354
# All partition's output_rows: [4]
@@ -70,6 +71,7 @@ STORED AS PARQUET;
7071
statement ok
7172
CREATE EXTERNAL TABLE skew_parquet
7273
STORED AS PARQUET
74+
WITH ORDER (x)
7375
LOCATION 'test_files/scratch/explain_analyze/output_rows_skew';
7476

7577
query TT
@@ -98,6 +100,7 @@ STORED AS PARQUET;
98100
statement ok
99101
CREATE EXTERNAL TABLE skew_parquet
100102
STORED AS PARQUET
103+
WITH ORDER (x)
101104
LOCATION 'test_files/scratch/explain_analyze/output_rows_skew';
102105

103106
query TT
@@ -109,6 +112,7 @@ Plan with Metrics DataSourceExec: <slt:ignore>output_rows_skew=84.31%<slt:ignore
109112
statement ok
110113
CREATE EXTERNAL TABLE skew_parquet_single
111114
STORED AS PARQUET
115+
WITH ORDER (x)
112116
LOCATION 'test_files/scratch/explain_analyze/output_rows_skew/f4.parquet';
113117

114118
query TT

0 commit comments

Comments
 (0)