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 2020/09/15 03:26:57 UTC

[flink] branch master updated (cd81e9b -> b873564)

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 cd81e9b  [FLINK-18978][state-backends] Support full table scan of key and namespace from statebackend
     add b873564  [FLINK-19092][sql-parser] Support to parse comment on computed column

No new revisions were added by this update.

Summary of changes:
 .../src/main/codegen/includes/parserImpls.ftl      | 17 ++++---
 .../flink/sql/parser/ddl/SqlCreateTable.java       | 41 ++++++-----------
 .../flink/sql/parser/ddl/SqlTableColumn.java       | 52 +++++++++++++++++-----
 .../flink/sql/parser/FlinkSqlParserImplTest.java   | 35 +++++++++++++++
 .../planner/operations/MergeTableLikeUtil.java     | 17 +++----
 .../planner/operations/MergeTableLikeUtilTest.java |  8 ++--
 .../table/sqlexec/SqlToOperationConverter.java     |  2 +-
 7 files changed, 115 insertions(+), 57 deletions(-)