Vladsz83 commented on code in PR #11525: URL: https://github.com/apache/ignite/pull/11525#discussion_r1769596650
########## modules/calcite/src/test/java/org/apache/ignite/internal/processors/query/calcite/integration/DataTypesTest.java: ########## @@ -450,6 +453,105 @@ public void testDecimalScale() { .check(); } + /** */ + @Test + public void testIsNotDistinctFromTypeConversion() { + SqlTypeName[] numerics = new SqlTypeName[] {SqlTypeName.TINYINT, SqlTypeName.SMALLINT, SqlTypeName.BIGINT, + SqlTypeName.DECIMAL, SqlTypeName.FLOAT, SqlTypeName.DOUBLE, SqlTypeName.BIGINT}; Review Comment: INTEGER is not required. The cast is from INTEGER. Bu ok, for the full set. -- 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