You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by GitBox <gi...@apache.org> on 2019/10/14 14:28:05 UTC

[GitHub] [calcite] DonnyZone opened a new pull request #1506: [CALCITE-3411] Incorrect code generated for BigDecimal ConstantExpression

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:
users@infra.apache.org


With regards,
Apache Git Services