Skip to content

Commit 5c31674

Browse files
committed
fix: use slt:ignore for non-deterministic output_rows_skew metric
1 parent ae9ebd7 commit 5c31674

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

datafusion/sqllogictest/test_files/explain_analyze.slt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ LOCATION 'test_files/scratch/explain_analyze/output_rows_skew';
103103
query TT
104104
EXPLAIN ANALYZE SELECT * FROM skew_parquet;
105105
----
106-
Plan with Metrics DataSourceExec: <slt:ignore>output_rows_skew=84.31%<slt:ignore>
106+
Plan with Metrics DataSourceExec: <slt:ignore>output_rows_skew=<slt:ignore>
107107

108108
# All partition's output_rows: [0]
109109
statement ok

0 commit comments

Comments
 (0)