Aitozi commented on PR #15137: URL: https://github.com/apache/flink/pull/15137#issuecomment-1357750969
Thanks @twalthr for your input. Because the `TableEnvironment#getCatalog` leak the internal `Catalog` to the user's face, it's not compatible to enforce the Catalog to interact with resolved table only, Right? Recently, I'm trying to migrate `TableSchema` to new APIs in hive connector. And get some problems when dealing with the HiveCatalog. The best way I think is to let it deal with the ResolvedCatalogTable directly. Now, with your notes, I think it makes sense to do an extra cast internally. -- 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]
