-
Notifications
You must be signed in to change notification settings - Fork 436
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: [BigQueryStorage] update client libraries to support Database operations #4963
Conversation
Debugging this, I found reverting the |
Owl bot is regenerating pull request 4963... |
PiperOrigin-RevId: 419710013 Source-Link: googleapis/googleapis@b7c9d05 Source-Link: googleapis/googleapis-gen@ae49827 Copy-Tag: eyJwIjoiQmlnUXVlcnlTdG9yYWdlLy5Pd2xCb3QueWFtbCIsImgiOiJhZTQ5ODI3OWM0ZTcxY2Q0YWE2ZTA2NTVlOTJhNjkzZGY5NzQ3MmM0In0=
0b03937
to
404ba05
Compare
I've traced down the error message we're getting in our test suite to an issue in protobuf, which I have opened a PR for: protocolbuffers/protobuf#9462 Resolving the issue on a local copy of protobuf reaveals the following error:
After debugging, the holdup occurs while cross linking messages from descriptor.proto: https://github.com/googleapis/googleapis/blob/master/google/cloud/bigquery/storage/v1/protobuf.proto#L39 Digging in further, I discovered the following: https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/compiler/php/php_generator.cc#L981-L983
My current understanding is this is being skipped because descriptor.proto is still using the proto2 syntax, which the official library does not support. Working on next steps we can take to unblock this. |
PiperOrigin-RevId: 419710013
Source-Link: googleapis/googleapis@b7c9d05
Source-Link: https://github.com/googleapis/googleapis-gen/commit/ae498279c4e71cd4aa6e0655e92a693df97472c4
Copy-Tag: eyJwIjoiQmlnUXVlcnlTdG9yYWdlLy5Pd2xCb3QueWFtbCIsImgiOiJhZTQ5ODI3OWM0ZTcxY2Q0YWE2ZTA2NTVlOTJhNjkzZGY5NzQ3MmM0In0=