Skip to content
Snippets Groups Projects
Commit 95296d9b authored by Nong's avatar Nong Committed by Davies Liu
Browse files

[SPARK-12089] [SQL] Fix memory corrupt due to freeing a page being referenced

When the spillable sort iterator was spilled, it was mistakenly keeping
the last page in memory rather than the current page. This causes the
current record to get corrupted.

Author: Nong <nong@cloudera.com>

Closes #10142 from nongli/spark-12089.
parent 17e4e021
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