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

   Snowflake's `DESC[RIBE] EXTERNAL VOLUME` did not parse:
   
   ```sql
   DESCRIBE EXTERNAL VOLUME my_vol;
   ```
   
   This adds a `DescribeExternalVolume` statement to the Snowflake dialect. The 
`DESC` vs `DESCRIBE` spelling is preserved on round-trip via the existing 
`DescribeAlias`.
   
   See the [Snowflake `DESC EXTERNAL VOLUME` 
docs](https://docs.snowflake.com/en/sql-reference/sql/desc-external-volume).
   
   Split out of #2397 per review feedback, alongside the CREATE/DROP (#2397), 
ALTER, and SHOW 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