KurtYoung commented on issue #9909: [FLINK-14381][table] Partition field names should be got from CatalogTable instead of source/sink URL: https://github.com/apache/flink/pull/9909#issuecomment-545803624 Consider a temporal partition table, I'm not sure such table would stored also in `CatalogManager`. So you have to write the logic like: `tryGetTableFromTemporalStorage(); if not temporal, get it from CatalogManger` every time you want to access some information of the table. Another solution is we can pass in the `CatalogTable`? It serves like a meta about the table you trying to read and write.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
