saintstack commented on a change in pull request #1591:
URL: https://github.com/apache/hbase/pull/1591#discussion_r416175767



##########
File path: hbase-protocol-shaded/src/main/protobuf/rest/ScannerMessage.proto
##########
@@ -28,6 +28,7 @@ message Scanner {
   optional int32 maxVersions = 7;
   optional string filter = 8;
   optional int32 caching = 9;     // specifies REST scanner caching
-  repeated string labels = 10;
-  optional bool cacheBlocks = 11; // server side block caching hint
+  optional int32 limit = 10;

Review comment:
       Yeah, what Wellington said. Add new field. Add deprecation of the old.




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


Reply via email to