Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Java] ExtensionTypeVector does not work with RangeEqualsVisitor #29491

Closed
asfimport opened this issue Sep 2, 2021 · 1 comment
Closed

[Java] ExtensionTypeVector does not work with RangeEqualsVisitor #29491

asfimport opened this issue Sep 2, 2021 · 1 comment
Assignees
Milestone

Comments

@asfimport
Copy link

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.

Reporter: Bryan Cutler / @BryanCutler
Assignee: Bryan Cutler / @BryanCutler

PRs and other links:

Note: This issue was originally created as ARROW-13872. Please see the migration documentation for further details.

@asfimport
Copy link
Author

Liya Fan / @liyafan82:
Issue resolved by pull request 11073
#11073

@asfimport asfimport added this to the 6.0.0 milestone Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants