[
https://issues.apache.org/jira/browse/NIFI-4319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
JEan-Louis updated NIFI-4319:
-----------------------------
Summary: Processor QueryCassandra crashes if SELECT with only 1 returned
field (ArrayIndexOutOfBoundsException) (was: Processor QueryCassandra crash if
SELECT with only 1 returned field (ArrayIndexOutOfBoundsException))
> Processor QueryCassandra crashes if SELECT with only 1 returned field
> (ArrayIndexOutOfBoundsException)
> ------------------------------------------------------------------------------------------------------
>
> Key: NIFI-4319
> URL: https://issues.apache.org/jira/browse/NIFI-4319
> Project: Apache NiFi
> Issue Type: Bug
> Components: Extensions
> Affects Versions: 1.3.0
> Environment: Ubuntu 14.05/Java 8 Oracle/Cassandra 3.4
> Reporter: JEan-Louis
> Priority: Critical
> Labels: cassandra
>
> STEP to reproduce :
> Use QueryCassandra processor
> CQL select query : SELECT txt_content as tcontent from url_content where
> url_id=${dd.id}
> Output Format : Avro
> ==> ArrayIndexOutOfBoundsException
> If I change CQL query to SELECT url_id, txt_content as tcontent from
> url_content where url_id=${dd.id}
> ==> Ok
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)