Skip to content

Commit

Permalink
fixed redundant queries in test2
Browse files Browse the repository at this point in the history
  • Loading branch information
swetavooda committed Apr 9, 2024
1 parent ef00ddb commit 1458fd8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/expected/pinecone_zero_vector_insert.out
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ SET pinecone.vectors_per_request = 1;
SET pinecone.requests_per_batch = 1;
-- disable flat scan to force use of the index
SET enable_seqscan = off;
-- Testing database is responsible for initializing the mock table with
-- SELECT pinecone_create_mock_table();
-- CREATE TABLE
DROP TABLE IF EXISTS t;
NOTICE: table "t" does not exist, skipping
Expand Down

0 comments on commit 1458fd8

Please sign in to comment.