[
https://issues.apache.org/jira/browse/NIFI-11823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17751340#comment-17751340
]
ASF subversion and git services commented on NIFI-11823:
--------------------------------------------------------
Commit b056bf8f7bda9c5fcbfb80ef6d6b46fe7c118cae in nifi's branch
refs/heads/main from Pierre Villard
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=b056bf8f7b ]
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
> Time Spent: 1h 20m
> 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)