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

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


    from eaf99f509a7 [FLINK-39094][table-planner] Avoid creating duplicate 
function instances in code generation (#27613)
     new a6da0b9d97d [FLINK-38976][runtime] Support multiple batch jobs in an 
application
     new ee645841267 [FLINK-38976][runtime] Support zero job in an application

The 2 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:
 .../generated/deployment_configuration.html        |   6 -
 .../5b9eed8a-5fb6-4373-98ac-3be2a71941b8           |   4 +-
 .../java/org/apache/flink/client/ClientUtils.java  |   9 +-
 ...ApplicationDispatcherGatewayServiceFactory.java |   8 +-
 .../application/ApplicationJobUtils.java           |  29 ++++-
 .../application/PackagedProgramApplication.java    |  55 +++++----
 .../PackagedProgramApplicationEntry.java           |  15 ++-
 .../client/program/StreamContextEnvironment.java   |  52 +++++---
 .../application/ApplicationJobUtilsTest.java       |  36 +++---
 .../PackagedProgramApplicationEntryTest.java       |  22 +++-
 .../PackagedProgramApplicationTest.java            | 137 +++++++++++++--------
 .../program/StreamContextEnvironmentTest.java      |   6 +-
 .../flink/client/testjar/MultiExecuteJob.java      |  14 ++-
 .../flink/configuration/DeploymentOptions.java     |   7 +-
 .../handlers/JarRunApplicationHandler.java         |   3 +-
 .../service/application/ScriptExecutorITCase.java  |   3 +-
 16 files changed, 261 insertions(+), 145 deletions(-)

Reply via email to