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 <[email protected]> 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 <[email protected]> Authored: Sat Nov 1 01:13:47 2014 -0700 Committer: Reynold Xin <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
