exceptionfactory commented on PR #10613: URL: https://github.com/apache/nifi/pull/10613#issuecomment-3694109380
Thanks for the reply @taylorobyen. After evaluating the details, the core of the current problem is that the conversion process does not handle floating point numbers, represented as strings, with the same level of sanity checking as `long` numbers. It is important to preserve current parsing behavior in a way that also addresses the current issue, if at all possible. With that goal in mind, I put together an alternative pull request that addresses the core issue in #10697. If you are able to evaluate that approach and test it in your environment, that would be helpful for comparison. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
