[ https://issues.apache.org/jira/browse/FLINK-7740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17329758#comment-17329758 ]
Flink Jira Bot commented on FLINK-7740: --------------------------------------- This issue has been labeled "stale-minor" for 7 days. It is closed now. If you are still affected by this or would like to raise the priority of this ticket please re-open, removing the label "auto-closed" and raise the ticket priority accordingly. > Add parameter support in CassandraInputFormat > --------------------------------------------- > > Key: FLINK-7740 > URL: https://issues.apache.org/jira/browse/FLINK-7740 > Project: Flink > Issue Type: Improvement > Components: Connectors / Cassandra > Reporter: Bin Wang > Priority: Minor > Labels: stale-minor > > I suggest to add a small improvement of CassandraInputFormat. It support CQL > string as input only. I think adding parameter support is good for both > security and make the CQL string simpler when there is a IN clause or the > parameter value is very long. > e.g. "SELECT col0, col1, col2 from keyspace.table0 where col0 in ? and col1>?" > vs "SELECT col0, col1, col2 from keyspace.table0 where col0 in ('v0', > 'v1','v2',...,'vn') and col > 12345678901234" -- This message was sent by Atlassian Jira (v8.3.4#803005)