Skip to content

Commit

Permalink
Update the Public data set name (#889)
Browse files Browse the repository at this point in the history
The old dataset name is not valid anymore and causes an iternal error
  • Loading branch information
AlirezaSaberi authored and lesv committed Oct 18, 2017
1 parent 596a9dc commit e35b7df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public static void main(String... args) throws Exception {
"SELECT "
+ "APPROX_TOP_COUNT(corpus, 10) as title, "
+ "COUNT(*) as unique_words "
+ "FROM `publicdata.samples.shakespeare`;")
+ "FROM `bigquery-public-data.samples.shakespeare`;")
// Use standard SQL syntax for queries.
// See: https://cloud.google.com/bigquery/sql-reference/
.setUseLegacySql(false)
Expand Down

0 comments on commit e35b7df

Please sign in to comment.