Skip to content

Commit

Permalink
docs: correct comment (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
NuthanReddy committed Jul 15, 2020
1 parent e084ce0 commit 48cdc92
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -45,7 +45,7 @@ public static void loadCsvFromGcs(String datasetName, String tableName, String s
Table table = bigquery.getTable(datasetName, tableName);
Job loadJob = table.load(FormatOptions.csv(), sourceUri);

// Load data from a GCS parquet file into the table
// Load data from a GCS CSV file into the table
// Blocks until this load table job completes its execution, either failing or succeeding.
Job completedJob = loadJob.waitFor();

Expand Down

0 comments on commit 48cdc92

Please sign in to comment.