Apache9 commented on code in PR #7575:
URL: https://github.com/apache/hbase/pull/7575#discussion_r2654674095
##########
hbase-client/src/main/java/org/apache/hadoop/hbase/client/CoprocessorDescriptor.java:
##########
@@ -40,5 +40,5 @@ public interface CoprocessorDescriptor {
int getPriority();
/** Returns Arbitrary key-value parameter pairs passed into the coprocessor.
*/
- Map<String, String> getProperties();
+ NavigableMap<String, String> getProperties();
Review Comment:
This interface is IA.Public so let's keep it as is.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]