chandrasekhar-188k commented on code in PR #6374:
URL: https://github.com/apache/hbase/pull/6374#discussion_r1959005789
##########
hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/TableResource.java:
##########
@@ -135,7 +135,9 @@ public TableScanResource getScanResource(final
@PathParam("scanspec") String sca
@DefaultValue("true") @QueryParam(Constants.SCAN_CACHE_BLOCKS) boolean
cacheBlocks,
@DefaultValue("false") @QueryParam(Constants.SCAN_REVERSED) boolean
reversed,
@QueryParam(Constants.FILTER) String paramFilter,
- @QueryParam(Constants.FILTER_B64) @Encoded String paramFilterB64) {
+ @QueryParam(Constants.FILTER_B64) @Encoded String paramFilterB64,
+ @DefaultValue("true") @QueryParam(Constants.SCAN_INCLUDE_START_ROW)
boolean includeStartRow,
+ @DefaultValue("false") @QueryParam(Constants.SCAN_INCLUDE_STOP_ROW)
boolean includeStopRow) {
Review Comment:
@PDavid ,
I have missed to check this.
#6499 is already merged. I will raise another PR for this change
--
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]