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

Dorian Bugeja edited comment on NIFI-8297 at 3/7/21, 3:20 PM:
--------------------------------------------------------------

Configurations for 1.13.0

JsonTreeReader

!image-2021-03-07-16-11-37-059.png|width=572,height=188!

JsonRecordSetWriter

!image-2021-03-07-16-13-36-193.png|width=540,height=383!

For 1.12.1, we're also inheriting the schema from Record, i.e. a schema is 
never specified


was (Author: sunsation):
Configurations for 1.13.0

JsonTreeReader

!image-2021-03-07-16-11-37-059.png|width=572,height=188!

JsonRecordSetWriter

!image-2021-03-07-16-13-36-193.png|width=540,height=383!

> QueryRecord IllegalTypeConversionException
> ------------------------------------------
>
>                 Key: NIFI-8297
>                 URL: https://issues.apache.org/jira/browse/NIFI-8297
>             Project: Apache NiFi
>          Issue Type: Bug
>    Affects Versions: 1.13.0
>            Reporter: Dorian Bugeja
>            Priority: Major
>         Attachments: image-2021-03-07-16-11-37-059.png, 
> image-2021-03-07-16-13-36-193.png
>
>
> When calling NiFi endpoint 
> {code:java}
> nifi-api/flow/process-groups/${process_group}{code}
> and perform a QueryRecord filter on the flowfile such as 
> {code:java}
> select * from FLOWFILE where RPATH(processGroupFlow, '/id') = 'xxxx'{code}
> , we're getting an `IllegalTypeConversionException`, specifically 
> {code:java}
> java.io.IOException: 
> org.apache.nifi.serialization.record.util.IllegalTypeConversionException: 
> Cannot convert value [24854164900] of type class java.lang.Long to Integer 
> for field tasksDurationNanos as it causes an arithmetic overflow (the value 
> is too large, e.g.): org.apache.nifi.processor.exception.ProcessException: 
> IOException thrown from QueryRecord[id=a18936a4-a3de-1de9-1182-e762a05c6ac2]: 
> java.io.IOException: 
> org.apache.nifi.serialization.record.util.IllegalTypeConversionException: 
> Cannot convert value [24854164900] of type class java.lang.Long to Integer 
> for field tasksDurationNanos as it causes an arithmetic overflow (the value 
> is too large, e.g.){code}
> Issue not occurring in 1.12.1



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to