Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 48cdc92

Browse files
authoredJul 15, 2020
docs: correct comment (#553)
1 parent e084ce0 commit 48cdc92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎samples/snippets/src/main/java/com/example/bigquery/LoadCsvFromGcs.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public static void loadCsvFromGcs(String datasetName, String tableName, String s
4545
Table table = bigquery.getTable(datasetName, tableName);
4646
Job loadJob = table.load(FormatOptions.csv(), sourceUri);
4747

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

0 commit comments

Comments
 (0)
Failed to load comments.