We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d2a7d1 commit a37c41aCopy full SHA for a37c41a
bigtable/google/cloud/bigtable/row_data.py
@@ -366,8 +366,6 @@ def _validate_chunk_row_in_progress(self, chunk):
366
"""Helper for :meth:`_validate_chunk`"""
367
assert self.state == self.ROW_IN_PROGRESS
368
self._validate_chunk_status(chunk)
369
- if not chunk.HasField('commit_row') and not chunk.reset_row:
370
- _raise_if(not chunk.timestamp_micros or not chunk.value)
371
_raise_if(chunk.row_key and
372
chunk.row_key != self._row.row_key)
373
_raise_if(chunk.HasField('family_name') and
0 commit comments