dcapwell commented on code in PR #4322:
URL: https://github.com/apache/cassandra/pull/4322#discussion_r2283279279
##########
test/harry/main/org/apache/cassandra/harry/model/PartitionState.java:
##########
@@ -410,6 +410,12 @@ public String toString(ValueGenerators valueGenerators)
", lts(" + StringUtils.toString(lts) + ")";
}
}
+
+ @Override
+ public String toString()
+ {
+ return toString(partitionState.valueGenerators);
Review Comment:
harry toString bug. it uses the wrong encoding making errors hard to
understand
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]