Hello HBase Community, I would like to request your feedback on a proposed enhancement to the checkAndMutate operation (HBASE-29217). This patch aims to improve conditional mutation handling by introducing a new API, which addresses the use case where atomic operations need to verify either matching or non-existing column states.
* * API Extension* Added ifMatchesOrNonExists() builder method in CheckAndMutate You can view the full patch here: JIRA: HBASE-29217 <https://issues.apache.org/jira/browse/HBASE-29217> GithubPRit: pull/6861 <https://github.com/apache/hbase/pull/6861> Your expertise in identifying potential improvements would be greatly appreciated. Best regards, Xuesen Liang -- Step 1. Write down the problem. Step 2. Think real hard. Step 3. Write down the solution. Otherwise, goto Step 2.