rdblue commented on code in PR #12138: URL: https://github.com/apache/iceberg/pull/12138#discussion_r1937824742
########## core/src/main/java/org/apache/iceberg/variants/PrimitiveWrapper.java: ########## @@ -210,4 +210,9 @@ public int writeTo(ByteBuffer outBuffer, int offset) { throw new UnsupportedOperationException("Unsupported primitive type: " + type()); } + + @Override + public String toString() { Review Comment: These are for convenience and are not part of a contract. I don't think it is worth adding tests. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org