suztomo commented on a change in pull request #14257:
URL: https://github.com/apache/beam/pull/14257#discussion_r595499554
##########
File path:
buildSrc/src/main/groovy/org/apache/beam/gradle/GrpcVendoring_1_36_0.groovy
##########
@@ -113,9 +114,11 @@ class GrpcVendoring_1_36_0 {
"com.google.longrunning",
"com.google.rpc",
"com.google.type",
+ "com.google.geo.type",
Review comment:
This a new package in proto-google-common-protos-2.0.1
```
suztomo-macbookpro44% jar tf
~/Downloads/proto-google-common-protos-2.0.1.jar|grep com/google/geo
com/google/geo/
com/google/geo/type/
com/google/geo/type/ViewportProto.class
com/google/geo/type/ViewportOrBuilder.class
com/google/geo/type/Viewport$Builder.class
com/google/geo/type/Viewport.class
com/google/geo/type/Viewport$1.class
```
It's not there in 1.12.0 (used by the vendored gRPC 1.26.0)
```
suztomo-macbookpro44% jar tf
~/Downloads/proto-google-common-protos-1.12.0.jar|grep com/google/geo
suztomo-macbookpro44%
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]