You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2021/12/01 18:31:52 UTC

[GitHub] [hbase] ndimiduk commented on a change in pull request #3902: HBASE-26524 Support remove coprocessor by class name via alter table …

ndimiduk commented on a change in pull request #3902:
URL: https://github.com/apache/hbase/pull/3902#discussion_r760465440



##########
File path: hbase-client/src/main/java/org/apache/hadoop/hbase/client/TableDescriptorBuilder.java
##########
@@ -436,7 +436,7 @@ public TableDescriptorBuilder removeColumnFamily(final byte[] name) {
     return this;
   }
 
-  public TableDescriptorBuilder removeCoprocessor(String className) {
+  public TableDescriptorBuilder removeCoprocessor(String className) throws IOException {

Review comment:
       The addition of exceptions to these method signatures breaks backward compatibility of this `IA.Public` class.




-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@hbase.apache.org

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