[ 
https://issues.apache.org/jira/browse/FLINK-7740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Flink Jira Bot updated FLINK-7740:
----------------------------------
    Labels: stale-minor  (was: )

> 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)

Reply via email to