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 7bb91fb (commit)
to 4d99d92 (commit)
from 7bb91fb Merge pull request #14316 from ibzib/BEAM-12042
add fbbd8e6 Revert "Make beam_fn_api, use_runner_v2, and
use_unified_worker all trigger the same behavior in the SDK"
add 361b8d9 Merge pull request #14318: BEAM-12041] Revert "Make
beam_fn_api, use_runner_v2, and use_unified_worker all trigger the same
behavior in the SDK"
add eb2c792 Switch PULL_REQUEST_TEMPLATE to HTML table; verbose but
easier to edit
add 430fd92 Add Dataflow Java11 and V2 tests to pull request template
add 2ccdae9 Add ULR tests to pull request template
add 243128a Merge pull request #14305: Add ULR, Dataflow V2 and Java11
Jenkins statuses to PR template
add 377f4b2 [BEAM-11929] Rely on py3.6+ dictionary ordering in beam.Row
(#14156)
add ab1dfa1 Move java executable check to avoid --beam_services
localhost:port case (#14315)
add cdc36bf ParDoTest cases that should be ValidatesRunner
add 7ffa532 Merge pull request #14313: ParDoTest cases that should be
ValidatesRunner
add 2bb36f8 [BEAM-11934] Add runner determined sharding option for
unbounded data to WriteFiles (Java) (#14164)
add 92e7f83 Use beam, rather than typing, list type hint.
add 4d99d92 Merge pull request #14331 from robertwb/list-coder
No new revisions were added by this update.
Summary of changes:
.github/PULL_REQUEST_TEMPLATE.md | 259 ++++++++++++++++++++-
CHANGES.md | 2 +
.../dataflow/DataflowPipelineTranslator.java | 3 +-
.../java/org/apache/beam/sdk/io/WriteFiles.java | 216 +++++++++++++++--
.../org/apache/beam/sdk/transforms/Combine.java | 4 +-
.../java/org/apache/beam/sdk/transforms/View.java | 16 +-
.../org/apache/beam/sdk/io/WriteFilesTest.java | 78 ++++++-
.../beam/sdk/testing/PCollectionViewTesting.java | 4 +-
.../org/apache/beam/sdk/transforms/ParDoTest.java | 24 +-
sdks/python/apache_beam/coders/coders.py | 2 +-
sdks/python/apache_beam/dataframe/schemas_test.py | 19 ++
sdks/python/apache_beam/pvalue.py | 15 +-
sdks/python/apache_beam/utils/subprocess_server.py | 7 +-
13 files changed, 585 insertions(+), 64 deletions(-)