Skip to content

Commit 963d61f

Browse files
authored
---
yaml --- r: 8423 b: refs/heads/master c: 6983aa2 h: refs/heads/master i: 8421: 240553f 8419: 62b9ee8 8415: 2a73d1c
1 parent 63a1fc7 commit 963d61f

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: d2419d40e9a28f1a79d17b793b740c3c6c140fc9
2+
refs/heads/master: 6983aa26fa950fa4e7e408b4c5412f70eb75ab05
33
refs/heads/travis: 47e4fee4fd5af9b2a8ce46f23c72ec95f9b195b2
44
refs/heads/gh-pages: 3e16a39145437096333db5811e5c0292719c1823
55
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444

trunk/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/spi/v2/HttpBigQueryRpc.java

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -385,11 +385,7 @@ public GetQueryResultsResponse getQueryResults(String projectId, String jobId,
385385
.setTimeoutMs(Option.TIMEOUT.getLong(options))
386386
.execute();
387387
} catch (IOException ex) {
388-
BigQueryException serviceException = translate(ex);
389-
if (serviceException.getCode() == HTTP_NOT_FOUND) {
390-
return null;
391-
}
392-
throw serviceException;
388+
throw translate(ex);
393389
}
394390
}
395391

0 commit comments

Comments
 (0)