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


##########
modules/sql-engine/src/integrationTest/java/org/apache/ignite/internal/sql/engine/ItDmlTest.java:
##########
@@ -839,4 +839,66 @@ public boolean onFailure(String nodeName, FailureContext 
failureCtx) {
             return false;
         }
     }
+
+    @Test
+    public void testNotNullConstraints() {
+        sql("CREATE TABLE t1 (id INTEGER PRIMARY KEY, int_col INTEGER NOT 
NULL)");

Review Comment:
   should we test the same for PK columns?



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