diff --git a/vector/test/test_files/small.test b/vector/test/test_files/small.test index 88b4a3b..97c1295 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.