fabriziofortino commented on code in PR #1187:
URL: https://github.com/apache/jackrabbit-oak/pull/1187#discussion_r1381806891
##########
oak-core/src/main/java/org/apache/jackrabbit/oak/query/ast/SelectorImpl.java:
##########
@@ -427,10 +426,14 @@ public String getPlan(NodeState rootState) {
buff.append(index.getPlan(createFilter(true), rootState));
}
} else {
- buff.append("no-index");
+ buff.append("no-index\n");
}
if (!selectorConstraints.isEmpty()) {
Review Comment:
this `if` block is empty. Should we remove it?
--
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]