manirajv06 commented on code in PR #13137: URL: https://github.com/apache/iceberg/pull/13137#discussion_r2288661830
########## api/src/test/java/org/apache/iceberg/variants/VariantTestUtil.java: ########## @@ -119,7 +123,7 @@ private static int writeBufferAbsolute(ByteBuffer buffer, int offset, ByteBuffer } /** Creates a random string primitive of the given length for forcing large offset sizes */ - static SerializedPrimitive createString(String string) { + public static VariantPrimitive<?> createString(String string) { Review Comment: It is being used outside of package in `TestExpressionUtil`. Hence made it public -- 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