liyafan82 commented on a change in pull request #10910:
URL: https://github.com/apache/arrow/pull/10910#discussion_r690214859



##########
File path: 
java/vector/src/main/java/org/apache/arrow/vector/complex/ListVector.java
##########
@@ -680,7 +659,7 @@ public void reset() {
 
   @Override
   public UnionVector promoteToUnion() {
-    UnionVector vector = new UnionVector("$data$", allocator, callBack);
+    UnionVector vector = new UnionVector("$data$", allocator, null, callBack);

Review comment:
       Done. Thanks.




-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to