lidavidm commented on code in PR #38931:
URL: https://github.com/apache/arrow/pull/38931#discussion_r1425812814
##########
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:
This is a public method. I don't think we can just replace it, we should
deprecate the old one and add the new one.
--
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]