ygerzhedovich commented on code in PR #2576:
URL: https://github.com/apache/ignite-3/pull/2576#discussion_r1325996928


##########
modules/runner/src/integrationTest/java/org/apache/ignite/internal/sql/engine/datatypes/uuid/ItUuidExpressionTest.java:
##########
@@ -65,6 +70,31 @@ public void testInvalidUuidStringInDynamicParams() {
         assertThat(t.getMessage(), containsString("Invalid UUID string"));
     }
 
+    /**
+     * {@code COALESCE} operator does not allow different types in its 
arguments.
+     */
+    @ParameterizedTest
+    @MethodSource("convertedFrom")
+    public void testCoalesceMissingTypesIsIllegal(TestTypeArguments arguments) 
{
+        IgniteException t = assertThrows(IgniteException.class, () -> {

Review Comment:
   let's fix all places. It should be also 'assertThrowsSqlException' with 
error code check



-- 
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