You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2021/12/27 12:29:07 UTC

[GitHub] [ignite-3] AMashenkov commented on a change in pull request #518: IGNITE-14830 Introduce index internal API

AMashenkov commented on a change in pull request #518:
URL: https://github.com/apache/ignite-3/pull/518#discussion_r775479135



##########
File path: modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/SqlQueryProcessor.java
##########
@@ -77,12 +85,21 @@
 
     private volatile Map<String, SqlExtension> extensions;
 
+    /**
+     * Create SQL query processor.
+     *
+     * @param clusterSrvc  Cluster service.
+     * @param tblManager Table manager.
+     * @param idxManager   Index manager.

Review comment:
       Parameter descriptions has different alignment.




-- 
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-unsubscribe@ignite.apache.org

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