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/06/11 07:05:47 UTC

[flink] branch master updated (aaf6da0 -> 41e8ad9)

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 aaf6da0  [FLINK-18131][docs] Add documentation for the new JSON format
     add 41e8ad9  [FLINK-17113][sql-cli] Use executeSql to execute view statements and fix nullability loss problem

No new revisions were added by this update.

Summary of changes:
 .../apache/flink/table/client/cli/CliClient.java   | 45 +---------------------
 .../apache/flink/table/client/cli/CliStrings.java  |  7 ----
 .../flink/table/client/cli/SqlCommandParser.java   |  4 --
 .../flink/table/client/gateway/Executor.java       | 29 --------------
 .../client/gateway/local/ExecutionContext.java     |  6 +--
 .../table/client/gateway/local/LocalExecutor.java  | 43 ---------------------
 .../flink/table/client/cli/CliClientTest.java      | 16 --------
 .../flink/table/client/cli/CliResultViewTest.java  | 16 --------
 .../table/client/cli/SqlCommandParserTest.java     |  7 ++--
 .../flink/table/client/cli/TestingExecutor.java    | 14 -------
 .../client/gateway/local/LocalExecutorITCase.java  | 34 +++++++++++-----
 .../flink/table/calcite/FlinkTypeFactory.scala     | 42 +++++++++++++++++++-
 .../flink/table/catalog/ViewExpansionTest.java     |  4 +-
 13 files changed, 74 insertions(+), 193 deletions(-)