You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/08/17 03:55:26 UTC

[GitHub] [arrow] emkornfield commented on a change in pull request #10910: ARROW-13544 [Java]: Remove APIs that have been deprecated for long (Changes to Vectors)

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



##########
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:
       please comment null literal.




-- 
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-unsubscribe@arrow.apache.org

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