Skip to content
Snippets Groups Projects
Commit 70fe6ce5 authored by Davies Liu's avatar Davies Liu Committed by Davies Liu
Browse files

[SPARK-12659] fix NPE in UnsafeExternalSorter (used by cartesian product)

Cartesian product use UnsafeExternalSorter without comparator to do spilling, it will NPE if spilling happens.

This bug also hitted by #10605

cc JoshRosen

Author: Davies Liu <davies@databricks.com>

Closes #10606 from davies/fix_spilling.
parent 0d42292f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment