You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Bryan Cutler (Jira)" <ji...@apache.org> on 2021/09/02 22:06:00 UTC

[jira] [Created] (ARROW-13872) [Java] ExtensionTypeVector does not work with RangeEqualsVisitor

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)