Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
5.0.0
Description
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.
Attachments
Issue Links
- links to