This is an automated email from the ASF dual-hosted git repository.
snuyanzin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
from ec90a33883e [hotfix][docs/test] Migrate the assertj assertion lines.
(#27879)
new 39f0344a958 [FLINK-39393][table] Add `TableChange` for `START_MODE`
new 52fd09662d6 [FLINK-39393][table] Add `TableChange` for comment
new b0d0d2e0c29 [FLINK-39323][table] Support `SHOW CREATE [OR ALTER]` with
relative time intervals for `FROM_NOW(<interval_expression>)`
The 3 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:
.../materialized_table_config_configuration.html | 6 +
.../api/config/MaterializedTableConfigOptions.java | 11 ++
.../flink/table/api/internal/ShowCreateUtil.java | 110 +++++++++++++++-
.../apache/flink/table/catalog/CatalogManager.java | 17 ++-
.../ShowCreateMaterializedTableOperation.java | 1 +
.../table/api/internal/ShowCreateUtilTest.java | 50 ++++++-
.../table/catalog/CatalogMaterializedTable.java | 5 +
.../catalog/DefaultMaterializedTableEnricher.java | 17 ++-
.../catalog/MaterializedTableEnrichmentResult.java | 10 +-
.../catalog/ResolvedCatalogMaterializedTable.java | 21 ++-
.../org/apache/flink/table/catalog/StartMode.java | 144 +++++++++++++++++++++
.../apache/flink/table/catalog/TableChange.java | 81 ++++++++++++
.../table/catalog/CatalogPropertiesUtilTest.java | 3 +-
.../catalog/TestFileSystemCatalogTest.java | 5 +-
14 files changed, 459 insertions(+), 22 deletions(-)
create mode 100644
flink-table/flink-table-common/src/main/java/org/apache/flink/table/catalog/StartMode.java