Skip to content

Commit 3128642

Browse files
authored
[Snowflake] Remove PUBLIC token (#3099)
1 parent a57bb07 commit 3128642

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

sql/snowflake/SnowflakeLexer.g4

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,6 @@ PROFILE: 'PROFILE';
636636
PROPERTY: 'PROPERTY';
637637
PROVIDER: 'PROVIDER';
638638
PROVIDER_KEY_NAME: 'PROVIDER_KEY_NAME';
639-
PUBLIC: 'PUBLIC';
640639
PURGE: 'PURGE';
641640
PUT: 'PUT';
642641
PYTHON: 'PYTHON';

sql/snowflake/examples/call.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
call my_stored_proc(arg_1);
2+
call public.some_store_procedure('some input');

sql/snowflake/examples/other.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,3 @@ truncate materialized view v;
2222
truncate table t;
2323
unset i;
2424
unset (i,j,k);
25-
call my_stored_proc(arg_1);

0 commit comments

Comments
 (0)