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/17 05:47:43 UTC

[flink] branch master updated (ad052a8 -> 456a176)

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 ad052a8  [FLINK-14421][table] Add 'L' suffix to static long value (#9917)
     add 456a176  [FLINK-14296][sql-parser] Improve handling of parameters nullabillity in parser module

No new revisions were added by this update.

Summary of changes:
 .../src/main/codegen/includes/parserImpls.ftl      |   4 +-
 .../flink/sql/parser/ddl/SqlCreateTable.java       | 108 ++++++++++-----------
 .../apache/flink/sql/parser/ddl/SqlCreateView.java |  17 +++-
 .../flink/sql/parser/ddl/SqlTableColumn.java       |   9 +-
 .../flink/sql/parser/FlinkSqlParserImplTest.java   |  12 +++
 .../operations/SqlToOperationConverter.java        |  37 +++----
 .../table/sqlexec/SqlToOperationConverter.java     |  37 +++----
 7 files changed, 111 insertions(+), 113 deletions(-)