aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorKent Yao <yaooqinn@hotmail.com>2015-11-17 19:44:29 -0800
committerDavies Liu <davies.liu@gmail.com>2015-11-17 19:44:29 -0800
commite33053ee0015025bbcfddb20cc9216c225bbe624 (patch)
tree0d87a481ddd84558b0e70987f32a6d514e3c9feb /pom.xml
parentbf25f9bdfc7bd8533890c7df1b35afa912dc6d3d (diff)
downloadspark-e33053ee0015025bbcfddb20cc9216c225bbe624.tar.gz
spark-e33053ee0015025bbcfddb20cc9216c225bbe624.tar.bz2
spark-e33053ee0015025bbcfddb20cc9216c225bbe624.zip
[SPARK-11583] [CORE] MapStatus Using RoaringBitmap More Properly
This PR upgrade the version of RoaringBitmap to 0.5.10, to optimize the memory layout, will be much smaller when most of blocks are empty. This PR is based on #9661 (fix conflicts), see all of the comments at https://github.com/apache/spark/pull/9661 . Author: Kent Yao <yaooqinn@hotmail.com> Author: Davies Liu <davies@databricks.com> Author: Charles Allen <charles@allen-net.com> Closes #9746 from davies/roaring_mapstatus.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 2a8a445057..940e2d8740 100644
--- a/pom.xml
+++ b/pom.xml
@@ -637,7 +637,7 @@
<dependency>
<groupId>org.roaringbitmap</groupId>
<artifactId>RoaringBitmap</artifactId>
- <version>0.4.5</version>
+ <version>0.5.11</version>
</dependency>
<dependency>
<groupId>commons-net</groupId>