DanCodedThis opened a new pull request, #1702: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1702
It's a naive implementation, since `ShowStatementOptions` allow for cases that are not supported by Snowflake `SHOW OBJECTS` like: - `SHOW TERSE OBJECTS WHERE ... ...` - Instead of `SHOW TERSE OBJECTS LIKE '%test%' ...` Snowflake spec: https://docs.snowflake.com/en/sql-reference/sql/show-objects -- 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]
