vibhatha commented on code in PR #43077: URL: https://github.com/apache/arrow/pull/43077#discussion_r1694899376
########## java/vector/src/main/codegen/templates/AbstractPromotableFieldWriter.java: ########## @@ -314,11 +331,6 @@ public MapWriter map(String name, boolean keysSorted) { return getWriter(MinorType.STRUCT).${lowerName}(name); } - @Override - public ${capName}Writer ${lowerName}() { - return getWriter(MinorType.LIST).${lowerName}(); - } - Review Comment: If someone used to use `AbstractPromotableFieldWriter` then the answer is yes, but if someone used `PromotableWriter` then it won't be an issue. -- 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