-
Notifications
You must be signed in to change notification settings - Fork 88
Open
Labels
api: bigquerystorageIssues related to the googleapis/java-bigquerystorage API.Issues related to the googleapis/java-bigquerystorage API.
Description
Protobuf has released v26.x+ which introduces a bunch of breaking changes for Protobuf-Java. Release notes for the version can be found at https://github.com/protocolbuffers/protobuf/releases/tag/v26.0
We have confirmed a few spots that must be updated:
TextFormat.shortDebugString
inLine 210 in 05ebe17
TextFormat.shortDebugString(tableReference), session.toString()), TextFormat.shortDebugString
inLine 105 in 05ebe17
TextFormat.shortDebugString(tableReference), session.toString()),
A few other areas/ files need to be investigated regarding proto2 syntax:
- https://github.com/googleapis/java-bigquerystorage/blob/05ebe17aeea7e1893e72875486074fa4a912bc27/google-cloud-bigquerystorage/src/test/proto/test.proto
- https://github.com/googleapis/java-bigquerystorage/blob/05ebe17aeea7e1893e72875486074fa4a912bc27/google-cloud-bigquerystorage/src/test/proto/jsonTest.proto
- https://github.com/googleapis/java-bigquerystorage/blob/05ebe17aeea7e1893e72875486074fa4a912bc27/google-cloud-bigquerystorage/src/test/proto/schemaTest.proto
See this doc for the full list of possible code to be migrated/ updated.
Metadata
Metadata
Assignees
Labels
api: bigquerystorageIssues related to the googleapis/java-bigquerystorage API.Issues related to the googleapis/java-bigquerystorage API.