[ https://issues.apache.org/jira/browse/HBASE-29528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18014130#comment-18014130 ]
Duo Zhang commented on HBASE-29528: ----------------------------------- Mind generating the patch with git am so we can preserve the email and username? [~adsj] Thanks. > 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 > Priority: Minor > 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 +- > > .../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)