You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by jo...@apache.org on 2014/10/26 18:03:30 UTC

git commit: Update RoaringBitmap to 0.4.3

Repository: spark
Updated Branches:
  refs/heads/master df7974b8e -> b75954015


Update RoaringBitmap to 0.4.3

Roaring has been updated to version 0.4.3. We fixed a rarely occurring bug with serialization. No API or format changes were made.

Author: Daniel Lemire <le...@gmail.com>

Closes #2938 from lemire/master and squashes the following commits:

431f3a0 [Daniel Lemire] Recommended bug fix release


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/b7595401
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/b7595401
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/b7595401

Branch: refs/heads/master
Commit: b75954015fba8041ff25ab6d1a53b22b8f868526
Parents: df7974b
Author: Daniel Lemire <le...@gmail.com>
Authored: Sun Oct 26 10:03:20 2014 -0700
Committer: Josh Rosen <jo...@databricks.com>
Committed: Sun Oct 26 10:03:20 2014 -0700

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/b7595401/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a119526..2faf0c7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -445,7 +445,7 @@
       <dependency>
         <groupId>org.roaringbitmap</groupId>
         <artifactId>RoaringBitmap</artifactId>
-        <version>0.4.1</version>
+        <version>0.4.3</version>
       </dependency>
       <dependency>
         <groupId>commons-net</groupId>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org