jbonofre commented on code in PR #656: URL: https://github.com/apache/arrow-java/pull/656#discussion_r1984837734
########## vector/src/main/codegen/templates/UnionVector.java: ########## @@ -306,6 +307,9 @@ public StructVector getStruct() { public ${name}Vector get${name}Vector(String name) { if (${uncappedName}Vector == null) { + ${uncappedName}Vector = internalStruct.getChild(fieldName(MinorType.${name?upper_case}), ${name}Vector.class); Review Comment: Should we apply to only child, or also on parameterized types ? -- 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