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

[SPARK-9725] [SQL] fix serialization of UTF8String across different JVM

The BYTE_ARRAY_OFFSET could be different in JVM with different configurations (for example, different heap size, 24 if heap > 32G, otherwise 16), so offset of UTF8String is not portable, we should handler that during serialization.

Author: Davies Liu <davies@databricks.com>

Closes #8210 from davies/serialize_utf8string.
parent 71a3af8a
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