This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from a2a5d3d [BEAM-3257] Add Python precommit gradle config
add 124ead5 [BEAM-3409] waitUntilFinish should wait teardown even for the
direct runner
new 50139b4 Merge pull request #4790 from
rmannibucau/fix/BEAM-3409_wait-for-teardown-execution-in-direct-runner
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:
.../org/apache/beam/runners/core/DoFnRunner.java | 6 ++
.../runners/core/LateDataDroppingDoFnRunner.java | 5 ++
.../apache/beam/runners/core/ProcessFnRunner.java | 6 ++
.../runners/core/PushbackSideInputDoFnRunner.java | 6 ++
.../apache/beam/runners/core/SimpleDoFnRunner.java | 5 ++
.../core/SimplePushbackSideInputDoFnRunner.java | 8 +-
.../beam/runners/core/StatefulDoFnRunner.java | 5 ++
.../SimplePushbackSideInputDoFnRunnerTest.java | 6 ++
...LifecycleManagerRemovingTransformEvaluator.java | 4 +
.../direct/ExecutorServiceParallelExecutor.java | 42 ++++++++--
.../apache/beam/runners/direct/ParDoEvaluator.java | 8 ++
.../SplittableProcessElementsEvaluatorFactory.java | 95 +++++++++++-----------
.../beam/runners/direct/DirectRunnerTest.java | 35 ++++++++
.../flink/metrics/DoFnRunnerWithMetricsUpdate.java | 6 ++
.../spark/translation/DoFnRunnerWithMetrics.java | 6 ++
.../apache/beam/fn/harness/FnApiDoFnRunner.java | 5 ++
16 files changed, 193 insertions(+), 55 deletions(-)
--
To stop receiving notification emails like this one, please contact
[email protected].