vibhatha commented on code in PR #40340:
URL: https://github.com/apache/arrow/pull/40340#discussion_r1548070725
##########
java/vector/src/main/java/org/apache/arrow/vector/compare/TypeEqualsVisitor.java:
##########
@@ -85,6 +86,11 @@ public Boolean visit(BaseLargeVariableWidthVector left, Void
value) {
return compareField(left.getField(), right.getField());
}
+ @Override
+ public Boolean visit(BaseVariableWidthViewVector left, Void value) {
+ throw new UnsupportedOperationException("View vectors are not supported.");
Review Comment:
It is not the difficulty, I actually thought about the size of this PR. It
is already over 3000 LoC. I was merely trying move possible things to separate
PRs.
--
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]