Guosmilesmile commented on issue #15296: URL: https://github.com/apache/iceberg/issues/15296#issuecomment-3980125432
@kevinjqliu I dug a bit deeper. In the original implementation, the `replace.drop-dialect.allowed` configuration controls whether one dialect is allowed to drop other dialects. So if this config is not enabled, we cannot perform a replace. However, with the current approach, we end up having to duplicate a view into multiple copies just to maintain separate engines, and we can’t reuse the same view. Multi-engine support feels fragmented under this model. -- 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]
