This is an automated email from the ASF dual-hosted git repository.
zhangduo pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-2 by this push:
new 19433ba HBASE-26404 Update javadoc for CellUtil#createCell with tags
methods. (#3801)
19433ba is described below
commit 19433ba677d9697f740d32c74e56c719ada5ff1a
Author: Rushabh Shah <[email protected]>
AuthorDate: Mon Nov 1 03:58:31 2021 -0400
HBASE-26404 Update javadoc for CellUtil#createCell with tags methods.
(#3801)
Signed-off-by: Duo Zhang <[email protected]>
---
hbase-common/src/main/java/org/apache/hadoop/hbase/CellUtil.java | 3 +++
1 file changed, 3 insertions(+)
diff --git a/hbase-common/src/main/java/org/apache/hadoop/hbase/CellUtil.java
b/hbase-common/src/main/java/org/apache/hadoop/hbase/CellUtil.java
index 2ef8f57..71f5a66 100644
--- a/hbase-common/src/main/java/org/apache/hadoop/hbase/CellUtil.java
+++ b/hbase-common/src/main/java/org/apache/hadoop/hbase/CellUtil.java
@@ -591,6 +591,7 @@ public final class CellUtil {
/**
* Note : Now only CPs can create cell with tags using the CP environment
+ * Within CP, use {@link RawCell#createCell(Cell, List)} method instead
* @return A new cell which is having the extra tags also added to it.
* @deprecated As of release 2.0.0, this will be removed in HBase 3.0.0.
*
@@ -602,6 +603,7 @@ public final class CellUtil {
/**
* Now only CPs can create cell with tags using the CP environment
+ * Within CP, use {@link RawCell#createCell(Cell, List)} method instead
* @return A new cell which is having the extra tags also added to it.
* @deprecated As of release 2.0.0, this will be removed in HBase 3.0.0.
*/
@@ -612,6 +614,7 @@ public final class CellUtil {
/**
* Now only CPs can create cell with tags using the CP environment
+ * Within CP, use {@link RawCell#createCell(Cell, List)} method instead
* @deprecated As of release 2.0.0, this will be removed in HBase 3.0.0.
*/
@Deprecated