Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Currently for a table specified in SQL CLI yaml file, if it's with type: source-sink-table, it will be registered twice (as source and as sink) to TableEnv.
As we've moved table management in TableEnv to Catalogs which doesn't allow registering dup named table, we need to come up with a solution to fix this problem.
Attachments
Issue Links
- relates to
-
FLINK-12604 Register TableSource/Sink as CatalogTable
- Closed