HorizonNet commented on a change in pull request #2558:
URL: https://github.com/apache/hbase/pull/2558#discussion_r509734109



##########
File path: hbase-common/src/main/java/org/apache/hadoop/hbase/HConstants.java
##########
@@ -661,10 +660,8 @@
    * Timestamp to use when we want to refer to the oldest cell.
    * Special! Used in fake Cells only. Should never be the timestamp on an 
actual Cell returned to
    * a client.
-   * @deprecated Should not be public since hbase-1.3.0. For internal use 
only. Move internal to
-   *   Scanners flagged as special timestamp value never to be returned as 
timestamp on a Cell.
    */
-  @Deprecated
+  @InterfaceAudience.Private
   public static final long OLDEST_TIMESTAMP = Long.MIN_VALUE;

Review comment:
       Makes sense. I looked through the usages and there doesn't seem to be a 
common place. Do we have a place for kind of "private" constants?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to