Skip to content
Snippets Groups Projects
  1. Aug 15, 2015
    • Davies Liu's avatar
      [SPARK-9725] [SQL] fix serialization of UTF8String across different JVM · 7c1e5682
      Davies Liu authored
      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.
      7c1e5682
  2. Aug 14, 2015
  3. Aug 13, 2015
Loading