-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
api: bigtableIssues related to the Bigtable API.Issues related to the Bigtable API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
While looking at PutAdapter, I realized that I'd like to create Mutation objects, and then later choose to create either a RowMutation or a BulkMutation depending on context. RowMutation needs a construction method that takes a Mutation (BulkMutation already has this).
Also, it would be great if we could pass in a TableName object instead of constructing one every time.
Metadata
Metadata
Assignees
Labels
api: bigtableIssues related to the Bigtable API.Issues related to the Bigtable API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.