rdblue commented on code in PR #11904:
URL: https://github.com/apache/iceberg/pull/11904#discussion_r1924348066
##########
parquet/src/main/java/org/apache/iceberg/parquet/ParquetValueWriters.java:
##########
@@ -106,6 +114,10 @@ public static PrimitiveWriter<ByteBuffer>
byteBuffers(ColumnDescriptor desc) {
return new BytesWriter(desc);
}
+ public static PrimitiveWriter<ByteBuffer> fixedBuffer(ColumnDescriptor desc)
{
Review Comment:
Most other methods are plural. How about `fixedBuffers`?
--
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]