wernerdv commented on code in PR #12357:
URL: https://github.com/apache/ignite/pull/12357#discussion_r2362061783
##########
modules/core/src/main/java/org/apache/ignite/internal/processors/query/QueryUtils.java:
##########
@@ -287,7 +287,7 @@ public static Collection<QueryEntity>
normalizeQueryEntities(GridKernalContext c
* @param escape Escape flag taken form configuration.
* @return Normalized query entity.
*/
- public static QueryEntity normalizeQueryEntity(GridKernalContext ctx,
QueryEntity entity, boolean escape) {
+ public static QueryEntity normalizeQueryEntity(boolean recoveryMode,
QueryEntity entity, boolean escape) {
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]