diff --git a/tests/cases/standalone/common/function/vector/vector_index_explain.result b/tests/cases/standalone/common/function/vector/vector_index_explain.result index c88d482c2a..f0439a362d 100644 --- a/tests/cases/standalone/common/function/vector/vector_index_explain.result +++ b/tests/cases/standalone/common/function/vector/vector_index_explain.result @@ -205,7 +205,7 @@ ADMIN FLUSH_TABLE('vectors_explain_metric'); -- SQLNESS REPLACE Total\s+rows:\s+\d+ Total rows: REDACTED -- SQLNESS REPLACE (peers.*) REDACTED -- SQLNESS REPLACE region=\d+\(\d+,\s+\d+\) region=REDACTED --- SQLNESS REPLACE ,\s"dyn_filters":\s\[.* REDACTED +-- SQLNESS REPLACE SeqScan:.* SeqScan: REDACTED -- SQLNESS REPLACE ,\s"vector_index_k":\s\d+ -- SQLNESS REPLACE "index_size":\d+ "index_size":REDACTED EXPLAIN ANALYZE VERBOSE @@ -223,7 +223,7 @@ LIMIT 2; | 1_| 0_|_ProjectionExec: expr=[vec_id@0 as vec_id] metrics=REDACTED_| |_|_|_SortPreservingMergeExec: [vec_cos_distance(embedding@1, [1.0, 0.0]) ASC NULLS LAST, vec_id@0 ASC NULLS LAST], fetch=2 metrics=REDACTED_| |_|_|_SortExec: TopK(fetch=2), expr=[vec_cos_distance(embedding@1, [1.0, 0.0]) ASC NULLS LAST, vec_id@0 ASC NULLS LAST], preserve_partitioning=[true] metrics=REDACTED_| -|_|_|_SeqScan: region=REDACTED, {"partition_count":{"count":1, "mem_ranges":0, "files":1, "file_ranges":1}, "projection": ["vec_id", "embedding"]REDACTED +|_|_|_SeqScan: REDACTED |_|_|_| |_|_| Total rows: REDACTED_| +-+-+-+ diff --git a/tests/cases/standalone/common/function/vector/vector_index_explain.sql b/tests/cases/standalone/common/function/vector/vector_index_explain.sql index 8baab85585..5c67fc7203 100644 --- a/tests/cases/standalone/common/function/vector/vector_index_explain.sql +++ b/tests/cases/standalone/common/function/vector/vector_index_explain.sql @@ -129,7 +129,7 @@ ADMIN FLUSH_TABLE('vectors_explain_metric'); -- SQLNESS REPLACE Total\s+rows:\s+\d+ Total rows: REDACTED -- SQLNESS REPLACE (peers.*) REDACTED -- SQLNESS REPLACE region=\d+\(\d+,\s+\d+\) region=REDACTED --- SQLNESS REPLACE ,\s"dyn_filters":\s\[.* REDACTED +-- SQLNESS REPLACE SeqScan:.* SeqScan: REDACTED -- SQLNESS REPLACE ,\s"vector_index_k":\s\d+ -- SQLNESS REPLACE "index_size":\d+ "index_size":REDACTED EXPLAIN ANALYZE VERBOSE