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: [email protected] With regards, Apache Git Services
