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

Reply via email to