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 2020/06/16 18:10:35 UTC

[GitHub] [arrow] rymurr commented on a change in pull request #7290: ARROW-1692: [Java] UnionArray round trip not working

rymurr commented on a change in pull request #7290:
URL: https://github.com/apache/arrow/pull/7290#discussion_r441045982



##########
File path: java/vector/src/main/codegen/templates/DenseUnionVector.java
##########
@@ -104,6 +105,7 @@
    * The index is the type id, and the value is the type field.
    */
   private Field[] typeFields = new Field[Byte.MAX_VALUE + 1];
+  private byte[] typeMapFields = new byte[Byte.MAX_VALUE + 1];

Review comment:
       done




----------------------------------------------------------------
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.

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