Skip to content

Commit ca4b0b1

Browse files
committed
deletes unused constant
1 parent 458c760 commit ca4b0b1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)