We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 458c760 commit ca4b0b1Copy full SHA for ca4b0b1
google-cloud-examples/src/test/java/com/google/cloud/examples/bigquery/snippets/ITBigQuerySnippets.java
@@ -69,7 +69,6 @@ public class ITBigQuerySnippets {
69
private static final String OTHER_DATASET = RemoteBigQueryHelper.generateDatasetName();
70
private static final String QUERY =
71
"SELECT unique(corpus) FROM [bigquery-public-data:samples.shakespeare]";
72
- private static final String CORPUS_NAME = "romeoandjuliet";
73
private static final String QUERY_WITH_PARAMETERS =
74
"SELECT distinct(corpus) FROM `bigquery-public-data.samples.shakespeare` where word_count > @wordCount";
75
private static final Function<Job, JobId> TO_JOB_ID_FUNCTION = new Function<Job, JobId>() {
0 commit comments