jeyhunkarimov commented on PR #24579: URL: https://github.com/apache/flink/pull/24579#issuecomment-2026296597
I think we cannot (yet) remove `CatalogViewImpl`, because python catalog depends on `TableSchema` (deprecated). But the new changes `CatalogView` uses the new `Schema` abstraction. We can convert the new abstraction to the old one ( (there is already conversion from `TableSchema` -> `Schema` or old to new abstraction), to make failing python test work, but I dont think it is a good idea. I would propose to wait until schema abstractions converge to `Schema` and `ResolvedSchema`. WDYT? -- 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]
