Vladsz83 commented on code in PR #11478: URL: https://github.com/apache/ignite/pull/11478#discussion_r1732879046
########## modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/exec/exp/RexImpTable.java: ########## @@ -321,12 +328,16 @@ public class RexImpTable { defineMethod(MOD, "mod", NullPolicy.STRICT); defineMethod(EXP, "exp", NullPolicy.STRICT); defineMethod(POWER, "power", NullPolicy.STRICT); - defineMethod(LN, "ln", NullPolicy.STRICT); - defineMethod(LOG10, "log10", NullPolicy.STRICT); defineMethod(ABS, "abs", NullPolicy.STRICT); - map.put(RAND, new RandImplementor()); - map.put(RAND_INTEGER, new RandIntegerImplementor()); + map.put(LN, new LogImplementor()); Review Comment: Do we need `SHA256`/`SHA512` like in Postgres? -- 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. To unsubscribe, e-mail: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org