This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch nightly-refs/heads/master
in repository https://gitbox.apache.org/repos/asf/beam.git
from 3b8ddda10a0 Solace Read connector: adding Basic Authentication support
(#31541)
add bacb9ec48b5 Set SchemaCoder for key in WithKeys transform
add bf8afb8d580 Merge pull request #31711: Set SchemaCoder for key in
WithKeys transform
add 5805734b3fc Disable caching for one more workflow (#31744)
add be900f940d7 Update joda-time to 2.10.14 (#31743)
add 45733be4fe4 Do not build shadowjar and disable javadoc for it modules
(#31741)
add 8e11d0a4815 Update Go Version to 1.22.4 (#31747)
add 209d50e6765 Support custom JdbcReadWithPartitionsHelper (#31733)
add dc63b0ffc99 Update Staticcheck to 2023.1.7 (#31750)
add b5035a08836 Update Playground Python Dockerfile (#31745)
add 366db73bf19 Disable SoftDeletePolicy when creating a default bucket
(#31748)
add e28e00ac608 Fix installation invocation for OpenJDK (#31752)
add 8a4a250076b Updates Dataflow service API version. (#31751)
No new revisions were added by this update.
Summary of changes:
.../test-properties.json | 2 +-
.../arc/images/Dockerfile | 2 +-
.github/workflows/go_tests.yml | 4 +-
.github/workflows/local_env_tests.yml | 4 +-
.github/workflows/update_python_dependencies.yml | 4 +-
.../org/apache/beam/gradle/BeamModulePlugin.groovy | 6 +-
dev-support/docker/Dockerfile | 2 +-
it/cassandra/build.gradle | 14 +++-
.../it/cassandra/CassandraResourceManager.java | 4 +-
it/common/build.gradle | 2 -
it/conditions/build.gradle | 3 +-
it/elasticsearch/build.gradle | 12 +++-
it/google-cloud-platform/build.gradle | 23 ++++--
it/jdbc/build.gradle | 14 +++-
it/kafka/build.gradle | 13 +++-
it/mongodb/build.gradle | 16 +++--
it/neo4j/build.gradle | 11 ++-
it/splunk/build.gradle | 17 +++--
it/testcontainers/build.gradle | 8 ++-
it/truthmatchers/build.gradle | 9 ++-
playground/backend/containers/python/Dockerfile | 4 +-
sdks/go/pkg/beam/util/gcsx/gcs.go | 15 +++-
sdks/go/pkg/beam/util/gcsx/gcs_test.go | 10 +++
sdks/go/run_with_go_version.sh | 2 +-
.../org/apache/beam/sdk/transforms/WithKeys.java | 17 +++++
.../apache/beam/sdk/transforms/WithKeysTest.java | 52 ++++++++++++++
.../java/org/apache/beam/sdk/io/jdbc/JdbcIO.java | 64 ++++++++++++-----
.../sdk/io/jdbc/JdbcReadWithPartitionsHelper.java | 48 +++++++++++++
.../java/org/apache/beam/sdk/io/jdbc/JdbcUtil.java | 46 +++---------
.../org/apache/beam/sdk/io/jdbc/JdbcIOTest.java | 81 +++++++++++++++++++++-
.../org/apache/beam/sdk/io/jdbc/JdbcUtilTest.java | 11 ++-
31 files changed, 401 insertions(+), 119 deletions(-)
create mode 100644
sdks/java/io/jdbc/src/main/java/org/apache/beam/sdk/io/jdbc/JdbcReadWithPartitionsHelper.java