ConeyLiu commented on code in PR #3368:
URL: https://github.com/apache/parquet-java/pull/3368#discussion_r3576713368
##########
parquet-hadoop/src/main/java/org/apache/parquet/hadoop/ColumnChunkPageWriteStore.java:
##########
@@ -694,4 +731,63 @@ public void flushToFileWriter(ParquetFileWriter writer)
throws IOException {
pageWriter.writeToFileWriter(writer);
}
}
+
+ public static Builder build(BytesInputCompressor compressor, MessageType
schema, ByteBufferAllocator allocator) {
Review Comment:
Now, the ColumnChunkPageWriteStore implements a similar builder pattern.
Just add a new option method.
--
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]