aboutsummaryrefslogtreecommitdiff
path: root/unsafe/pom.xml
diff options
context:
space:
mode:
authorDavies Liu <davies@databricks.com>2015-11-17 19:50:02 -0800
committerDavies Liu <davies.liu@gmail.com>2015-11-17 19:50:02 -0800
commit98be8169f07eb0f1b8f01776c71d0e1ed3d5e4d5 (patch)
tree762469c478dfd681017ec4316febd884180982ff /unsafe/pom.xml
parente33053ee0015025bbcfddb20cc9216c225bbe624 (diff)
downloadspark-98be8169f07eb0f1b8f01776c71d0e1ed3d5e4d5.tar.gz
spark-98be8169f07eb0f1b8f01776c71d0e1ed3d5e4d5.tar.bz2
spark-98be8169f07eb0f1b8f01776c71d0e1ed3d5e4d5.zip
[SPARK-11737] [SQL] Fix serialization of UTF8String with Kyro
The default implementation of serialization UTF8String with Kyro may be not correct (BYTE_ARRAY_OFFSET could be different across JVM) Author: Davies Liu <davies@databricks.com> Closes #9704 from davies/kyro_string.
Diffstat (limited to 'unsafe/pom.xml')
-rw-r--r--unsafe/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/unsafe/pom.xml b/unsafe/pom.xml
index caf1f77890..a1c1111364 100644
--- a/unsafe/pom.xml
+++ b/unsafe/pom.xml
@@ -36,6 +36,10 @@
</properties>
<dependencies>
+ <dependency>
+ <groupId>com.twitter</groupId>
+ <artifactId>chill_${scala.binary.version}</artifactId>
+ </dependency>
<!-- Core dependencies -->
<dependency>