Re: Can we upgrade Guava to the same version as master on 3.11 branch?

2019-12-15 Thread Russell Spitzer
The hadoop formats should be compatible with any Cassandra version regardless of which Cassandra-all you include since they communicate with the driver under the hood and not Cassandra internal libraries. This means you should feel free to use Cassandra 4 in your integration without fear of losing

Re: Can we upgrade Guava to the same version as master on 3.11 branch?

2019-12-15 Thread Tomo Suzuki
Hi Russell, Yes, Apache Beam uses hadoop format for Cassandra IO [1]. That test (HadoopFormatIOCassandraTest) failed [2] when I tried to upgrade Guava version. Added this information to the ticket. [1]: https://beam.apache.org/documentation/io/built-in/hadoop/ [2]:

Re: Can we upgrade Guava to the same version as master on 3.11 branch?

2019-12-15 Thread Russell Spitzer
Why does the beam integration rely on Cassandra all, does it use the hadoop formats? On Sun, Dec 15, 2019, 9:07 PM Tomo Suzuki wrote: > Hi Cassandra developers, > > I want to backport the Guava version upgrade (CASSANDRA-15248) into > 3.11 branch, so that cassandra-all:3.11.X works with higher

Can we upgrade Guava to the same version as master on 3.11 branch?

2019-12-15 Thread Tomo Suzuki
Hi Cassandra developers, I want to backport the Guava version upgrade (CASSANDRA-15248) into 3.11 branch, so that cassandra-all:3.11.X works with higher version of Guava. I just created a ticket https://issues.apache.org/jira/browse/CASSANDRA-15453 explaining background. Before committing