Skip to content

Commit

Permalink
Fix comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alixhami authored Aug 21, 2018
1 parent fd62cb2 commit 6313584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/bigquery/snippets.py
Original file line number Diff line number Diff line change
Expand Up @@ -1580,7 +1580,7 @@ def test_load_table_from_uri_append(client, to_delete, capsys):
# [END bigquery_load_table_gcs_parquet_append]

# [START bigquery_load_table_gcs_orc_append]
# The schema of the parquet file must match the table schema in an append
# The schema of the orc file must match the table schema in an append
job_config.source_format = bigquery.SourceFormat.ORC
uri = 'gs://cloud-samples-data/bigquery/us-states/us-states.orc'
# [END bigquery_load_table_gcs_orc_append]
Expand Down

0 comments on commit 6313584

Please sign in to comment.