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

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

     [ https://issues.apache.org/jira/browse/ARROW-13872?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated ARROW-13872:
-----------------------------------
    Labels: pull-request-available  (was: )

> [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
>            Priority: Minor
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)