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 2019/10/25 06:55:30 UTC

[flink] branch master updated (1cefbb8 -> bccc440)

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 1cefbb8  [FLINK-14524] [flink-jdbc] Fix syntax for PostgreSQL dialect "upsert" statement (#9990)
     add bccc440  [FLINK-14321][sql-parser] Support to parse watermark statement in SQL DDL

No new revisions were added by this update.

Summary of changes:
 .../src/main/codegen/data/Parser.tdd               |  10 +-
 .../src/main/codegen/includes/parserImpls.ftl      |  36 +++-
 .../flink/sql/parser/ddl/SqlCreateTable.java       | 110 ++++++++--
 .../ddl/{SqlDropTable.java => SqlWatermark.java}   |  67 +++----
 .../flink/sql/parser/utils/ParserResource.java     |  44 ++++
 .../ParserResource.properties                      |  33 +--
 .../flink/sql/parser/FlinkSqlParserImplTest.java   | 223 +++++++--------------
 .../operations/SqlToOperationConverter.java        |   5 +
 .../table/planner/catalog/CatalogTableITCase.scala |  22 +-
 .../table/sqlexec/SqlToOperationConverter.java     |   5 +
 .../flink/table/catalog/CatalogTableITCase.scala   |  22 +-
 11 files changed, 309 insertions(+), 268 deletions(-)
 copy flink-table/flink-sql-parser/src/main/java/org/apache/flink/sql/parser/ddl/{SqlDropTable.java => SqlWatermark.java} (54%)
 create mode 100644 flink-table/flink-sql-parser/src/main/java/org/apache/flink/sql/parser/utils/ParserResource.java
 copy azure-pipelines.yml => flink-table/flink-sql-parser/src/main/resources/org.apache.flink.sql.parser.utils/ParserResource.properties (54%)