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


##########
core/src/main/java/org/apache/accumulo/core/metadata/schema/DataFileValue.java:
##########
@@ -105,7 +105,7 @@ public int hashCode() {
 
   @Override
   public String toString() {
-    return size + " " + numEntries;
+    return size + " " + numEntries + " " + time;

Review Comment:
   That class is used in a huge number of places.  I decided to err on the side 
of caution and not change its toString rather try to analyze everywhere its 
used.



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