[
https://issues.apache.org/jira/browse/BEAM-4164?focusedWorklogId=195342&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-195342
]
ASF GitHub Bot logged work on BEAM-4164:
----------------------------------------
Author: ASF GitHub Bot
Created on: 06/Feb/19 20:49
Start Date: 06/Feb/19 20:49
Worklog Time Spent: 10m
Work Description: iemejia commented on pull request #7751: [BEAM-4164]
[BEAM-6591] Refactor, improve and fix CassandraIO
URL: https://github.com/apache/beam/pull/7751#discussion_r254445132
##########
File path: sdks/java/io/cassandra/build.gradle
##########
@@ -29,6 +29,13 @@ enableJavaPerformanceTesting()
description = "Apache Beam :: SDKs :: Java :: IO :: Cassandra"
ext.summary = "IO to read and write with Apache Cassandra database"
+def cassandra_version = "3.5.0"
Review comment:
Just minor comment because we fix this one recently, this one is unneeded we
unified Cassandra versions (of hadoop-format and the cassandra module) in the
parent dependency.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 195342)
Time Spent: 1h (was: 50m)
> Make unit tests of CassandraIO use embeded server
> -------------------------------------------------
>
> Key: BEAM-4164
> URL: https://issues.apache.org/jira/browse/BEAM-4164
> Project: Beam
> Issue Type: Test
> Components: io-java-cassandra
> Reporter: Etienne Chauchot
> Assignee: Etienne Chauchot
> Priority: Major
> Time Spent: 1h
> Remaining Estimate: 0h
>
> The UT currently use a mock of the cassandra server. It would be good to do
> the tests using embeded Cassandra instance to be as close as possible from a
> real Cassandra server in the UT. Why not the one from cassandra-unit
> ([https://mvnrepository.com/artifact/org.cassandraunit/cassandra-unit/3.3.0.2])
> ?
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)