amaliujia commented on issue #1654: [CALCITE-3587] RexBuilder may lose decimal fraction for creating literal with DECIMAL type URL: https://github.com/apache/calcite/pull/1654#issuecomment-565340182 Good catch. So the Decimal hits `new BigDecimal(((Number) o).longValue())` which causes the fraction loss.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
