tenthe opened a new issue, #4101: URL: https://github.com/apache/streampipes/issues/4101
### Body The migration logic for `CorrectionValueTransformationRuleDescription` currently fails when handling very small positive numbers. The converter erroneously rounds these values down to `0` instead of preserving their decimal precision. **Steps to Reproduce** * Run the migration on a dataset containing small positive values (e.g., `0.00001`). **Expected Behavior** The value should be migrated with its original precision (e.g., `0.00001` remains `0.00001`). **Actual Behavior** The value is truncated or rounded to `0`. ### StreamPipes Committer I acknowledge that I am a maintainer/committer of the Apache StreamPipes project. -- 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]
