This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to tag nightly-master
in repository https://gitbox.apache.org/repos/asf/beam.git.
*** WARNING: tag nightly-master was modified! ***
from dcf3e78 (commit)
to e092703 (commit)
from dcf3e78 [BEAM-11804] Remove vendors/sdk-java-extensions-protobuf
(#13968)
add 9aa9c86 [BEAM-7372][BEAM-9372] cleanup python 2.x and 3.5 codepaths
(#13913)
add 4dd7789 Simplify LateDataDropping runner.
add 3640ae2 Merge pull request #13523: Simplify LateDataDropping runner.
add a73153b Changing query to sql to fix doc
add 9b79d9c Merge pull request #13860 from
bitnahian/hotfix/spanner-doc-fix
add 436527c [BEAM-11807] SDK Worker multithreading causes boto3 the
KeyError
add 4fb1f05 Merge pull request #13977 from [BEAM-11807] Fix issue with
sdk worker multi-threading and boto3 client
add 06e0616 [BEAM-11520] Stage extra PyPI dependencies with generated
requirements
add 0397c51 raise exception for non-file type artifacts
add 31dbf8e Merge pull request #13607 from ihji/BEAM-11520
add bb1cf0e [BEAM-11476] Resolve flakiness (#13984)
add b6eaf4f Revert "update versions"
add 7929d6f Revert "update autovalue version"
add e092703 [BEAM-11805] Revert version updates from #13765 (#13972)
No new revisions were added by this update.
Summary of changes:
.../org/apache/beam/gradle/BeamModulePlugin.groovy | 16 +-
.../runners/core/LateDataDroppingDoFnRunner.java | 74 ++++------
.../container/license_scripts/dep_urls_java.yaml | 2 +-
sdks/java/io/google-cloud-platform/build.gradle | 3 +-
sdks/python/apache_beam/coders/coders.py | 16 +-
.../apache_beam/coders/coders_test_common.py | 4 -
sdks/python/apache_beam/coders/slow_stream.py | 22 +--
sdks/python/apache_beam/dataframe/doctests_test.py | 2 -
sdks/python/apache_beam/dataframe/frame_base.py | 14 +-
sdks/python/apache_beam/dataframe/io_test.py | 2 -
.../apache_beam/dataframe/pandas_doctests_test.py | 2 -
.../apache_beam/examples/snippets/snippets_test.py | 7 -
.../transforms/aggregation/combineglobally_test.py | 21 ---
.../transforms/aggregation/groupby_test.py | 3 -
.../snippets/transforms/aggregation/top_test.py | 7 -
.../snippets/transforms/elementwise/pardo_test.py | 15 +-
sdks/python/apache_beam/internal/pickler.py | 10 +-
.../apache_beam/io/aws/clients/s3/boto3_client.py | 3 +-
sdks/python/apache_beam/io/gcp/spanner.py | 2 +-
.../interactive/interactive_environment_test.py | 74 +++++-----
.../runners/portability/sdk_container_builder.py | 3 +-
.../apache_beam/runners/portability/stager.py | 162 ++++++++++++++++-----
.../apache_beam/runners/portability/stager_test.py | 19 +++
sdks/python/apache_beam/transforms/environments.py | 14 +-
24 files changed, 232 insertions(+), 265 deletions(-)