Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.0.0
-
None
-
None
Description
The method
org.apache.arrow.algorithm.sort.DefaultVectorComparators#createDefaultComparator
does not handle vectors that are instances of BaseLargeVariableWidthVector
It would be nice to extend this method to handle this case. It looks like it ought to be easy to define an appropriate comparator class
class LargeVariableWidthComparator extends VectorValueComparator<BaseLargeVariableWidthVector>
Attachments
Issue Links
- is related to
-
ARROW-6111 [Java] Support LargeVarChar and LargeBinary types and add integration test with C++
- Resolved
-
ARROW-5920 [Java] Support sort & compare for all variable width vectors
- Resolved