EthanVieira opened a new pull request, #2487:
URL: https://github.com/apache/datafusion-sqlparser-rs/pull/2487

   Extend Databricks view support with:
   - `CREATE OR REFRESH MATERIALIZED VIEW`
   - Typed materialized-view columns and column comments
   - `COMMENT` without an equals sign
   - `TBLPROPERTIES`
   - `WITH SCHEMA BINDING`, `COMPENSATION`, and `EVOLUTION`
   - Collations on top-level and nested data types
   - Multipart names in `TABLE` queries
   
   - Added tests for typed columns, comments, properties, collations, schema 
modes, refreshable materialized views, and multipart TABLE queries.
   - Added negative coverage for CREATE OR REFRESH on non-materialized views.
   
   References:
   - [CREATE MATERIALIZED 
VIEW](https://docs.databricks.com/aws/en/sql/language-manual/sql-ref-syntax-ddl-create-materialized-view)
   - [CREATE 
VIEW](https://docs.databricks.com/aws/en/sql/language-manual/sql-ref-syntax-ddl-create-view)
   - 
[COLLATE](https://docs.databricks.com/aws/en/sql/language-manual/sql-ref-syntax-ddl-collate)
   
   
   


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