Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-14851

Support radix sort with nullable longs

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.1.0
    • Spark Core
    • None

    Description

      The current radix sort cannot handle nullable longs, since there is no bit pattern available to represents nulls. These cases are probably best handled outside the radix sort logic e.g. by keeping nulls in a separate region of the array.

      Attachments

        Activity

          People

            ekhliang Eric Liang
            ekhliang Eric Liang
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: