zstan commented on code in PR #13037:
URL: https://github.com/apache/ignite/pull/13037#discussion_r3115603783
##########
modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/prepare/ddl/CreateTableCommand.java:
##########
@@ -45,6 +46,12 @@ public class CreateTableCommand implements DdlCommand {
/** Name of cache key type. */
private String keyTypeName;
+ /** Wrap key flag. */
+ private Boolean wrapKey;
+
+ /** Wrap value flag. */
+ private boolean wrapValue = true;
Review Comment:
done
--
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]