Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
swetavooda committed Apr 19, 2024
1 parent 0bf28f0 commit 2461566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sql/pinecone_invalid_config.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SET enable_seqscan = off;
SET client_min_messages = 'notice';
ALTER SYSTEM RESET pinecone.api_key;
ALTER SYSTEM SET pinecone.api_key = '';
SELECT pg_reload_conf();
CREATE TABLE t (val vector(3));
CREATE INDEX i2 ON t USING pinecone (val) WITH (spec = '{"serverless":{"cloud":"aws","region":"us-west-2"}}');
Expand Down

0 comments on commit 2461566

Please sign in to comment.