[
https://issues.apache.org/jira/browse/FLINK-7740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17321624#comment-17321624
]
Flink Jira Bot commented on FLINK-7740:
---------------------------------------
This issue and all of its Sub-Tasks have not been updated for 180 days. So, it
has been labeled "stale-minor". If you are still affected by this bug or are
still interested in this issue, please give an update and remove the label. In
7 days the issue will be closed automatically.
> 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)