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

ASF GitHub Bot commented on FLINK-6225:
---------------------------------------

Github user zentol commented on a diff in the pull request:

    https://github.com/apache/flink/pull/3748#discussion_r144854466
  
    --- Diff: 
flink-connectors/flink-connector-cassandra/src/test/java/org/apache/flink/streaming/connectors/cassandra/CassandraConnectorITCase.java
 ---
    @@ -465,10 +530,10 @@ public void testCassandraScalaTupleAtLeastSink() 
throws Exception {
                sink.close();
     
                ResultSet rs = 
session.execute(injectTableName(SELECT_DATA_QUERY));
    -           List<Row> rows = rs.all();
    +           List<com.datastax.driver.core.Row > rows = rs.all();
                Assert.assertEquals(scalaTupleCollection.size(), rows.size());
     
    -           for (Row row : rows) {
    +           for (com.datastax.driver.core.Row  row : rows) {
    --- End diff --
    
    the added space should be removed


> Support Row Stream for CassandraSink
> ------------------------------------
>
>                 Key: FLINK-6225
>                 URL: https://issues.apache.org/jira/browse/FLINK-6225
>             Project: Flink
>          Issue Type: New Feature
>          Components: Cassandra Connector
>    Affects Versions: 1.3.0
>            Reporter: Jing Fan
>            Assignee: Haohui Mai
>             Fix For: 1.4.0
>
>
> Currently in CassandraSink, specifying query is not supported for row-stream. 
> The solution should be similar to CassandraTupleSink.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to