talatuyarer opened a new pull request, #17873: URL: https://github.com/apache/iceberg/pull/17873
Adds the write path for Iceberg views to the `Flink v2.3`, following the read path in #17859 (part of #17858): Following commands are implemented: - `CREATE VIEW [IF NOT EXISTS]` with comment and column list - `DROP VIEW [IF EXISTS]` - `ALTER VIEW ... RENAME TO` - `ALTER VIEW ... AS` now fails with a clear "Altering a view is not supported yet" instead of a misleading internal error; implementation is the next PR in the series. `CREATE OR REPLACE VIEW` is intentionally absent. Flink (through 2.3) has no dispatch path for it on catalog views, so nothing ever reaches the catalog. -- 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]
