Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Commit 8ad4fb2

Browse files
committed
add print
1 parent c013501 commit 8ad4fb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/pyarrow/append_rows_with_arrow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def append_rows(bqstorage_write_client, table):
162162
request = generate_write_request_with_pyarrow(row_num=20)
163163

164164
response_future = append_rows_stream.send(request)
165-
response_future.result()
165+
print(response_future.result())
166166

167167

168168
def main(project_id, dataset):

0 commit comments

Comments
 (0)