You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ja...@apache.org on 2021/05/26 02:06:31 UTC

[flink] branch master updated (bbc94d7 -> 15f8c95)

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

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


    from bbc94d7  fixup: Create the new operator states instead of changing old one
     add 15f8c95  [FLINK-22319][table][sql-client] Support RESET table option for ALTER TABLE statement

No new revisions were added by this update.

Summary of changes:
 .../src/test/resources/sql/table.q                 | 123 +++++++++++++---
 .../src/main/codegen/data/Parser.tdd               |   1 +
 .../src/main/codegen/includes/parserImpls.ftl      |  35 +++++
 ...erTableOptions.java => SqlAlterTableReset.java} |  44 +++---
 .../flink/sql/parser/FlinkSqlParserImplTest.java   |  10 ++
 .../operations/SqlToOperationConverter.java        |  20 +++
 .../operations/SqlToOperationConverterTest.java    | 157 ++++++++-------------
 .../flink/table/api/TableEnvironmentTest.scala     | 131 ++++++++++++++++-
 .../table/planner/catalog/CatalogTableITCase.scala |  27 +++-
 9 files changed, 396 insertions(+), 152 deletions(-)
 copy flink-table/flink-sql-parser/src/main/java/org/apache/flink/sql/parser/ddl/{SqlAlterTableOptions.java => SqlAlterTableReset.java} (68%)