Adam Sjøgren created HBASE-29528:
------------------------------------
Summary: Support for cellVisibility in Thrift interface
Key: HBASE-29528
URL: https://issues.apache.org/jira/browse/HBASE-29528
Project: HBase
Issue Type: Improvement
Components: Thrift
Reporter: Adam Sjøgren
Attachments: hbase-thrift-cellvisibility.patch
A colleague of mine added support for cellVisibility to the Thrift interface in
HBase, to allow deleting cells with visibility labels applied, via Thrift.
We have been using this patch internally since 2019 with HBase 2.2.2, 2.5.6,
and 2.5.8 (currently working on compiling 2.5.12).
It is a small change:
{noformat}
hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/ThriftUtilities.java
| 4 +++
hbase-thrift/src/main/resources/org/apache/hadoop/hbase/thrift2/hbase.thrift
| 3 ++-
hbase-thrift/src/test/java/org/apache/hadoop/hbase/thrift2/TestThriftHBaseServiceHandlerWithLabels.java
| 92 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 98 insertions(+), 1 deletion(-)
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)