Skip to content

Commit

Permalink
Update dask_bigquery/core.py
Browse files Browse the repository at this point in the history
Co-authored-by: James Bourbeau <[email protected]>
  • Loading branch information
phofl and jrbourbeau authored Jul 25, 2024
1 parent 2768a87 commit 4f9373d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dask_bigquery/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def bigquery_read(
NOTE: Please set if reading from Storage API without any `row_restriction`.
https://cloud.google.com/bigquery/docs/reference/storage/rpc/google.cloud.bigquery.storage.v1beta1#stream
convert_string: bool
Whether to convert arrow strings directly to arrpw strings in the DataFrame
Whether to convert strings directly to arrow strings in the output DataFrame
"""
arrow_options = arrow_options.copy()
if convert_string:
Expand Down

0 comments on commit 4f9373d

Please sign in to comment.