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


##########
modules/sql-engine/src/test/java/org/apache/ignite/internal/sql/engine/framework/TestBuilders.java:
##########
@@ -937,8 +937,9 @@ public IgniteTable build() {
                             false,
                             columns.size(),
                             NativeTypes.INT32,
-                            DefaultValueStrategy.DEFAULT_NULL,
-                            null
+                            DefaultValueStrategy.DEFAULT_COMPUTED,
+                            () -> {
+                                throw new AssertionError("Implicit primary key 
is generated by a function"); }

Review Comment:
   misleading message, this column represents partition id, not primary key



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