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 1f73a04 (commit)
to 1a7e213 (commit)
from 1f73a04 Merge pull request #14349: [BEAM-12044] JdbcIO read: always
force autocommit to false
add d6375a2 [BEAM-9547] Raise WontImplement(order-sensitive) for
operations that impose order (#14324)
add 0e47ea3 [BEAM-12030] DataFrame read_* raise FileNotFound for
non-existent input (#14312)
add f8dd311 Add hooks to allow alternative proto message roots. (#14320)
add 8f71af2 More extensive side input reiteration and pagination tests.
(#14298)
add 3c62cc9 [cleanup] Remove unused PayloadFormat enum (#14323)
add cd5bb1c Update BigQueryServices.java
add d5563fb Merge pull request #14358 from apache/ihji-patch-2
add 6f6bd63 Update StorageApiWriteUnshardedRecords.java
add 6ae9d4a Update
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/StorageApiWriteUnshardedRecords.java
add ccf5a54 Merge pull request #14359 from apache/ihji-patch-3
add d130cde Update TableDestination.java
add f8afb0d Merge pull request #14360 from apache/ihji-patch-4
add 1b1d8ad [BEAM-12052] Pick the correct Java container for the executed
JDK version in cross-language validate runner tests
add 858f7ea Merge pull request #14337 from ihji/BEAM-12052
add 70c11a2 Appends SDK Harness ID to Java container staging path to
prevent dependency conflicts
add 4f596b2 Merge pull request #14343: [BEAM-11935] Appends SDK Harness
ID to Java container staging path to prevent dependency conflicts
add 816ff00 fix precommit errors
add f11db21 Merge pull request #14367: Fix Java precommit errors
add 956c7bd [BEAM-12030] Fix pylint breakage (#14357)
add 1a7e213 [BEAM-11628] Add initial support for GroupBy.apply (#13843)
No new revisions were added by this update.
Summary of changes:
.../org/apache/beam/gradle/BeamModulePlugin.groovy | 11 +-
sdks/java/container/boot.go | 7 +-
.../beam/sdk/io/gcp/bigquery/BigQueryServices.java | 2 +-
.../bigquery/StorageApiWriteUnshardedRecords.java | 2 +-
.../beam/sdk/io/gcp/bigquery/TableDestination.java | 2 +-
.../sdk/io/gcp/pubsub/PubsubSchemaIOProvider.java | 5 -
sdks/python/apache_beam/coders/coder_impl.py | 4 +-
sdks/python/apache_beam/coders/coders.py | 2 +-
sdks/python/apache_beam/dataframe/doctests.py | 2 +-
sdks/python/apache_beam/dataframe/frames.py | 208 +++++++++++++++++----
sdks/python/apache_beam/dataframe/frames_test.py | 83 ++++++--
sdks/python/apache_beam/dataframe/io.py | 12 +-
sdks/python/apache_beam/dataframe/io_test.py | 5 +
.../apache_beam/dataframe/pandas_doctests_test.py | 8 +-
.../apache_beam/dataframe/transforms_test.py | 24 +++
.../apache_beam/transforms/sideinputs_test.py | 28 +++
sdks/python/apache_beam/utils/proto_utils.py | 2 +
17 files changed, 332 insertions(+), 75 deletions(-)