timoninmaxim commented on code in PR #10080:
URL: https://github.com/apache/ignite/pull/10080#discussion_r915736684
##########
modules/core/src/main/java/org/apache/ignite/internal/cache/query/index/sorted/QueryIndexRowHandler.java:
##########
@@ -98,68 +108,45 @@ public List<IndexColumn> getH2IdxColumns() {
/** */
private Object getKey(int idx, CacheDataRow row) {
- int cacheIdx = h2IdxColumns.get(idx).column.getColumnId();
Review Comment:
Why not? By `rowDesc.getFieldValue(row, idx)` I mean new non-existent method
we can add to descriptor.
--
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]