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/11/19 10:01:54 UTC

[GitHub] [calcite] DonnyZone commented on issue #1381: [CALCITE-3245] CompileException in Janino when a query contains a division between a Double and a BigDecimal

DonnyZone commented on issue #1381: [CALCITE-3245] CompileException in Janino when a query contains a division between a Double and a BigDecimal
URL: https://github.com/apache/calcite/pull/1381#issuecomment-555428336
 
 
   @danny0405 Since we have implemented precision/scale for Java Type in CALCITE-2302(https://issues.apache.org/jira/browse/CALCITE-2302), and unified the type cast in [CALCITE-3414](https://issues.apache.org/jira/browse/CALCITE-3414), the issue can be fixed naturally without any blockers.
   
   Therefore, for this JIRA, we only need to fix the problem for Java Decimal's precision and scale. 
   I have rebased PR, could you take a look when you have time?

----------------------------------------------------------------
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