BryanCutler commented on a change in pull request #6425:
URL: https://github.com/apache/arrow/pull/6425#discussion_r431461407
##########
File path:
java/vector/src/main/java/org/apache/arrow/vector/validate/ValidateVectorVisitor.java
##########
@@ -90,6 +91,11 @@ public Void visit(BaseVariableWidthVector vector, Void
value) {
return null;
}
+ @Override
+ public Void visit(BaseLargeVariableWidthVector left, Void value) {
+ return null;
Review comment:
is this another TODO? Would you mind making JIRAs for this and the other
TODOs here so they can be tracked?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]