lidavidm commented on code in PR #38371:
URL: https://github.com/apache/arrow/pull/38371#discussion_r1435110686
##########
java/vector/src/main/java/org/apache/arrow/vector/ipc/ArrowWriter.java:
##########
@@ -174,6 +178,12 @@ public long bytesWritten() {
return out.getCurrentPosition();
}
+ private CompressionCodec getCodec() {
Review Comment:
Again: why did we pull this out? It's called only once. Why are we adding a
bunch of new fields? We don't use them.
--
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]