xtern commented on code in PR #4409: URL: https://github.com/apache/ignite-3/pull/4409#discussion_r1776528503
########## modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/prepare/IgniteSqlValidator.java: ########## @@ -286,6 +290,120 @@ public CalciteContextException newValidationError( return newEx; } + @Override + protected void checkTypeAssignment( Review Comment: can you add comment why this method was introduced and/or what is the difference with the original `SqlValidator.checkTypeAssignment` ? -- 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