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 @@ -100,10 +100,16 @@ CREATE EXTERNAL TABLE skew_parquet
100100STORED AS PARQUET
101101LOCATION 'test_files/scratch/explain_analyze/output_rows_skew';
102102
103- query TT
104- EXPLAIN ANALYZE SELECT * FROM skew_parquet;
105- ----
106- Plan with Metrics DataSourceExec: <slt:ignore>output_rows_skew=84.31%<slt:ignore>
103+ # Skipped:
104+ # After https://github.com/apache/datafusion/pull/21351, the Parquet scan order
105+ # is no longer deterministic, so this metric cannot be reliably tested.
106+ # Coverage can be restored by implementing this metric in other executors,
107+ # such as the memory table.
108+ #
109+ # query TT
110+ # EXPLAIN ANALYZE SELECT * FROM skew_parquet;
111+ # ----
112+ # Plan with Metrics DataSourceExec: <slt:ignore>output_rows_skew=84.31%<slt:ignore>
107113
108114# All partition's output_rows: [0]
109115statement ok
You can’t perform that action at this time.
0 commit comments