keith-turner commented on code in PR #5981:
URL: https://github.com/apache/accumulo/pull/5981#discussion_r2547040977


##########
core/src/main/java/org/apache/accumulo/core/client/admin/compaction/CompactableFile.java:
##########
@@ -42,22 +42,29 @@ public interface CompactableFile {
    *
    * @since 4.0.0
    */
-  public Range getRange();
+  public RowRange getRange();
 
   public long getEstimatedSize();
 
   public long getEstimatedEntries();
 
+  /**
+   * Create a compactable file object that implements equals and hash code 
based on the file uri and
+   * an infinite range.
+   */

Review Comment:
   fixed up the comment in 84eb5618756c838a0349af365cca307b6950e0ef



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