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 cd1629430d1 [FLINK-38901][runtime-web] Introduce the
Rescales/Configuration sub-page for streaming jobs with the adaptive scheduler
enabled
new c7843a1a4c3 [FLINK-39284][table] Extract test for `CREATE OR ALTER
MATERIALIZED TABLE`
new bbde1e2d68e [FLINK-39284][table] Make `CREATE OR ALTER MATERIALIZED
TABLE` respect constraint changes
new 9a30a23794e [FLINK-39284][table] Nullify types for columns while
`CREATE OR ALTER MATERIALIZED TABLE` similar to `CREATE`
new 2e905a69307 [FLINK-39284][table] Make `CREATE OR ALTER MATERIALIZED
TABLE` respect watermark changes
new 992062e0e27 [FLINK-39284][table] Make `CREATE OR ALTER MATERIALIZED
TABLE` respect column comment change
new 9d7afcd5e8f [hotfix][table] Use two spaces for `MODIFY DEFINITION
QUERY`
The 6 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:
.../operations/ddl/AlterTableChangeOperation.java | 4 +-
.../AlterMaterializedTableChangeOperation.java | 2 +-
...SqlCreateOrAlterMaterializedTableConverter.java | 136 +++--
.../planner/utils/MaterializedTableUtils.java | 57 ++-
...erializedTableNodeToOperationConverterTest.java | 203 +-------
...reateOrAlterMaterializedTableConverterTest.java | 556 +++++++++++++++++++++
6 files changed, 703 insertions(+), 255 deletions(-)
create mode 100644
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/operations/SqlNodeToOperationSqlCreateOrAlterMaterializedTableConverterTest.java