romanoff opened a new pull request, #2265: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/2265
Fixed special characters in stage name parsing for snowflake Example queries: ```sql SELECT * FROM @stage/day=18/23.parquet; ``` ```sql SELECT * FROM @stage/0:18:23/23.parquet; ``` Spec: https://docs.snowflake.com/en/user-guide/querying-stage -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
