ygerzhedovich commented on code in PR #4478: URL: https://github.com/apache/ignite-3/pull/4478#discussion_r1793071584
########## modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/exec/exp/RexImpTable.java: ########## @@ -3077,6 +3077,19 @@ private static class BinaryImplementor extends AbstractRexCallImplementor { argValueList = FlatLists.append(argValueList, fieldComparator); } + if (type0 == BigDecimal.class && type1 == BigDecimal.class && op == DIVIDE) { Review Comment: please mention the changes in comments for the class -- 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