Skip to content

Commit 3f8c9c0

Browse files
committed
---
yaml --- r: 9397 b: refs/heads/spanner-gapic-migration c: ca4b0b1 h: refs/heads/master i: 9395: 7db888d
1 parent 5941038 commit 3f8c9c0

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
@@ -80,7 +80,7 @@ refs/tags/v0.34.0: bf31760a31a66acb239322a70dcd03dbe1d0c7ca
8080
refs/tags/v0.35.0: c28951c5f4cc97a1be07900d19df6984115a4bd6
8181
refs/tags/v0.36.0: 6b75c61f73e6827b3ca379bd54f88f750290162f
8282
refs/tags/v0.37.0: db2e142f92601709fdd48db159776f905742e30f
83-
refs/heads/spanner-gapic-migration: 458c76098d69347a0599def7d24e1295b13e5d36
83+
refs/heads/spanner-gapic-migration: ca4b0b138f875b5ddd58c9c18e41cf15394603f2
8484
refs/tags/v0.38.0: c235ee4df5e1248e1769dae3f86a0d7ab7fd8301
8585
refs/tags/v0.39.0: ab231c9d22475242a43d6d9554aa4a3f736dab01
8686
refs/tags/v0.40.0: a1d5b05206cce7734365f1b910396a2c9d6605ec

branches/spanner-gapic-migration/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)