alex-plekhanov commented on code in PR #12926:
URL: https://github.com/apache/ignite/pull/12926#discussion_r3033322029
##########
modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/exec/IndexFirstLastScan.java:
##########
@@ -85,7 +85,7 @@ private static class FirstLastIndexWrapper extends
IndexScan.TreeIndexWrapper {
* @param qctx Query context.
* @param first {@code True} to take first index value. {@code False}
to take last value.
*/
- protected FirstLastIndexWrapper(InlineIndex idx, IndexQueryContext
qctx, boolean first) {
+ FirstLastIndexWrapper(InlineIndex idx, IndexQueryContext qctx, boolean
first) {
Review Comment:
Looks like redundant change now
##########
modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/exec/IndexFirstLastScan.java:
##########
@@ -76,7 +76,7 @@ public IndexFirstLastScan(
}
/** */
- private static class FirstLastIndexWrapper extends
IndexScan.TreeIndexWrapper {
+ static class FirstLastIndexWrapper extends IndexScan.TreeIndexWrapper {
Review Comment:
Looks like redundant change now
--
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]