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/18 09:04:57 UTC

[flink] branch master updated (50232aa -> 20c28ac)

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 50232aa  [hotfix] Remove raw class usages in Configuration.
     add 20c28ac  [FLINK-17715][sql-client] Align function DDL support with TableEnvironment in SQL client

No new revisions were added by this update.

Summary of changes:
 .../apache/flink/table/client/cli/CliClient.java   |  37 ++++-
 .../apache/flink/table/client/cli/CliStrings.java  |   8 ++
 .../flink/table/client/cli/SqlCommandParser.java   |  20 +--
 .../flink/table/client/gateway/Executor.java       |   6 +
 .../table/client/gateway/local/LocalExecutor.java  |  12 ++
 .../flink/table/client/cli/CliClientTest.java      |   6 +
 .../flink/table/client/cli/CliResultViewTest.java  |   6 +
 .../table/client/cli/SqlCommandParserTest.java     |  30 ++++
 .../flink/table/client/cli/TestingExecutor.java    |   6 +
 .../client/gateway/local/LocalExecutorITCase.java  | 158 +++++++++++++++++++++
 10 files changed, 280 insertions(+), 9 deletions(-)