keith-turner commented on code in PR #3639:
URL: https://github.com/apache/accumulo/pull/3639#discussion_r1271115362
##########
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:
It would be good to improve the toString. I am thinking maybe I should not
make this change in 2.1 because I didn't analyze how this toString method was
used. I made the change when trying to figure out the problem with bulk
importing delete keys. I'll either improve it or not change it after looking
into how 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]