JingsongLi opened a new pull request #18088: URL: https://github.com/apache/flink/pull/18088
## What is the purpose of the change Introduce managed table which introduced in https://cwiki.apache.org/confluence/display/FLINK/FLIP-188%3A+Introduce+Built-in+Dynamic+Table+Storage ## Brief change log - #4565223a746d03c963199b38e1eefc24c357a2e6 Introduce `CatalogBaseTable.TableKind.MANAGED` and serialization for `CatalogTable` - #e9f5cdcf98759789747f23c56cb85c10c4a464b7 Introduce `ManagedTableFactory` interface - #5bce7253a92e6a788a99df0d5efbf9c2e8634916 Introduce `Catalog.supportsManagedTable` - #8af06de3142fbf43104787039843aea6c525c49e Introduce `TableDescriptor.forConnector`. - #801da058f67f6181a1fdd1e0fdfebbd45643cfb7 Implement `ManagedTableListener` for managed table and callback in `CatalogManager`. ## Verifying this change - `CatalogBaseTableResolutionTest.testManagedPropertyDeSerialization` - `TableEnvironmentTest.testCreateManagedTableFromDescriptor` ## Does this pull request potentially affect one of the following parts: - Dependencies (does it add or upgrade a dependency): (yes / **no**) - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: (**yes** / no) - The serializers: (yes / **no** / don't know) - The runtime per-record code paths (performance sensitive): (yes / **no** / don't know) - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Kubernetes/Yarn, ZooKeeper: (yes / **no** / don't know) - The S3 file system connector: (yes / **no** / don't know) ## Documentation - Does this pull request introduce a new feature? (**yes** / no) - If yes, how is the feature documented? (not applicable / **docs** / JavaDocs / not documented) -- 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]
