[
https://issues.apache.org/jira/browse/NIFI-11823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17754610#comment-17754610
]
ASF subversion and git services commented on NIFI-11823:
--------------------------------------------------------
Commit cdf8c9616bb5cd48d61238496a58552ee9864028 in nifi's branch
refs/heads/support/nifi-1.23 from Pierre Villard
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=cdf8c9616b ]
NIFI-11823 - fix NUMERIC support in PutBigQuery
This closes #7489.
Signed-off-by: Peter Turcsanyi <[email protected]>
> PutBigQuery cannot handle BigDecimal / NUMERIC
> ----------------------------------------------
>
> Key: NIFI-11823
> URL: https://issues.apache.org/jira/browse/NIFI-11823
> Project: Apache NiFi
> Issue Type: Bug
> Components: Extensions
> Reporter: Pierre Villard
> Assignee: Pierre Villard
> Priority: Major
> Fix For: 2.0.0, 1.24.0, 1.23.1
>
> Time Spent: 1.5h
> Remaining Estimate: 0h
>
> PutBigQuery processor cannot handle some types, like NUMERIC with BigDecimal.
> For example, one could get the below error
> {code:java}
> Stream processing failed: java.lang.IllegalArgumentException: Wrong object
> type used with protocol message reflection.
> Field number: 3, field java type: BYTE_STRING, value type:
> java.math.BigDecimal
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)