[ 
https://issues.apache.org/jira/browse/NIFI-4319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16147685#comment-16147685
 ] 

ASF GitHub Bot commented on NIFI-4319:
--------------------------------------

Github user asfgit closed the pull request at:

    https://github.com/apache/nifi/pull/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)

Reply via email to