gmitter-ef opened a new issue, #8303: URL: https://github.com/apache/hop/issues/8303
### Apache Hop version? 2.19 ### Java version? OpenJDK 21 ### Operating system Windows ### What happened? A column declared NUMBER(20,10) in an Oracle source database is read by a table-input transform. In 2.18: - the column is interpreted as BigNumber and precision is kept - Integer-conversion via select-values transform truncates the decimal part, even if the first decimal digit is >= 5 In 2.19: - the column is interpreted as Number, and some precision (last 3 digits) is lost - Integer-conversion via select-values transform rounds up for first decimal digit is >= 5 ### Issue Priority Priority: 2 ### Issue Component Component: Transforms -- 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]
