AMashenkov commented on code in PR #3786:
URL: https://github.com/apache/ignite-3/pull/3786#discussion_r1606939331


##########
modules/schema/src/main/java/org/apache/ignite/internal/schema/DefaultValueGenerator.java:
##########
@@ -27,8 +27,8 @@
  * (i.e. could be specified as a default in column definition).
  */
 public enum DefaultValueGenerator {
-    /** Generator that generates random UUID string. */
-    GEN_RANDOM_UUID("genRandomUuid", String.class);
+    /** Generator that generates random UUID. */
+    RAND_UUID("randUuid", String.class);

Review Comment:
   ```suggestion
       RAND_UUID("randUuid", UUID.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: notifications-unsubscr...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to