lriggs commented on code in PR #656:
URL: https://github.com/apache/arrow-java/pull/656#discussion_r1985764504


##########
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:
   I'm not sure, I'm submitting a change someone else made in our repo. Would 
it be any different if used the parameterized type instead?



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