Skip to content

Commit 1eb8266

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +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))
227-
assert len(futures) == 2
226+
assert len(futures) == 21
228227

229228

230229
def main(project_id, dataset):

0 commit comments

Comments
 (0)