tkhurana commented on code in PR #1736:
URL: https://github.com/apache/phoenix/pull/1736#discussion_r1450789767
##########
phoenix-core-server/src/main/java/org/apache/phoenix/coprocessor/PagingRegionScanner.java:
##########
@@ -61,6 +63,28 @@ public PagingRegionScanner(Region region, RegionScanner
scanner, Scan scan) {
private boolean next(List<Cell> results, boolean raw) throws IOException {
try {
+ byte[] adjustedStartRowKey =
Review Comment:
why do we need to do this check on every next call ? Can't we do this in the
constructor ?
--
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]