yoavcloud opened a new pull request, #1960: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1960
Added support for `CREATE DYNAMIC TABLE` in Snowflake: 1. Extended `CreateTableBuilder` with new options 2. Removed the `CreateTableBuilder::validate_schema_info` function and related tests because, in my opinion, it introduces semantic validation, which is out of scope for the parser. 3. As so many options exist for creating tables, we should evaluate whether specifying them explicitly is robust enough, or a generic parsing of options is a better alternative. Food for thought. -- 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]
