Skip to content

Commit 94d8f7d

Browse files
committed
relax the unstable EXPLAIN ANALYZE expectation
1 parent c25ea93 commit 94d8f7d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

datafusion/sqllogictest/test_files/explain_analyze.slt

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

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

108109
# All partition's output_rows: [0]
109110
statement ok

0 commit comments

Comments
 (0)