[ https://issues.apache.org/jira/browse/HBASE-29528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Duo Zhang resolved HBASE-29528. ------------------------------- Fix Version/s: 2.7.0 3.0.0-beta-2 2.6.4 Hadoop Flags: Reviewed Resolution: Fixed Pushed to branch-2.6+. Thanks [~adsj] for contributing! > 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 > Assignee: Adam Sjøgren > Priority: Minor > Labels: pull-request-available > Fix For: 2.7.0, 3.0.0-beta-2, 2.6.4 > > Attachments: > 0001-HBASE-29528-Support-cellVisility-in-Thrift-interface.patch, > 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 +- > > .../src/test/java/org/apache/hadoop/hbase/thrift2/TestThriftHBaseServiceHandlerWithLabels.java > | 93 ++++++++++++++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 99 insertions(+), 1 deletion(-) {noformat} -- This message was sent by Atlassian Jira (v8.20.10#820010)