From e4352d58aa9c454adf02d4be02a398e7b856a9a1 Mon Sep 17 00:00:00 2001 From: Arun Sharma Date: Fri, 14 Aug 2026 22:15:49 -0700 Subject: [PATCH] extension: fix the error message --- vector/test/test_files/small.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vector/test/test_files/small.test b/vector/test/test_files/small.test index 88b4a3b0..97c1295d 100644 --- a/vector/test/test_files/small.test +++ b/vector/test/test_files/small.test @@ -459,10 +459,10 @@ embeddings|e_hnsw_index|HNSW|[vec]|True|CALL CREATE_VECTOR_INDEX('embeddings', ' 58 -STATEMENT MATCH ()-[:_0_e_hnsw_index_UPPER]->() RETURN COUNT(*) ---- error -Catalog exception: _0_e_hnsw_index_UPPER does not exist in catalog. +Binder exception: Table _0_e_hnsw_index_UPPER does not exist. -STATEMENT MATCH ()-[:_0_e_hnsw_index_LOWER]->() RETURN COUNT(*) ---- error -Catalog exception: _0_e_hnsw_index_LOWER does not exist in catalog. +Binder exception: Table _0_e_hnsw_index_LOWER does not exist. -STATEMENT CREATE REL TABLE _0_e_hnsw_index_UPPER (FROM embeddings TO embeddings, distance FLOAT); ---- error Binder exception: _0_e_hnsw_index_UPPER already exists in catalog.