DonnyZone opened a new pull request #1506: [CALCITE-3411] Incorrect code generated for BigDecimal ConstantExpression URL: https://github.com/apache/calcite/pull/1506 As illustrated in CALCITE-3411, we need to call `java.math.BigDecimal.valueOf(long exact, int scale)` rather than `java.math.BigDecimal(long exact, int scale)` to get `BigDecimal`.
---------------------------------------------------------------- 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
