Skip to content

[Java] DefaultVectorComparators does not have a comparator for BaseLargeVariableVector #25659

@asfimport

Description

@asfimport

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions