wernerdv commented on code in PR #12357:
URL: https://github.com/apache/ignite/pull/12357#discussion_r2362059872
##########
modules/core/src/main/java/org/apache/ignite/internal/processors/query/QueryUtils.java:
##########
@@ -265,15 +265,15 @@ public static String indexName(String tblName, QueryIndex
idx) {
* @param cfg Cache config.
* @return Normalized query entities.
*/
- public static Collection<QueryEntity>
normalizeQueryEntities(GridKernalContext ctx,
+ public static Collection<QueryEntity> normalizeQueryEntities(boolean
recoveryMode,
Review Comment:
Please add `recoveryMode` param to 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]