Details
Description
With HBase 0.94 a new thrift API was added (thrift2). This API is more akin to the Java HBase API. Thrift (version1) had added filterString to the TScan struct as part of HBase release 0.92 . Thrift2 TScan object doesn't have filterString parameter. Hence executing server side filters using thrift2 API is currently not possible.
It would be great to have filtering capabilities added to TScan struct in thrift2 as well to maintain feature compatibility between two thrift versions.
Attachments
Attachments
Issue Links
- is related to
-
HBASE-8774 Add BatchSize and Filter to Thrift2
- Closed
- relates to
-
HBASE-8774 Add BatchSize and Filter to Thrift2
- Closed