vibhatha commented on code in PR #38931:
URL: https://github.com/apache/arrow/pull/38931#discussion_r1424850828
##########
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:
Just curious, should it be?
```suggestion
public StructOrListWriter listOfStruct(final String name) {
```
--
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]