You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Julian Hyde (JIRA)" <ji...@apache.org> on 2016/03/02 21:33:18 UTC

[jira] [Comment Edited] (CALCITE-1111) Upgrade Guava, and test on a range of Guava versions

    [ https://issues.apache.org/jira/browse/CALCITE-1111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15176403#comment-15176403 ] 

Julian Hyde edited comment on CALCITE-1111 at 3/2/16 8:33 PM:
--------------------------------------------------------------

[~jnadeau], [~elserj], [~ashutoshc], [~maryannxue], Please review proposed fix at https://github.com/julianhyde/calcite/tree/1111-guava. In the release notes I committed to test on a range of versions 14.0.1 - 19.0, and made the default version 18.0.

We no longer plan to make the guava dependency "provided". We use guava 18 as a regular dependency but make it clear that it is safe to override to any version between 14 and 19.

The compatibility note is in the release notes, not on the downloads page.


was (Author: julianhyde):
[~jnadeau], [~elserj], [~ashutoshc], [~maryannxue], Please review proposed fix at https://github.com/julianhyde/calcite/tree/1111-guava. In the release notes I committed to test on a range of versions 14.0.1 - 19.0, and made the default version 18.0.

> Upgrade Guava, and test on a range of Guava versions
> ----------------------------------------------------
>
>                 Key: CALCITE-1111
>                 URL: https://issues.apache.org/jira/browse/CALCITE-1111
>             Project: Calcite
>          Issue Type: Bug
>            Reporter: Julian Hyde
>            Assignee: Julian Hyde
>
> Cassandra server depends on Guava 15.0. To use it we'd need to upgrade Guava too. But Hive is still on Guava 14, as is the rest of Hadoop.
> It might just work if we upgrade Calcite to Guava 15.0 but mark the dependency "provided". Then Hive can continue to provide Guava 14. It should give other projects more flexibility too.
> We should continue to run on versions of Guava as early as 11, and also try running on recent versions (the latest is 19). We should describe the dependencies in http://calcite.apache.org/downloads/#maven-artifacts. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)