xtern commented on code in PR #1501:
URL: https://github.com/apache/ignite-3/pull/1501#discussion_r1090914053
##########
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/exec/rel/IndexScanNode.java:
##########
@@ -84,7 +87,7 @@ public IndexScanNode(
RowHandler.RowFactory<RowT> rowFactory,
IgniteIndex schemaIndex,
InternalIgniteTable schemaTable,
- int[] parts,
+ ColocationGroup mapping,
Review Comment:
Are you suggesting introducing some kind of wrapper that will hold the [int,
long] pair (maybe to prevent additional boxing) or just use
IgniteBiTuple<Integer, Long> and don't bother?
--
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]