HorizonNet commented on a change in pull request #208: HBASE-22344 Documented
the deprecation of public and limited private …
URL: https://github.com/apache/hbase/pull/208#discussion_r279972300
##########
File path:
hbase-client/src/main/java/org/apache/hadoop/hbase/HTableDescriptor.java
##########
@@ -857,19 +863,31 @@ public void removeCoprocessor(String className) {
public static final HTableDescriptor NAMESPACE_TABLEDESC
= new HTableDescriptor(TableDescriptorBuilder.NAMESPACE_TABLEDESC);
+ /**
+ * @deprecated since 0.94.1
Review comment:
Yes. This ticket is based on a discussion we had on the dev list. We have
some deprecations where it isn't documented in the code in what release the
appropriate functionality was deprecated. There are already some removals in
progress, because removing everything at once will end up in a mess.
----------------------------------------------------------------
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]
With regards,
Apache Git Services