v3: use defaults for inclusive flags #826
Labels
api: bigtable
Issues related to the googleapis/python-bigtable API.
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: cleanup
An internal cleanup or hygiene concern.
Milestone
We currently use None to for inclusive flags, and raise an error if the flag is set when the field is not. WE have this behaviour in both RowRange and RowFilter.
We should consider using default values in the signature instead, to make things simpler
Context: #820 (comment)
The text was updated successfully, but these errors were encountered: