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 92386d7 (commit)
to 4e22ff3 (commit)
from 92386d7 [BEAM-12410] SamzaPortablePipelineOptions to extend
PortablePipelineOptions (#14944)
add a571952 [BEAM-12438] Add Regression test for issue around LP coding
Row coders. (#14924)
add b6aad41 [BEAM-9547] Thorough testing for global aggregations (#14893)
add 9ba2e06 [BEAM-9547] Add support for Series.repeat (#14909)
add aef081c [BEAM-9547] Add support for `DataFrame.value_counts()`
(#14922)
add 9898493 Moving to 2.32.0-SNAPSHOT on master branch.
add 88d4712 [BEAM-12385] Handle VARCHAR and other SQL specific logical
types in AvroUtils
add 62e8f84 Merge pull request #14858: [BEAM-12385] Handle VARCHAR and
other SQL specific logical types in AvroUtils
add 3f2351f Add 2.32.0 section to CHANGES.md
add 88acd72 [WEBSITE] Add a note about how to unsubscribe from mailing
lists
add b9cfb22 Merge pull request #14935 from [WEBSITE] Add a note about how
to unsubscribe from mailing lists
add 183f27f [BEAM-12305] Fix test_pack_combiner for Flink and Spark
(#14842)
add f699f74 Cython 3.0 readiness (#14848)
add 4e22ff3 [BEAM-9547] More WontImplement operations (#14910)
No new revisions were added by this update.
Summary of changes:
CHANGES.md | 36 +-
.../org/apache/beam/gradle/BeamModulePlugin.groovy | 2 +-
gradle.properties | 4 +-
model/pipeline/src/main/proto/schema.proto | 6 +-
sdks/go/pkg/beam/core/core.go | 2 +-
sdks/go/pkg/beam/core/runtime/exec/translate.go | 9 +-
.../pkg/beam/core/runtime/graphx/schema/schema.go | 56 ++-
.../beam/core/runtime/graphx/schema/schema_test.go | 16 +-
sdks/go/test/regression/lperror.go | 63 +++
.../lperror_test.go} | 21 +-
sdks/go/test/regression/pardo_test.go | 35 +-
.../regression_test.go} | 5 +-
sdks/go/test/run_validatesrunner_tests.sh | 4 +-
.../apache/beam/sdk/schemas/utils/AvroUtils.java | 43 ++
.../beam/sdk/schemas/utils/AvroUtilsTest.java | 244 ++++++++++
.../apache/beam/sdk/io/jdbc/SchemaUtilTest.java | 60 +++
sdks/python/apache_beam/coders/coder_impl.pxd | 1 +
sdks/python/apache_beam/coders/coder_impl.py | 14 +-
sdks/python/apache_beam/dataframe/frame_base.py | 6 +
sdks/python/apache_beam/dataframe/frames.py | 176 ++++++-
sdks/python/apache_beam/dataframe/frames_test.py | 512 +++++++++++----------
.../apache_beam/dataframe/pandas_doctests_test.py | 14 +-
.../runners/portability/flink_runner_test.py | 10 +-
.../portability/fn_api_runner/fn_runner_test.py | 28 +-
.../runners/portability/spark_runner_test.py | 4 -
sdks/python/apache_beam/version.py | 2 +-
.../www/site/content/en/community/contact-us.md | 2 +
27 files changed, 1005 insertions(+), 370 deletions(-)
create mode 100644 sdks/go/test/regression/lperror.go
copy sdks/go/test/{integration/primitives/primitives_test.go =>
regression/lperror_test.go} (71%)
copy sdks/go/test/{integration/primitives/primitives_test.go =>
regression/regression_test.go} (83%)