This is an automated email from the ASF dual-hosted git repository.
mxm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from 9afacc4 Merge pull request #7867: [BEAM-4775] Key MetricResult by a
MetricKey
new d47cc04 Move abstract methods in JobServerDriver after field
declarations
new 0c27d14 [BEAM-6731] Bundle Java ExpansionService with Flink JobServer
new 988a22f Merge pull request #7947: [BEAM-6731] Bundle Java
ExpansionService with Flink JobServer
The 20366 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:
runners/core-construction-java/build.gradle | 24 --------
.../beam/runners/flink/FlinkJobServerDriver.java | 14 +++--
.../runners/flink/FlinkJobServerDriverTest.java | 25 +++++---
runners/java-fn-execution/build.gradle | 27 +++++++++
.../fnexecution/expansion}/ExpansionService.java | 15 ++++-
.../fnexecution/expansion}/package-info.java | 4 +-
.../fnexecution/jobsubmission/JobServerDriver.java | 70 ++++++++++++++++++----
.../expansion}/ExpansionServiceTest.java | 5 +-
.../expansion}/TestExpansionService.java | 2 +-
.../runners/portability/flink_runner_test.py | 1 +
.../apache_beam/runners/portability/job_server.py | 12 +++-
sdks/python/build.gradle | 8 +--
12 files changed, 145 insertions(+), 62 deletions(-)
rename
runners/{core-construction-java/src/main/java/org/apache/beam/runners/core/construction
=>
java-fn-execution/src/main/java/org/apache/beam/runners/fnexecution/expansion}/ExpansionService.java
(94%)
copy runners/{apex/src/main/java/org/apache/beam/runners/apex/translation =>
java-fn-execution/src/main/java/org/apache/beam/runners/fnexecution/expansion}/package-info.java
(87%)
rename
runners/{core-construction-java/src/test/java/org/apache/beam/runners/core/construction
=>
java-fn-execution/src/test/java/org/apache/beam/runners/fnexecution/expansion}/ExpansionServiceTest.java
(95%)
rename
runners/{core-construction-java/src/test/java/org/apache/beam/runners/core/construction
=>
java-fn-execution/src/test/java/org/apache/beam/runners/fnexecution/expansion}/TestExpansionService.java
(97%)