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 09c166b8c5c Improved comments and readability in minimal_wordcount
example (#37908)
add 379d2124e12 [ErrorProne] Enable JavaTimeDefaultTimeZone check (#37775)
add dfe6bf351fd fix preCommit Spotless rsync install (#38160)
add e1f02622f36 fixed redis tests with testcontainers (#38157)
add 53f8367adf6 Portable Date Type (Python changes) (#38078)
add d89dcacd7c2 migrate MongoDB IO tests from flapdoodle to Testcontainers
(#38161)
add cd384e28db3 fix use configured Python in pullLicenses script (#38162)
add 80c4c7a8dd0 Fix spotless in examples:java:iceberg (#38166)
add 549aa066a90 Add rsync to self-hosted ARC runner Docker image (#38164)
No new revisions were added by this update.
Summary of changes:
.../arc/images/Dockerfile | 2 +-
.../beam_PostCommit_Python_Xlang_Gcp_Dataflow.json | 2 +-
.../beam_PostCommit_Python_Xlang_Gcp_Direct.json | 2 +-
.../beam_PostCommit_Python_Xlang_IO_Dataflow.json | 2 +-
.../beam_PostCommit_Python_Xlang_IO_Direct.json | 2 +-
.github/workflows/beam_PreCommit_Spotless.yml | 2 +
.../org/apache/beam/gradle/BeamModulePlugin.groovy | 1 -
.../iceberg/snippets/IcebergBeamSchemaAndRow.java | 5 +-
.../beam/it/gcp/artifacts/utils/ArtifactUtils.java | 4 +-
.../beam/it/gcp/datastore/DatastoreUtils.java | 4 +-
.../org/apache/beam/it/gcp/pubsub/PubsubUtils.java | 4 +-
.../apache/beam/it/gcp/bigquery/BigQueryIOLT.java | 4 +-
.../apache/beam/it/gcp/bigquery/BigQueryIOST.java | 4 +-
.../apache/beam/it/gcp/spanner/SpannerIOLT.java | 4 +-
.../apache/beam/it/gcp/spanner/SpannerIOST.java | 4 +-
.../apache/beam/it/gcp/storage/FileBasedIOLT.java | 4 +-
.../java/org/apache/beam/it/kafka/KafkaIOLT.java | 4 +-
.../java/org/apache/beam/it/kafka/KafkaIOST.java | 4 +-
.../container/license_scripts/license_script.sh | 20 +++++-
.../sdk/extensions/sbe/SbeLogicalTypesTest.java | 7 ++-
.../sql/impl/schema/BeamSqlRowCoderTest.java | 7 ++-
.../meta/provider/mongodb/MongoDbReadWriteIT.java | 44 +++----------
.../blobstore/AzureBlobStoreFileSystemTest.java | 3 +-
.../io/elasticsearch/ElasticsearchIOTestUtils.java | 3 +-
.../beam/sdk/io/gcp/bigquery/BigQueryUtils.java | 2 +-
.../gcp/bigquery/BeamRowToStorageApiProtoTest.java | 7 ++-
.../apache/beam/sdk/io/influxdb/GenerateData.java | 10 +--
sdks/java/io/mongodb/build.gradle | 2 +-
.../beam/sdk/io/mongodb/MongoDBGridFSIOTest.java | 66 +++++--------------
.../apache/beam/sdk/io/mongodb/MongoDbIOTest.java | 73 +++++++---------------
sdks/java/io/redis/build.gradle | 2 +-
.../org/apache/beam/sdk/io/redis/RedisIOTest.java | 60 ++++++++++--------
sdks/python/apache_beam/io/jdbc.py | 5 ++
sdks/python/apache_beam/portability/common_urns.py | 1 +
.../transforms/managed_iceberg_it_test.py | 23 ++++---
sdks/python/apache_beam/typehints/schemas.py | 29 ++++++++-
sdks/python/apache_beam/typehints/schemas_test.py | 2 +
37 files changed, 201 insertions(+), 223 deletions(-)