zstan commented on code in PR #2786:
URL: https://github.com/apache/ignite-3/pull/2786#discussion_r1382882642


##########
modules/sql-engine/src/test/java/org/apache/ignite/internal/sql/engine/planner/ImplicitCastsTest.java:
##########
@@ -346,18 +341,14 @@ public Stream<DynamicTest> testUpdate() {
 
                 checkStatement()
                         .table("t1", "c1", NativeTypes.INT32)
-                        .sql("UPDATE t1 SET c1 = 'abc'")
-                        .project("$t0", "CAST(_UTF-8'abc'):INTEGER NOT NULL"),

Review Comment:
   I remove this test and prefer to stay with 'SELECT IN' tests ,they are quite 
small and seems useful



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to