Peter Wicks created NIFI-7805:
---------------------------------
Summary: ResultSetRecordSet Breaks if First Row Decimal Value is
NULL
Key: NIFI-7805
URL: https://issues.apache.org/jira/browse/NIFI-7805
Project: Apache NiFi
Issue Type: Bug
Components: Core Framework
Affects Versions: 1.12.0
Reporter: Peter Wicks
Assignee: Peter Wicks
Changes in NIFI-7369 caused a breaking change in how Decimal values are
converted into schemas in ResultSetRecordSet.
The code tries to read the scale and precision values, but reads them from the
value in the first row returned, rather than from the ResultSetMetadata. If
the value in the first row is NULL, than it's scale and precision cannot be
read and schema creation fails.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)