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>
Reporter: Steve M. Kim
Related issues:
Note: This issue was originally created as ARROW-9595. Please see the migration documentation for further details.