Skip to content

bigtable/bttest: ValueFilter expression capturing additional values with alternate operator #1499

@angelbeltran

Description

@angelbeltran

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.priority: p2Moderately-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.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions