Skip to content

Snowflake LIST @foo and REMOVE @foo stage syntax fail to parse with a semicolon #1773

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
tv42 opened this issue Mar 20, 2025 · 1 comment

Comments

@tv42
Copy link

tv42 commented Mar 20, 2025

-- breaks
LIST @bar;

-- ok
LIST @bar

-- breaks
REMOVE @bar;

-- ok
REMOVE @bar

This is starting to become a theme. See #1244, #1519.

  1. can all the tests be made to test both with and without a semicolon
  2. can the parser be generalized so whether a statement ends with EOF or ; isn't up to every individual statement
@tv42
Copy link
Author

tv42 commented Mar 24, 2025

Weird workaround: add a space before ;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant