lidavidm commented on code in PR #38931:
URL: https://github.com/apache/arrow/pull/38931#discussion_r1425822733


##########
java/vector/src/main/codegen/templates/BaseWriter.java:
##########
@@ -117,7 +117,7 @@ public interface StructOrListWriter {
     void start();
     void end();
     StructOrListWriter struct(String name);
-    StructOrListWriter listoftstruct(String name);
+    StructOrListWriter listofstruct(String name);

Review Comment:
   `listOfStruct` would be better if we're already doing a rename.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to