You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by mx...@apache.org on 2020/04/23 14:36:35 UTC

[beam] branch master updated (b3596b8 -> 7869d49)

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 b3596b8  [BEAM-8603] Add Python SqlTransform (#10055)
     add 5b4ca7b  [BEAM-9794] Reduce state cells needed for BufferingDoFnRunner
     new 7869d49  Merge pull request #11478: [BEAM-9794] Reduce state cells needed for BufferingDoFnRunner

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:
 .../runners/flink/FlinkExecutionEnvironments.java  |   4 +
 .../beam/runners/flink/FlinkPipelineOptions.java   |   7 +
 .../wrappers/streaming/DoFnOperator.java           |   3 +-
 .../streaming/stableinput/BufferingDoFnRunner.java |  97 ++++++++----
 .../runners/flink/FlinkPipelineOptionsTest.java    |   1 +
 .../stableinput/BufferingDoFnRunnerTest.java       | 171 +++++++++++++++++++++
 .../src/_includes/flink_java_pipeline_options.html |   5 +
 .../_includes/flink_python_pipeline_options.html   |   5 +
 8 files changed, 261 insertions(+), 32 deletions(-)
 create mode 100644 runners/flink/src/test/java/org/apache/beam/runners/flink/translation/wrappers/streaming/stableinput/BufferingDoFnRunnerTest.java


[beam] 01/01: Merge pull request #11478: [BEAM-9794] Reduce state cells needed for BufferingDoFnRunner

Posted by mx...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 7869d497ae1eb89d004834816fee6c63536f5e8b
Merge: b3596b8 5b4ca7b
Author: Maximilian Michels <mx...@apache.org>
AuthorDate: Thu Apr 23 16:36:13 2020 +0200

    Merge pull request #11478: [BEAM-9794] Reduce state cells needed for BufferingDoFnRunner

 .../runners/flink/FlinkExecutionEnvironments.java  |   4 +
 .../beam/runners/flink/FlinkPipelineOptions.java   |   7 +
 .../wrappers/streaming/DoFnOperator.java           |   3 +-
 .../streaming/stableinput/BufferingDoFnRunner.java |  97 ++++++++----
 .../runners/flink/FlinkPipelineOptionsTest.java    |   1 +
 .../stableinput/BufferingDoFnRunnerTest.java       | 171 +++++++++++++++++++++
 .../src/_includes/flink_java_pipeline_options.html |   5 +
 .../_includes/flink_python_pipeline_options.html   |   5 +
 8 files changed, 261 insertions(+), 32 deletions(-)