dcapwell commented on code in PR #2310:
URL: https://github.com/apache/cassandra/pull/2310#discussion_r1218552571
##########
src/java/org/apache/cassandra/db/marshal/TypeParser.java:
##########
@@ -498,6 +530,12 @@ public String readNextIdentifier()
return str.substring(i, idx);
}
+ @Override
+ public String toString()
Review Comment:
when running in a debugger, easier to see what the parser is doing
--
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]