ahmedabu98 opened a new pull request, #35641: URL: https://github.com/apache/beam/pull/35641
These changes allow the following: - `CREATE DATABASE ( IF NOT EXISTS )? database_name` - `USE DATABASE database_name` - `DROP DATABASE [ IF EXISTS ] database_name [ RESTRICT | CASCADE ]` - `RESTRICT` (default) will throw an error if the database contains a table. `CASCADE` will drop all tables within the database before dropping the database. These implementations will help bring Beam closer to alignment with existing [Flink](https://nightlies.apache.org/flink/flink-docs-master/docs/dev/table/sql/overview/) and [Spark](https://spark.apache.org/docs/4.0.0/sql-ref-syntax.html) syntax -- 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...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org