[
https://issues.apache.org/jira/browse/CALCITE-1099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15163763#comment-15163763
]
Julian Hyde commented on CALCITE-1099:
--------------------------------------
For the record, Hive is on Guava 11. Spark is on Guava 11 but uses a shaded
version of Guava-14 internally. See
https://issues.apache.org/jira/browse/SPARK-2420.
Calcite can quite happily run on Guava 15. (If I am mistaken, I can make it
so... we already have a shim layer.) I just don't know how to tell Maven that
either 11 or 14 or 15 is OK.
> Upgrade Cassandra driver to support 3.0 server
> ----------------------------------------------
>
> Key: CALCITE-1099
> URL: https://issues.apache.org/jira/browse/CALCITE-1099
> Project: Calcite
> Issue Type: Improvement
> Reporter: Michael Mior
> Assignee: Julian Hyde
> Priority: Minor
> Labels: cassandra
>
> The current version of the Java driver used in the Cassandra adapter does not
> support Cassandra server 3.0.x. Upgrading is a fairly straightforward
> process. However, the new version of the driver depends on Guava 15.0 and it
> looks like Calcite is currently pinned at 14.0.1 for compatibility with Hive
> (it looks like Spark is stuck on this version as well). Any thoughts on how
> to resolve this conflict?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)