AMashenkov commented on code in PR #966:
URL: https://github.com/apache/ignite-3/pull/966#discussion_r934229491
##########
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/sql/IgniteSqlCreateIndex.java:
##########
@@ -41,6 +41,8 @@ public class IgniteSqlCreateIndex extends SqlCreate {
/** Table name. */
private final SqlIdentifier tblName;
+ private final IgniteSqlIndexType type;
Review Comment:
Javadoc?
--
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]