laurentgo commented on code in PR #892:
URL: https://github.com/apache/arrow-java/pull/892#discussion_r2467780102
##########
vector/src/main/java/org/apache/arrow/vector/complex/LargeListVector.java:
##########
@@ -661,6 +667,11 @@ public TransferImpl(Field field, BufferAllocator
allocator, CallBack callBack) {
this(new LargeListVector(field, allocator, callBack));
}
+ public TransferImpl(LargeListVector to, ExtensionTypeWriterFactory
writerFactory) {
Review Comment:
(later?) since `TransferImpl` is a private class, it should be okay to clean
some constructor and replace them with factory methods so that fields could be
actually private final
--
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]