Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
1.3.0
-
Ubuntu 14.05/Java 8 Oracle/Cassandra 3.4
Description
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
Attachments
Issue Links
- links to