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

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


    from a81c720  [FLINK-22831][scala-shell] Update Scala shell to use Blink 
planner
     add d51f057  [FLINK-22832][sql-client] Drop usages of legacy planner in 
SQL Client

No new revisions were added by this update.

Summary of changes:
 docs/content.zh/docs/dev/table/sqlClient.md        |   5 +-
 docs/content/docs/dev/table/sqlClient.md           |   5 +-
 flink-end-to-end-tests/run-nightly-tests.sh        |   3 +-
 .../test-scripts/test_sql_client.sh                |   5 -
 flink-table/flink-sql-client/pom.xml               |   6 -
 .../client/config/entries/ExecutionEntry.java      |  36 +----
 .../client/gateway/context/ExecutionContext.java   |  60 ++++----
 .../context/LegacyTableEnvironmentInitializer.java | 167 ++++++---------------
 .../table/client/config/YamlConfigUtilsTest.java   |   5 +-
 .../gateway/context/ExecutionContextTest.java      |   6 +-
 .../client/gateway/context/SessionContextTest.java |  13 +-
 .../client/gateway/local/EnvironmentTest.java      |   1 -
 .../client/gateway/local/LocalExecutorITCase.java  |  11 --
 .../test/resources/test-sql-client-catalogs.yaml   |   1 -
 .../resources/test-sql-client-configuration.yaml   |   1 -
 .../test/resources/test-sql-client-defaults.yaml   |   2 +-
 .../test/resources/test-sql-client-dialect.yaml    |   1 -
 .../test/resources/test-sql-client-execution.yaml  |   1 -
 .../test/resources/test-sql-client-modules.yaml    |   1 -
 .../test-sql-client-python-functions.yaml          |   1 -
 20 files changed, 87 insertions(+), 244 deletions(-)

Reply via email to