lowka commented on code in PR #5583: URL: https://github.com/apache/ignite-3/pull/5583#discussion_r2039729337
########## modules/sql-engine/src/integrationTest/java/org/apache/ignite/internal/sql/engine/ItDataTypesTest.java: ########## @@ -710,6 +710,16 @@ public void charLimitationMisc() { } } + @Test + public void testCalciteUnionCharLiteralsBug() { + // See https://issues.apache.org/jira/browse/CALCITE-6350 the report states the issue was fixed by removing a cast in + // AbstractTypeCoercion::needToCast but that `fix` causes silent data truncation by introducing extra casts. + // The query works AI in w/o that `fix`. Review Comment: Thanks. Fixed. -- 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