Support reverse scans in Bigtable #12010
Labels
api: bigtable
Issues related to the Bigtable API.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
The reverse scans feature is now in "experimental public preview" or something.
The googleapis SHA is up to date. And we already have a
bigtable::ReadRowsParams
. So the remaining work is to:bigtable-features: ...
header.reverse
flag to lower layers of API (I think everything belowReadRowsParams
)bigtable::ReverseScanOption
(and use it)bigtable_reverse_scan
sampleThis is more or less where we are going: dbolduc@fb6fba3
Also, the emulator does not currently support this flag. I sent googleapis/google-cloud-go#8198, we will see how it is received. Even if that PR is merged rolling out the emulator can take weeks.
The text was updated successfully, but these errors were encountered: