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

[SPARK-9943] [SQL] deserialized UnsafeHashedRelation should be serializable

When the free memory in executor goes low, the cached broadcast objects need to serialized into disk, but currently the deserialized UnsafeHashedRelation can't be serialized , fail with NPE. This PR fixes that.

cc rxin

Author: Davies Liu <davies@databricks.com>

Closes #8174 from davies/serialize_hashed.
parent 693949ba
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