Skip to content

Commit fa73c4b

Browse files
committed
fix: update comment to reference correct variable name
1 parent fc14e4a commit fa73c4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/google-cloud-bigquery-storage/samples/pyarrow/append_rows_with_arrow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def _create_request(batches):
197197
batches.append(batch_left)
198198
continue
199199

200-
# If the batch is single row and still larger than max_request_size
200+
# If the batch is single row and still larger than max_request_bytes
201201
else:
202202
# If current batches is empty, throw error
203203
if len(current_batches) == 0:

0 commit comments

Comments
 (0)