Guosmilesmile opened a new pull request, #15489: URL: https://github.com/apache/iceberg/pull/15489
Iceberg views support multiple engines, but when running `REPLACE VIEW` today it simply replaces the entire existing view. As a result, if view A contains multiple dialects, they get removed. Currently, the only workaround is to maintain separate views per engine. This PR changes that behavior: during `REPLACE`, it only replaces the entries for the same dialect and preserves the other dialects, enabling true multi-engine support for views. Close https://github.com/apache/iceberg/issues/15296 -- 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]
