vibhatha commented on code in PR #41967:
URL: https://github.com/apache/arrow/pull/41967#discussion_r1632144335
##########
java/c/src/main/java/org/apache/arrow/c/BufferImportTypeVisitor.java:
##########
@@ -331,7 +360,7 @@ public List<ArrowBuf> visit(ArrowType.Duration type) {
}
@Override
- public List<ArrowBuf> visit(ListView type) {
+ public List<ArrowBuf> visit(ArrowType.ListView type) {
Review Comment:
minor change to keep the consistency which was a typo made in a previous PR.
--
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]