[
https://issues.apache.org/jira/browse/NIFI-4319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16147684#comment-16147684
]
ASF subversion and git services commented on NIFI-4319:
-------------------------------------------------------
Commit a53a37f9cabab6a3d52018cde88aceebf994c7c3 in nifi's branch
refs/heads/master from [~pvillard]
[ https://git-wip-us.apache.org/repos/asf?p=nifi.git;h=a53a37f ]
NIFI-4319 - Fixed ArrayIndexOutOfBoundsException in QueryCassandra
Signed-off-by: Matthew Burgess <[email protected]>
This closes #2112
> Processor QueryCassandra crashes if CQL query "SELECT" has 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
> Assignee: Pierre Villard
> 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)