suztomo commented on pull request #13765: URL: https://github.com/apache/beam/pull/13765#issuecomment-776285194
Yes, I agree that there's a conflict between google-api-services-bigquery and google-cloud-bigquerystorage. I see [com.google.cloud:google-cloud-bigquery:1.126.3](https://search.maven.org/artifact/com.google.cloud/google-cloud-bigquery/1.126.3/jar) uses "com.google.apis:google-api-services-bigquery:v2-rev20201030-1.31.0". Would you try upgrading the version of google-api-services-bigquery in BeamModulePlugin.groovy line 512? https://github.com/apache/beam/blob/705649d/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy#L512 > google_api_services_bigquery : "com.google.apis:google-api-services-bigquery:v2-rev20200719-$google_clients_version", (I would try "com.google.apis:google-api-services-bigquery:v2-**rev20201030**-$google_clients_version") ---------------------------------------------------------------- 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]
