Bryan Cutler created ARROW-13872:
------------------------------------
Summary: [Java] ExtensionTypeVector does not work with
RangeEqualsVisitor
Key: ARROW-13872
URL: https://issues.apache.org/jira/browse/ARROW-13872
Project: Apache Arrow
Issue Type: Bug
Components: Java
Affects Versions: 5.0.0
Reporter: Bryan Cutler
Assignee: Bryan Cutler
When using an ExtensionTypeVector with a RangeEqualsVector to compare with
another extension type vector, it fails because in vector.accept() the
extension type defers to the underlyingVector, but this is not done for the
vector initially set in the RangeEqualsVisitor, so it ends up either failing
due to different types or attempting to cast the extension vector to the
underlying vector type.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)