ayman-sigma opened a new pull request, #1540: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1540
Snowflake allows double-dot notation in the object name. The two dots indicate that the schema name is not specified. The PUBLIC default schema is always referenced. See more details here: https://docs.snowflake.com/en/sql-reference/name-resolution#resolution-when-schema-omitted-double-dot-notation Right now I'm parsing the default schema segment as an empty identifier. Depending on the acceptance of [this PR](https://github.com/apache/datafusion-sqlparser-rs/pull/1539), we can change this to be something like `DefaultSchema` instead. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org