bhabegger commented on code in PR #2684:
URL: https://github.com/apache/jackrabbit-oak/pull/2684#discussion_r2719974034
##########
oak-query-spi/src/main/java/org/apache/jackrabbit/oak/spi/query/package-info.java:
##########
@@ -18,7 +18,7 @@
/**
* This package contains oak query index related classes.
*/
-@Version("3.2.0")
+@Version("3.2.1")
Review Comment:
Why ? Because in to be able to return AdavancedQueryIndex instances as valid
QueryIndex instances in the test AdvancedQueryIndex needed to extend
QueryIndex. Given it's name and how it is used (aka instanceof when walking
through QueryIndex instances.) This should anyway be made explicit.
--
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]