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


##########
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:
   > Should this have a since tag?
   
   This method does not need it as it was added when the interface was created 
and will inherit the since tag of the interface.



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