diff --git a/tests/cases/distributed/explain/analyze_append_table_count.result b/tests/cases/distributed/explain/analyze_append_table_count.result index 7a2a1603f2..d08f7627fb 100644 --- a/tests/cases/distributed/explain/analyze_append_table_count.result +++ b/tests/cases/distributed/explain/analyze_append_table_count.result @@ -18,17 +18,21 @@ WITH( Affected Rows: 0 -- SQLNESS REPLACE (metrics.*) REDACTED +-- SQLNESS REPLACE (RoundRobinBatch.*) REDACTED +-- SQLNESS REPLACE (-+) - +-- SQLNESS REPLACE (\s\s+) _ -- SQLNESS REPLACE (peers.*) REDACTED +-- SQLNESS REPLACE region=\d+\(\d+,\s+\d+\) region=REDACTED EXPLAIN ANALYZE SELECT count(*) FROM test_table; -+-------+------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ -| stage | node | plan | -+-------+------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ -| 0 | 0 | MergeScanExec: REDACTED -| | | | -| 1 | 0 | ProjectionExec: expr=[0 as COUNT(test_table.timestamp)] REDACTED -| | | common_recordbatch::adapter::MetricCollector REDACTED -| | | | -| | | Total rows: 1 | -+-------+------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ ++-+-+-+ +| stage | node | plan_| ++-+-+-+ +| 0_| 0_|_MergeScanExec: REDACTED +|_|_|_| +| 1_| 0_|_ProjectionExec: expr=[0 as COUNT(test_table.timestamp)] REDACTED +|_|_|_common_recordbatch::adapter::MetricCollector REDACTED +|_|_|_| +|_|_| Total rows: 1_| ++-+-+-+ diff --git a/tests/cases/distributed/explain/analyze_append_table_count.sql b/tests/cases/distributed/explain/analyze_append_table_count.sql index fedf18dfa8..a47fc99275 100644 --- a/tests/cases/distributed/explain/analyze_append_table_count.sql +++ b/tests/cases/distributed/explain/analyze_append_table_count.sql @@ -17,5 +17,9 @@ WITH( ); -- SQLNESS REPLACE (metrics.*) REDACTED +-- SQLNESS REPLACE (RoundRobinBatch.*) REDACTED +-- SQLNESS REPLACE (-+) - +-- SQLNESS REPLACE (\s\s+) _ -- SQLNESS REPLACE (peers.*) REDACTED +-- SQLNESS REPLACE region=\d+\(\d+,\s+\d+\) region=REDACTED EXPLAIN ANALYZE SELECT count(*) FROM test_table;