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


##########
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/prepare/ddl/CreateTableCommand.java:
##########
@@ -18,15 +18,26 @@
 package org.apache.ignite.internal.sql.engine.prepare.ddl;
 
 import java.util.List;
+import org.apache.ignite.internal.sql.engine.schema.IgniteIndex.Collation;
 import org.jetbrains.annotations.Nullable;
 
 /**
  * CREATE TABLE statement.
  */
 public class CreateTableCommand extends AbstractTableDdlCommand {
+
+    /** Primary key index type. */
+    public enum PrimaryKeyIndexType {

Review Comment:
   However seems them can be different in the future and have two enums is a 
good...



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