Vedin commented on code in PR #1664: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1664#discussion_r1922048024
########## src/ast/mod.rs: ########## @@ -2516,6 +2516,35 @@ pub enum Statement { /// CREATE TABLE /// ``` CreateTable(CreateTable), + /// ``` sql + /// CREATE ICEBERG TABLE + /// Snowflake-specific statement + /// <https://docs.snowflake.com/en/sql-reference/sql/create-iceberg-table> + /// ``` + CreateIcebergTable { Review Comment: Ok, sure. I just noticed that `CreateVirtualTable` for SQLLite is a separate statement. -- 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