-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
api: bigtableIssues related to the Bigtable API.Issues related to the Bigtable API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
Client
golang Bigtable emulator, bttest
Describe Your Environment
macOS Mojave
Version 10.14.5
Inserted several rows, each with a single column with various values.
Used a ValueFilter with pattern "|a" and RowFilter to filter the rows by value.
Expected Behavior
Only rows whose column's value was "" or "a" would be retrieved.
Actual Behavior
All rows were retrieved.
Note
This behavior is not present with Bigtable, i.e. when tested against Bigtable, only rows whose column values are "" or "a" are retrieved.
Metadata
Metadata
Assignees
Labels
api: bigtableIssues related to the Bigtable API.Issues related to the Bigtable API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.