ranganathg commented on code in PR #1736:
URL: https://github.com/apache/phoenix/pull/1736#discussion_r1448387413


##########
phoenix-core-client/src/main/java/org/apache/phoenix/iterate/OrderedResultIterator.java:
##########
@@ -151,6 +159,14 @@ public Expression apply(OrderByExpression column) {
     private Tuple dummyTuple = null;
     private long byteSize;
     private long pageSizeMs;
+    private Scan scan;
+    private byte[] scanStartRowKey;
+    private byte[] prevScanStartRowKey;
+    private Boolean prevScanIncludeStartRowKey;

Review Comment:
   nit: boolean? (small b?)



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

Reply via email to