Skip to content

Commit 593ac97

Browse files
committed
Update append_rows_with_arrow.py
1 parent eb97b8f commit 593ac97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ def verify_result(client, table, futures):
223223
assert query_result.iloc[0, 0] >= TABLE_LENGTH
224224

225225
# Verify that table was split into multiple requests.
226+
print(len(futures))
226227
assert len(futures) == 2
227228

228229

0 commit comments

Comments
 (0)