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

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


    from 999bc5a  Merge pull request #8552: [BEAM-7268] make sorter extension 
Hadoop-free
     add c9fb261  [BEAM-7221] portable Spark: timers
     new 66b090d  Merge pull request #8841: [BEAM-7221] Spark portable runner: 
support timers

The 1 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:
 .../functions/FlinkExecutableStageFunction.java    | 117 +------------------
 .../fnexecution/control/TimerReceiverFactory.java  |  90 ++++++++++++++
 .../translation/PipelineTranslatorUtils.java       |  58 +++++++++
 runners/spark/job-server/build.gradle              |   2 -
 .../SparkBatchPortablePipelineTranslator.java      |  16 +--
 .../translation/SparkExecutableStageFunction.java  | 130 ++++++++++++++++++---
 .../SparkExecutableStageFunctionTest.java          |   3 +-
 .../runners/portability/spark_runner_test.py       |  12 --
 8 files changed, 276 insertions(+), 152 deletions(-)
 create mode 100644 
runners/java-fn-execution/src/main/java/org/apache/beam/runners/fnexecution/control/TimerReceiverFactory.java

Reply via email to