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/05 07:14:04 UTC

[flink] branch master updated (e2cffe1 -> b28cca2)

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 e2cffe1  [FLINK-15687][runtime][test] Make TaskManagerActions access task slot table on rpc main thread in TaskSubmissionTestEnvironment.
     add b28cca2  [FLINK-18059][sql-client] Fix create/drop catalog statement can not be executed in sql client

No new revisions were added by this update.

Summary of changes:
 .../apache/flink/table/client/cli/CliClient.java   | 111 +++++----------------
 .../apache/flink/table/client/cli/CliStrings.java  |   8 +-
 .../flink/table/client/cli/CliClientTest.java      |  14 +++
 .../flink/table/client/cli/TestingExecutor.java    |  15 ++-
 .../table/client/cli/TestingExecutorBuilder.java   |  12 ++-
 5 files changed, 68 insertions(+), 92 deletions(-)