This is an automated email from the ASF dual-hosted git repository. thw pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git.
from a8eaa1b Merge pull request #4741 from boyuanzz/output_counter add aedba8d Use the beam:option:value:v1 as the portable pipeline options representation add 4226aa2 [BEAM-4733] Pass pipeline options from Python portable runner to job server. add fe9c3c5 Fix Flink portable streaming translation executable stage output mapping. new 930cc53 Merge pull request #5888: [BEAM-4733] Pass pipeline options from Python portable runner to job server. 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: .../construction/PipelineOptionsTranslation.java | 46 ++++++++++++++++++++-- .../PipelineOptionsTranslationTest.java | 4 +- .../FlinkStreamingPortablePipelineTranslator.java | 7 +++- .../streaming/ExecutableStageDoFnOperator.java | 18 ++------- .../streaming/ExecutableStageDoFnOperatorTest.java | 20 +++++++++- .../runners/portability/portable_runner.py | 9 ++++- 6 files changed, 80 insertions(+), 24 deletions(-)