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

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


    from 1afe645f59fc [FLINK-37174][sql-client] Fix failed tests about 
SqlClientTest#testPrintAllModeHelp and #testPrintEmbeddedModeHelp (#26018)
     new e737400814e9 [FLINK-37133][table] Fix ScriptExecutor to properly split 
scripts without trailing semicolon
     new d9ada73cc6da [FLINK-37133][table] Fix TestFileSystemCatalog losing 
scheme information when constructing table paths
     new 9cab08ab0e7f [FLINK-37133][table] Fix NullPointerException in 
EmbeddedWorkflowScheduler when closing without open
     new 4a2535cb8ab9 [FLINK-37133][table] Support Submitting Refresh Job of 
Materialized Table to Yarn/K8s

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../client/deployment/StandaloneClusterId.java     |   5 +
 flink-end-to-end-tests/run-nightly-tests.sh        |   1 +
 .../test_kubernetes_materialized_table.sh          | 241 +++++++++++++++++++++
 .../service/application/ScriptExecutor.java        |   1 +
 .../MaterializedTableManager.java                  | 195 ++++++++++++++---
 .../service/operation/OperationExecutor.java       |   8 +
 .../workflow/EmbeddedWorkflowScheduler.java        |   4 +-
 .../service/application/ScriptExecutorITCase.java  |  17 ++
 .../workflow/EmbeddedSchedulerRelatedITCase.java   |  15 ++
 .../application/{comment.q => no_semicolon.q}      |   8 +-
 .../catalog/CatalogBaseTableResolutionTest.java    |   3 +-
 .../table/refresh/ContinuousRefreshHandler.java    |  21 +-
 .../testutils/catalog/TestFileSystemCatalog.java   |   2 +-
 .../catalog/TestFileSystemCatalogTest.java         |   6 +-
 .../catalog/TestFileSystemCatalogTestBase.java     |   2 +-
 15 files changed, 477 insertions(+), 52 deletions(-)
 create mode 100755 
flink-end-to-end-tests/test-scripts/test_kubernetes_materialized_table.sh
 copy flink-table/flink-sql-gateway/src/test/resources/application/{comment.q 
=> no_semicolon.q} (92%)

Reply via email to