jsoref commented on code in PR #38931:
URL: https://github.com/apache/arrow/pull/38931#discussion_r1424895272
##########
java/vector/src/main/java/org/apache/arrow/vector/complex/impl/StructOrListWriterImpl.java:
##########
@@ -88,7 +88,7 @@ public StructOrListWriter struct(final String name) {
*
* @param name Unused.
*/
- public StructOrListWriter listoftstruct(final String name) {
+ public StructOrListWriter listofstruct(final String name) {
Review Comment:
That'd be my preference, yes. But I'm not sure how much changes people would
tolerate, so I tend to make minimal suggested changes.
I'm willing to make this change if requested.
--
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]