Skip to content

Commit 5b0ba91

Browse files
committed
revert the explain test
1 parent a045f6a commit 5b0ba91

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

datafusion/sqllogictest/test_files/explain_analyze.slt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,7 @@ STORED AS PARQUET;
9494
----
9595
0
9696

97-
# Mixed files can be redistributed across scan partitions by shared work
98-
# stealing, so the exact skew value is not stable across environments.
97+
# All partition's output_rows: [4, 0, 1, 0]
9998
statement ok
10099
CREATE EXTERNAL TABLE skew_parquet
101100
STORED AS PARQUET
@@ -104,7 +103,7 @@ LOCATION 'test_files/scratch/explain_analyze/output_rows_skew';
104103
query TT
105104
EXPLAIN ANALYZE SELECT * FROM skew_parquet;
106105
----
107-
Plan with Metrics DataSourceExec: <slt:ignore>output_rows_skew=<slt:ignore>%<slt:ignore>
106+
Plan with Metrics DataSourceExec: <slt:ignore>output_rows_skew=84.31%<slt:ignore>
108107

109108
# All partition's output_rows: [0]
110109
statement ok

0 commit comments

Comments
 (0)