Berkof commented on a change in pull request #8421:
URL: https://github.com/apache/ignite/pull/8421#discussion_r525871716
##########
File path:
modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/rel/IgniteIndexScan.java
##########
@@ -77,12 +82,62 @@ public IgniteIndexScan(
@Nullable List<RexNode> lowerIdxCond,
@Nullable List<RexNode> upperIdxCond,
@Nullable ImmutableBitSet requiredColunms
+ ) {
+ this(-1L, cluster, traits, tbl, idxName, proj, cond, lowerIdxCond,
upperIdxCond, requiredColunms);
+ }
+
+ /**
+ * Creates a TableScan.
+ * @param cluster Cluster that this relational expression belongs to
Review comment:
Empty line before first @param and dots.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]