Andriy created NIFI-14495:
-----------------------------
Summary: The PutBigQuery processor fails to handle timestamp
fields provided in string format
Key: NIFI-14495
URL: https://issues.apache.org/jira/browse/NIFI-14495
Project: Apache NiFi
Issue Type: Bug
Affects Versions: 2.3.0
Reporter: Andriy
The PutBigQuery processor fails to handle timestamp fields provided in string
format. This functionality worked correctly in the processors PutBigQueryBatch
and PutBigQueryStream.
*Error Message:*
{{Wrong object type used with protocol message reflection. Field number: 11,
field java type: LONG, value type: java.lang.String}}
*Example of Input:*
{
"timestamp": "2025-04-03T03:44:01.234Z"
},
{
"timestamp": "2025-04-11 10:07:31.072000"
}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)