Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-9595

[Java] DefaultVectorComparators does not have a comparator for BaseLargeVariableVector

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.0.0
    • None
    • Java
    • 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

          Activity

            People

              Unassigned Unassigned
              chairmank Steve M. Kim
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: