liyafan82 commented on a change in pull request #9151: URL: https://github.com/apache/arrow/pull/9151#discussion_r565794265
########## File path: java/vector/src/main/codegen/templates/UnionVector.java ########## @@ -647,6 +673,8 @@ public ValueVector getVectorByType(int typeId, ArrowType arrowType) { return getStruct(); case LIST: return getList(); + case MAP: + return getMap(); Review comment: here we should call `getMap(arrowType)`? ---------------------------------------------------------------- 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: us...@infra.apache.org