vibhatha commented on code in PR #43077:
URL: https://github.com/apache/arrow/pull/43077#discussion_r1694914733


##########
java/vector/src/main/codegen/templates/AbstractPromotableFieldWriter.java:
##########
@@ -287,6 +298,11 @@ public ListWriter list(String name) {
     return getWriter(MinorType.STRUCT).list(name);
   }
 
+  @Override
+  public ListWriter listView(String name) {
+    return getWriter(MinorType.STRUCT).listView(name);

Review Comment:
   So the capability for list is in the above, and the newly added is for 
listview. Is it inaccurate? 



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