Alaksiej Ščarbaty created NIFI-14671:
----------------------------------------
Summary: NumberFormatException when RecordPath expression contains
a long number
Key: NIFI-14671
URL: https://issues.apache.org/jira/browse/NIFI-14671
Project: Apache NiFi
Issue Type: Bug
Reporter: Alaksiej Ščarbaty
When using a long number in a RecordPath, a NumberFormatException occurs.
Repro:
Replace `49` with a long value in [this
test|https://github.com/apache/nifi/blob/main/nifi-commons/nifi-record-path/src/test/java/org/apache/nifi/record/path/TestRecordPath.java#L2778].
The test passes if the long value is enclosed in single quotes.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)