[ 
https://issues.apache.org/jira/browse/BEAM-4229?focusedWorklogId=98660&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-98660
 ]

ASF GitHub Bot logged work on BEAM-4229:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 05/May/18 04:14
            Start Date: 05/May/18 04:14
    Worklog Time Spent: 10m 
      Work Description: apilloud closed pull request #5282: [BEAM-4229] 
Downgrade BigQuery to fix Spanner
URL: https://github.com/apache/beam/pull/5282
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/build_rules.gradle b/build_rules.gradle
index 37570f044c3..3dd5368a68c 100644
--- a/build_rules.gradle
+++ b/build_rules.gradle
@@ -234,7 +234,7 @@ ext.library = [
     google_api_services_storage: 
"com.google.apis:google-api-services-storage:v1-rev124-$google_clients_version",
     google_auth_library_credentials: 
"com.google.auth:google-auth-library-credentials:$google_auth_version",
     google_auth_library_oauth2_http: 
"com.google.auth:google-auth-library-oauth2-http:$google_auth_version",
-    google_cloud_bigquery: 
"com.google.cloud:google-cloud-bigquery:$google_clients_version",
+    google_cloud_bigquery: 
"com.google.cloud:google-cloud-bigquery:0.20.0-beta",
     google_cloud_core: "com.google.cloud:google-cloud-core:1.0.2",
     google_cloud_core_grpc: 
"com.google.cloud:google-cloud-core-grpc:$grpc_version",
     google_cloud_dataflow_java_proto_library_all: 
"com.google.cloud.dataflow:google-cloud-dataflow-java-proto-library-all:0.5.160304",
diff --git a/pom.xml b/pom.xml
index fa925131441..de518ade921 100644
--- a/pom.xml
+++ b/pom.xml
@@ -147,6 +147,7 @@
     <protobuf.version>3.2.0</protobuf.version>
     <pubsub.version>v1-rev382-1.23.0</pubsub.version>
     <slf4j.version>1.7.25</slf4j.version>
+    <bigquery.version>0.20.0-beta</bigquery.version>
     <spanner.version>0.20.0b-beta</spanner.version>
     <spark.version>2.3.0</spark.version>
     <spring.version>4.3.5.RELEASE</spring.version>
@@ -1123,7 +1124,7 @@
       <dependency>
         <groupId>com.google.cloud</groupId>
         <artifactId>google-cloud-bigquery</artifactId>
-        <version>${google-clients.version}</version>
+        <version>${bigquery.version}</version>
       </dependency>
 
       <dependency>


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 98660)
    Time Spent: 50m  (was: 40m)

> PostCommits broken on SpannerReadIT tests
> -----------------------------------------
>
>                 Key: BEAM-4229
>                 URL: https://issues.apache.org/jira/browse/BEAM-4229
>             Project: Beam
>          Issue Type: Bug
>          Components: testing
>    Affects Versions: 2.5.0
>            Reporter: Scott Wegner
>            Assignee: Andrew Pilloud
>            Priority: Blocker
>             Fix For: 2.5.0
>
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> SpannerReadIT tests are currently broken in Java post-commit tests: 
> [https://scans.gradle.com/s/ajlgofucflem2/tests/failed] 
> {quote}:beam-runners-google-cloud-dataflow-java:googleCloudPlatformIntegrationTestorg.apache.beam.sdk.io.gcp.spanner.SpannerReadIT
>  » testQuery (0.134s)
> java.lang.NoClassDefFoundError: 
> com/google/api/gax/retrying/ExceptionRetryAlgorithm
> Caused by: java.lang.ClassNotFoundException: 
> com.google.api.gax.retrying.ExceptionRetryAlgorithm{quote}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to