Repository: spark Updated Branches: refs/heads/master bd64c2d55 -> dfa41e63b
[SPARK-9643] Upgrade pyrolite to 4.9 Includes: https://github.com/irmen/Pyrolite/pull/23 which fixes datetimes with timezones. JoshRosen https://issues.apache.org/jira/browse/SPARK-9643 Author: Alex Angelini <[email protected]> Closes #7950 from angelini/upgrade_pyrolite_up. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/dfa41e63 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/dfa41e63 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/dfa41e63 Branch: refs/heads/master Commit: dfa41e63b98c28b087c56f94658b5e99e8a7758c Parents: bd64c2d Author: Alex Angelini <[email protected]> Authored: Mon Oct 19 10:07:39 2015 -0700 Committer: Davies Liu <[email protected]> Committed: Mon Oct 19 10:07:39 2015 -0700 ---------------------------------------------------------------------- core/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/dfa41e63/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index c0af98a..fdcb6a7 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -339,7 +339,7 @@ <dependency> <groupId>net.razorvine</groupId> <artifactId>pyrolite</artifactId> - <version>4.4</version> + <version>4.9</version> <exclusions> <exclusion> <groupId>net.razorvine</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
