timoninmaxim commented on a change in pull request #9604:
URL: https://github.com/apache/ignite/pull/9604#discussion_r762801257
##########
File path:
modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/sql/GridSqlQueryParser.java
##########
@@ -523,6 +523,15 @@
/** Query parallelism value of cache configuration. */
private static final String PARAM_PARALLELISM = "PARALLELISM";
+ /** */
+ private static final String PARAM_PK_INLINE_SIZE = "PK_INLINE_SIZE";
Review comment:
I think we need add some docs for this new properties in
"docs/_docs/sql-reference/ddl.adoc"
--
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]