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

github-bot pushed a change to branch nightly-refs/heads/master
in repository https://gitbox.apache.org/repos/asf/beam.git


    from 2488ca131be Merge pull request #33044 [yaml] SpannerIO docs and minor 
improvments
     add 47740d07ed9 Simplify MoreFutures.supplyAsync and MoreFutures.runAsync 
using a wrapper instead of chained stages and multiple completions. (#33042)
     add c6549e71ea4 Fix exception sampling logic (#33076)
     add 073aac9d8b4 Fix antlr analyzeClassesDependencies (#33080)
     add fca0bea5e9f Fix cleanup timer timestamp to not exceed max allowed 
timestamp (#33037)
     add 97ae5aa8d70 Remove nondeterminism from expansion tests (#33082)
     add 126f278505b Optimize proto PubsubMessage to/from conversion to beam 
PubsubMessage (#32973)
     add d760383817d Changes to reduce memory pinned while iterating through 
state backed iterable: (#32961)
     add 97fa43ba21d Fixed the broken beam python on flink with PortableRunner
     add 4b7bcd83056 Polished the doc
     add e0a519605d1 Merge pull request #33061 from liferoad/beam-on-flink
     add 43d27ed52af Add a guide to build custom Beam Python SDK image (#33048)

No new revisions were added by this update.

Summary of changes:
 runners/flink/job-server-container/Dockerfile      |   4 +-
 .../runners/dataflow/worker/SimpleParDoFn.java     |  16 +-
 .../dataflow/worker/UserParDoFnFactoryTest.java    | 102 +++++++
 sdks/java/core/build.gradle                        |   1 +
 .../org/apache/beam/sdk/fn/stream/DataStreams.java |   6 +
 .../java/org/apache/beam/sdk/util/MoreFutures.java |  60 ++--
 .../fn/harness/state/StateFetchingIterators.java   |  83 +++---
 sdks/python/apache_beam/io/gcp/pubsub.py           |  20 +-
 sdks/python/apache_beam/runners/common.py          |   5 +-
 .../python/apache_beam/transforms/external_test.py |   4 +
 .../site/content/en/documentation/runners/flink.md |  11 +-
 .../en/documentation/runtime/environments.md       |   4 +-
 .../documentation/sdks/python-sdk-image-build.md   | 306 +++++++++++++++++++++
 .../layouts/partials/section-menu/en/sdks.html     |   1 +
 14 files changed, 530 insertions(+), 93 deletions(-)
 create mode 100644 
website/www/site/content/en/documentation/sdks/python-sdk-image-build.md

Reply via email to