Skip to content

Commit 113d567

Browse files
committed
---
yaml --- r: 9317 b: refs/heads/master c: ca4b0b1 h: refs/heads/master i: 9315: 475d311
1 parent c023dbd commit 113d567

2 files changed

Lines changed: 1 addition & 2 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: 458c76098d69347a0599def7d24e1295b13e5d36
2+
refs/heads/master: ca4b0b138f875b5ddd58c9c18e41cf15394603f2
33
refs/heads/travis: 47e4fee4fd5af9b2a8ce46f23c72ec95f9b195b2
44
refs/heads/gh-pages: 1e525ea89a8c2133b947a8f1e3306079d006152d
55
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444

trunk/google-cloud-examples/src/test/java/com/google/cloud/examples/bigquery/snippets/ITBigQuerySnippets.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ public class ITBigQuerySnippets {
6969
private static final String OTHER_DATASET = RemoteBigQueryHelper.generateDatasetName();
7070
private static final String QUERY =
7171
"SELECT unique(corpus) FROM [bigquery-public-data:samples.shakespeare]";
72-
private static final String CORPUS_NAME = "romeoandjuliet";
7372
private static final String QUERY_WITH_PARAMETERS =
7473
"SELECT distinct(corpus) FROM `bigquery-public-data.samples.shakespeare` where word_count > @wordCount";
7574
private static final Function<Job, JobId> TO_JOB_ID_FUNCTION = new Function<Job, JobId>() {

0 commit comments

Comments
 (0)