8000 removing note about the row commit bug · angelafunk/python-docs-samples@e12b69f · GitHub
[go: up one dir, main page]

Skip to content

Commit e12b69f

Browse files
committed
removing note about the row commit bug
1 parent 222fd2c commit e12b69f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

bigtable/snippets/writes/write_simple.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,7 @@ def write_simple(project_id, instance_id, table_id):
4141
"PQ2A.190405.003",
4242
timestamp)
4343

44-
response = row.commit()
45-
46-
# BUG: This is always None. If you set the column_family_id to something
47-
# else the commit will fail and response is still None.
48-
print(response)
44+
row.commit()
4945

5046
print('Successfully wrote row {}.'.format(row_key))
5147
# [END bigtable_writes_simple]

0 commit comments

Comments
 (0)
0