You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by sh...@apache.org on 2022/12/30 08:08:04 UTC

[flink] branch master updated (4b1d8f65f6b -> 5c3658aa06b)

This is an automated email from the ASF dual-hosted git repository.

shengkai pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


    from 4b1d8f65f6b [FLINK-30468][web] Change the SortOrder of BusyRatio to descend by default
     add 5c3658aa06b [FLINK-30495][table-api] Introduce TableChange to represent ADD change

No new revisions were added by this update.

Summary of changes:
 .../operations/ddl/AlterTableChangeOperation.java  |  47 ++--
 .../apache/flink/table/catalog/TableChange.java    | 283 +++++++++++++++++++++
 .../planner/operations/AlterSchemaConverter.java   | 128 ++++++----
 .../operations/SqlToOperationConverter.java        |  13 +-
 .../planner/utils/OperationConverterUtils.java     |  31 ++-
 .../operations/SqlToOperationConverterTest.java    | 183 +++----------
 6 files changed, 470 insertions(+), 215 deletions(-)