korlov42 commented on code in PR #5357:
URL: https://github.com/apache/ignite-3/pull/5357#discussion_r1993456047


##########
modules/sql-engine/src/integrationTest/java/org/apache/ignite/internal/sql/engine/ItDataTypesTest.java:
##########
@@ -746,9 +746,9 @@ public void charLimitationWithMergeUpdateOp() {
         }
     }
 
-    @ParameterizedTest
-    @CsvSource({"BINARY", "VARBINARY"})
-    public void testErrorIfBinaryValueSizeGtThanTypePrecision(String type) {
+    @Test
+    public void testErrorIfBinaryValueSizeGtThanTypePrecision() {
+        String type = "VARBINARY";

Review Comment:
   you've removed the variable but still uses string interpolation. Why?



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

Reply via email to