You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by rx...@apache.org on 2014/11/01 09:13:51 UTC

git commit: Upgrading to roaring 0.4.5 (bug fix release)

Repository: spark
Updated Branches:
  refs/heads/master 98c556ebb -> 680fd87c6


Upgrading to roaring 0.4.5 (bug fix release)

I recommend upgrading roaring to 0.4.5 as it fixes a rarely occurring bug in iterators (that would otherwise throw an unwarranted exception). The upgrade should have no other consequence.

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

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

54018c5 [Daniel Lemire] Recommended update to roaring 0.4.5 (bug fix release)
048933e [Daniel Lemire] Merge remote-tracking branch 'upstream/master'
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/680fd87c
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/680fd87c
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/680fd87c

Branch: refs/heads/master
Commit: 680fd87c65e3e7ef223e6a1573c7afe55bff6324
Parents: 98c556e
Author: Daniel Lemire <le...@gmail.com>
Authored: Sat Nov 1 01:13:47 2014 -0700
Committer: Reynold Xin <rx...@databricks.com>
Committed: Sat Nov 1 01:13:47 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/spark/blob/680fd87c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 42fdbb9..4c7806c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -458,7 +458,7 @@
       <dependency>
         <groupId>org.roaringbitmap</groupId>
         <artifactId>RoaringBitmap</artifactId>
-        <version>0.4.3</version>
+        <version>0.4.5</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