HorizonNet commented on a change in pull request #2558:
URL: https://github.com/apache/hbase/pull/2558#discussion_r606360265
##########
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:
Didn't found a good place for this one and created a new class for
constants intended for private use.
--
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:
[email protected]