apache / datafusion-sqlparser-rs

Extensible SQL Lexer and Parser for Rust
Apache License 2.0
2.8k stars 543 forks source link

Snowflake COMMENT ON support #1511

Closed psukys closed 1 week ago

psukys commented 1 week ago

Support for https://docs.snowflake.com/en/sql-reference/sql/comment, for example:

COMMENT ON my_schema.my_table IS 'hello world'

Currently, parsing fails:

Expected: an SQL statement, found: COMMENT
git-hulk commented 1 week ago

Hi @psukys

I can submit a PR to resolve this issue if you're not planning to do it.

psukys commented 1 week ago

@git-hulk please do, I lack knowledge on internals to pick it up immediatelly