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/12/10 23:10:29 UTC

[GitHub] [calcite] julianhyde commented on issue #1644: [CALCITE-3564] Unify function's operands type check in validation and runtime

julianhyde commented on issue #1644: [CALCITE-3564] Unify function's operands type check in validation and runtime
URL: https://github.com/apache/calcite/pull/1644#issuecomment-564301613
 
 
   Methods in `SqlFunctions` should never have `BigDecimal` or `BigInteger` arguments or return types. Enumerable convention uses `int` and `java.lang.Integer` and `long` and `java.lang.Long` but never `BigDecimal`. There is a problem with code-generation. Remove these new methods and fix code-generation.

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