Skip to content

Commit 48cdc92

Browse files
authored
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

Lines changed: 1 addition & 1 deletion
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)