fabriziofortino commented on code in PR #1813:
URL: https://github.com/apache/jackrabbit-oak/pull/1813#discussion_r1808617871
##########
oak-query-spi/src/main/java/org/apache/jackrabbit/oak/spi/query/QueryLimits.java:
##########
@@ -39,12 +39,22 @@ default boolean getImprovedIsNullCost() {
return true;
}
+ /**
+ * See OAK-11214. This method is used for backward compatibility
+ * (bug compatibility) only.
+ *
+ * @return true, except when backward compatibility for OAK-11214 is
enabled
+ */
+ default public boolean getOptimizeFunctionInList() {
Review Comment:
to improve clarity and readability, can we rename this with something like:
* `isOptimizeFunctionInListEnabled`
* `isFunctionInListOptimized`
* `useOptimizedFunctionInList`
--
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]