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 914c16eb1d1 Provide more contextual error message for PyCoder (#36825)
add b843f4af3eb Increase the GZip DeflaterOutputStream buffer size to
increase performance (#36818)
add a799d2b76ea Bump google.golang.org/grpc from 1.76.0 to 1.77.0 in /sdks
(#36843)
add 050369f39d1 make use of generic type info in *Utils classes
add b369dfa3814 make use of generic type info in *Utils classes (#36581)
add 87d204f6038 Fix inconsistent data type in GenericRecord and AvroSchema
for AvroWriter (#36839)
add 6d9df8cbc81 Remove 3.9-specific branches in typehinting module (#36732)
add eadbc6e74fc Kerberos auth python (#36211)
add f41cbde78c1 Allow users to specify trusted Avro serializable classes
to Dataflow worker (#36809)
No new revisions were added by this update.
Summary of changes:
sdks/go.mod | 29 +++--
sdks/go.sum | 70 +++++------
sdks/java/container/boot.go | 22 ++++
.../java/org/apache/beam/sdk/io/Compression.java | 4 +-
.../apache/beam/sdk/options/SdkHarnessOptions.java | 12 ++
.../beam/sdk/schemas/utils/AutoValueUtils.java | 16 ++-
.../beam/sdk/schemas/utils/ByteBuddyUtils.java | 59 +++++----
.../beam/sdk/schemas/utils/JavaBeanUtils.java | 28 +++--
.../apache/beam/sdk/schemas/utils/POJOUtils.java | 138 +++++----------------
.../beam/sdk/schemas/utils/POJOUtilsTest.java | 80 ------------
.../extensions/avro/schemas/utils/AvroUtils.java | 16 +++
sdks/java/io/expansion-service/build.gradle | 2 +
.../providers/PortableBigQueryDestinations.java | 2 +-
...gQueryFileLoadsSchemaTransformProviderTest.java | 23 +++-
.../java/org/apache/beam/sdk/io/kafka/KafkaIO.java | 40 ++++++
sdks/python/apache_beam/io/kafka.py | 47 ++++---
.../typehints/native_type_compatibility.py | 6 +-
.../apache_beam/typehints/trivial_inference.py | 8 +-
sdks/python/apache_beam/typehints/typehints.py | 6 +-
.../python/apache_beam/typehints/typehints_test.py | 12 +-
settings.gradle.kts | 50 ++++----
21 files changed, 317 insertions(+), 353 deletions(-)