Skip to content

Commit

Permalink
fix build error (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephaniewang526 committed Jan 27, 2020
1 parent 132551a commit e7c44b4
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -57,9 +57,9 @@ public void tearDown() {

@Test
public void loadPartitionedTable() throws Exception {
String sourceUri = "gs://cloud-samples-data/bigquery/us-states/us-states-by-date.csv";
String sourceUri = "gs://cloud-samples-data/bigquery/us-states/us-states-by-date-no-header.csv";

String tableName = "PARTITIONED_TABLE_TEST";
String tableName = "LOAD_PARTITIONED_TABLE_TEST";

LoadPartitionedTable.loadPartitionedTable(BIGQUERY_DATASET_NAME, tableName, sourceUri);

Expand Down

0 comments on commit e7c44b4

Please sign in to comment.