stoty commented on code in PR #5822:
URL: https://github.com/apache/hbase/pull/5822#discussion_r1566671776
##########
hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/Constants.java:
##########
@@ -80,6 +80,7 @@ public interface Constants {
String SCAN_LIMIT = "limit";
String SCAN_FETCH_SIZE = "hbase.rest.scan.fetchsize";
String SCAN_FILTER = "filter";
+ String SCAN_FILTER_B64 = "filter_b64";
Review Comment:
> nit: Should we rename them just to Filter, as they are going to use in
another API to avoid confusion in readability?
Good idea, will do.
--
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]