Bigtable - Condition filter doesn't return rows unless "fail" condition is set #1458
Labels
api: bigtable
Issues related to the Bigtable API.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
As I understand from the API docs, the fail attribute of a condition filter should be optional, effectively being the same as providing
[{ all: false }]
. However, if I don't provide the fail attribute, I get zero rows back; the condition filter behaves as I'd expect with fail explicitly set to[{ all: false }]
Environment details
OSX @10.11.4
node @6.2.0
npm @3.8.9
gcloud-node @0.37.0
Steps to reproduce
The text was updated successfully, but these errors were encountered: