[
https://issues.apache.org/jira/browse/FLINK-6225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15987367#comment-15987367
]
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_r113781674
--- Diff:
flink-connectors/flink-connector-cassandra/src/main/java/org/apache/flink/streaming/connectors/cassandra/CassandraSink.java
---
@@ -190,10 +192,13 @@ private CassandraSink(SingleOutputStreamOperator<IN>
sink) {
* @param <IN> input type
* @return CassandraSinkBuilder, to further configure the sink
*/
- public static <IN, T extends Tuple> CassandraSinkBuilder<IN>
addSink(DataStream<IN> input) {
+ public static <IN, T extends Tuple, R extends Row>
CassandraSinkBuilder<IN> addSink(DataStream<IN> input) {
--- End diff --
Yes we can probably remove them.
> 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.3.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.3.15#6346)