-
Notifications
You must be signed in to change notification settings - Fork 1.7k
v3: use defaults for inclusive flags #15316
Copy link
Copy link
Open
Labels
api: bigtableIssues related to the Bigtable API.Issues related to the Bigtable API.priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: cleanupAn internal cleanup or hygiene concern.An internal cleanup or hygiene concern.
Metadata
Metadata
Assignees
Labels
api: bigtableIssues related to the Bigtable API.Issues related to the Bigtable API.priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: cleanupAn internal cleanup or hygiene concern.An internal cleanup or hygiene concern.
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: googleapis/python-bigtable#820 (comment)