AMashenkov commented on a change in pull request #609:
URL: https://github.com/apache/ignite-3/pull/609#discussion_r796337823



##########
File path: 
modules/table/src/test/java/org/apache/ignite/internal/table/KeyValueViewOperationsSimpleSchemaTest.java
##########
@@ -330,6 +338,119 @@ public void putGetAllTypes() {
         }
     }
 
+    /**
+     * Parametrized test for correctness of empty string insertion.
+     *
+     * @param nullable nullable param for string column.
+     */
+    @ParameterizedTest
+    @ValueSource(booleans = {true, false})
+    public void testSingleStringInsertion(boolean nullable) {

Review comment:
       Tests in this class checks API contract.
   Let's move the test with empty string to RowTest class.




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