We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc14e4a commit fa73c4bCopy full SHA for fa73c4b
1 file changed
packages/google-cloud-bigquery-storage/samples/pyarrow/append_rows_with_arrow.py
@@ -197,7 +197,7 @@ def _create_request(batches):
197
batches.append(batch_left)
198
continue
199
200
- # If the batch is single row and still larger than max_request_size
+ # If the batch is single row and still larger than max_request_bytes
201
else:
202
# If current batches is empty, throw error
203
if len(current_batches) == 0:
0 commit comments