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 6aad628 (commit)
to d780ebd (commit)
from 6aad628 Update pillars.yaml (#14142)
add a8c9f74 [BEAM-11415] Adding ValidatesRunner w/ Python ULR tests to Go
Precommit
add 4c15a07 Moving runner imports out of ptest.
add 8659f85 Splitting old Go Precommit and new ULR integration test
precommit.
add 83543b2 Merge pull request #14030: [BEAM-11415] Adding
ValidatesRunner w/ Python ULR tests to Go Precommit
add b498952 [BEAM-11213] Instantiate SparkListenerApplicationStart in a
Spark 3 compatible way
add b710eed Merge pull request #14132: [BEAM-11213] Instantiate
SparkListenerApplicationStart in a Spark 3 compatible way
add 584f905 [BEAM-11899] Bump commons-pool to 2.8.1 and bump commons-dbcp
to 2.8.0, Because there is a library dependency
add 2b8938e Merge pull request #14138 from [BEAM-11899] Bump commons-pool
to 2.8.1
add 805496b [BEAM-9547] Add groupby doctests (#14140)
add d780ebd Remove pip version check to avoid an extra request and
unactionable warning. (#14129)
No new revisions were added by this update.
Summary of changes:
..._Go.groovy => job_PreCommit_Go_Portable.groovy} | 4 +-
build.gradle.kts | 4 +
.../beam/runners/spark/SparkPipelineRunner.java | 18 +----
.../beam/runners/spark/util/SparkCompat.java | 63 +++++++++++++++
sdks/go/pkg/beam/testing/ptest/ptest.go | 8 +-
sdks/go/test/build.gradle | 26 +++++++
sdks/go/test/integration/integration.go | 5 +-
.../test/integration/primitives/primitives_test.go | 3 +
.../test/integration/synthetic/synthetic_test.go | 3 +
.../test/integration/wordcount/wordcount_test.go | 3 +
sdks/go/test/integration/xlang/xlang_test.go | 3 +
sdks/java/io/jdbc/build.gradle | 4 +-
sdks/python/apache_beam/dataframe/doctests.py | 60 ++++++++++++--
sdks/python/apache_beam/dataframe/frames.py | 17 +++-
.../apache_beam/dataframe/pandas_doctests_test.py | 91 ++++++++++++++++++++++
sdks/python/container/piputil.go | 12 +--
16 files changed, 280 insertions(+), 44 deletions(-)
copy .test-infra/jenkins/{job_PreCommit_Go.groovy =>
job_PreCommit_Go_Portable.groovy} (93%)