This is an automated email from the ASF dual-hosted git repository.
ron pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
from 9cc649898d0 [FLINK-35148][core] Improve InstantiationUtil for checking
nullary public constructor
new 2a9876d7ebc [FLINK-35188][table-api] Introduce
CatalogMaterializedTable interface to support materialized table
new 8576178c4c0 [FLINK-35188][table-api] Introduce RefreshHandler
interface to support materialized table
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../hive/util/OperationExecutorFactory.java | 12 +-
.../apache/flink/table/catalog/CatalogManager.java | 41 ++-
.../catalog/CatalogBaseTableResolutionTest.java | 73 +++++-
.../org/apache/flink/table/catalog/Catalog.java | 9 +
.../flink/table/catalog/CatalogBaseTable.java | 1 +
.../table/catalog/CatalogMaterializedTable.java | 280 ++++++++++++++++++++
.../catalog/DefaultCatalogMaterializedTable.java | 292 +++++++++++++++++++++
....java => ResolvedCatalogMaterializedTable.java} | 124 +++++----
.../apache/flink/table/refresh/RefreshHandler.java | 47 ++++
.../table/refresh/RefreshHandlerSerializer.java | 24 +-
10 files changed, 829 insertions(+), 74 deletions(-)
create mode 100644
flink-table/flink-table-common/src/main/java/org/apache/flink/table/catalog/CatalogMaterializedTable.java
create mode 100644
flink-table/flink-table-common/src/main/java/org/apache/flink/table/catalog/DefaultCatalogMaterializedTable.java
copy
flink-table/flink-table-common/src/main/java/org/apache/flink/table/catalog/{ResolvedCatalogTable.java
=> ResolvedCatalogMaterializedTable.java} (54%)
create mode 100644
flink-table/flink-table-common/src/main/java/org/apache/flink/table/refresh/RefreshHandler.java
copy
flink-core/src/main/java/org/apache/flink/api/connector/sink2/StatefulSinkWriter.java
=>
flink-table/flink-table-common/src/main/java/org/apache/flink/table/refresh/RefreshHandlerSerializer.java
(63%)