You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ku...@apache.org on 2020/05/14 23:48:39 UTC

[flink] branch master updated (9fe920f -> 74b8bb5)

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

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


    from 9fe920f  [FLINK-14807][rest] Introduce REST API for communication between clients and operator coordinators
     add 74b8bb5  [FLINK-17667][table-planner-blink][hive] Support INSERT statement for hive dialect

No new revisions were added by this update.

Summary of changes:
 .../flink/connectors/hive/HiveDialectTest.java     |  53 +++++-
 .../src/main/codegen/data/Parser.tdd               |   2 +
 .../src/main/codegen/includes/parserImpls.ftl      | 193 +++++++++++++++++++++
 .../sql/parser/hive/dml/RichSqlHiveInsert.java     | 101 +++++++++++
 .../parser/hive/FlinkHiveSqlParserImplTest.java    |  17 ++
 .../flink/table/planner/calcite/CalciteParser.java |  17 +-
 6 files changed, 373 insertions(+), 10 deletions(-)
 create mode 100644 flink-table/flink-sql-parser-hive/src/main/java/org/apache/flink/sql/parser/hive/dml/RichSqlHiveInsert.java