Steve M. Kim created ARROW-9595:
-----------------------------------

             Summary: [Java] DefaultVectorComparators does not have a 
comparator for BaseLargeVariableVector
                 Key: ARROW-9595
                 URL: https://issues.apache.org/jira/browse/ARROW-9595
             Project: Apache Arrow
          Issue Type: Improvement
          Components: Java
    Affects Versions: 1.0.0
            Reporter: Steve M. Kim


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
{code:java}
class LargeVariableWidthComparator extends 
VectorValueComparator<BaseLargeVariableWidthVector> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to