DomGarguilo commented on code in PR #3342:
URL: https://github.com/apache/accumulo/pull/3342#discussion_r2395254358


##########
core/src/main/java/org/apache/accumulo/core/summary/SummarySerializer.java:
##########
@@ -463,22 +455,22 @@ void print(String prefix, String indent, PrintStream out) 
{
     void getSummary(List<RowRange> ranges, Combiner combiner, Map<String,Long> 
summary) {
       boolean[] summariesThatOverlap = new boolean[summaries.length];
 
-      for (RowRange keyExtent : ranges) {
-        Text startRow = keyExtent.getStartRow();
-        Text endRow = keyExtent.getEndRow();
+      for (RowRange rowRange : ranges) {
+        Text lowerBound = rowRange.getLowerBound();

Review Comment:
   added in 00afdfb



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