sabir-akhadov-localstack opened a new pull request, #2473:
URL: https://github.com/apache/datafusion-sqlparser-rs/pull/2473

   Snowflake's `SHOW EXTERNAL VOLUMES` did not parse:
   
   ```sql
   SHOW EXTERNAL VOLUMES LIKE 'my_%';
   ```
   
   This adds a `ShowExternalVolumes` statement to the Snowflake dialect, 
reusing the existing `ShowStatementFilter` for the optional `LIKE` clause. All 
statements round-trip.
   
   See the [Snowflake `SHOW EXTERNAL VOLUMES` 
docs](https://docs.snowflake.com/en/sql-reference/sql/show-external-volumes).
   
   Split out of #2397 per review feedback, alongside the CREATE/DROP (#2397), 
ALTER, and DESC PRs.
   


-- 
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]

Reply via email to