dawidwys edited a comment on issue #8404: [FLINK-11476][table] Create 
CatalogManager to manage multiple catalogs
URL: https://github.com/apache/flink/pull/8404#issuecomment-492337827
 
 
   @bowenli86 The goal is to have a common `TableEnvironment` for both blink 
planner and legacy/flink planner. The entry point to either of them will be 
`Planner` interface, but the `CatalogManager` will not be part of it. The 
`CatalogManager` will entirely reside in the api module in `TableEnvironment`. 
The only fully functional `TableEnvironment` that exists in the master branch 
is the flink's one, thus this is the one we should work with. The one in 
`blink-planner` is just the minimal version to be able to run some of the tests.
   
   At some point though we have to figure out how do we want to share e.g. the 
`org.apache.flink.table.catalog.CatalogManagerCalciteSchema`

----------------------------------------------------------------
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

Reply via email to