Pierre Villard created NIFI-11823:
-------------------------------------
Summary: 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
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)