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 2020/05/20 02:43:33 UTC

[GitHub] [hbase] infraio commented on a change in pull request #1731: HBASE-24387 TableSnapshotInputFormatImpl support scan limit on each InputSplit

infraio commented on a change in pull request #1731:
URL: https://github.com/apache/hbase/pull/1731#discussion_r427710472



##########
File path: hbase-protocol-shaded/src/main/protobuf/client/Client.proto
##########
@@ -274,6 +274,7 @@ message Scan {
   }
   optional ReadType readType = 23 [default = DEFAULT];
   optional bool need_cursor_result = 24 [default = false];
+  optional uint32 limit = 25;

Review comment:
       I thought this is duplicate with ScanRequest protobuf? We already have one field to means "limit".




----------------------------------------------------------------
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:
users@infra.apache.org