Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions vector/test/test_files/small.test
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading