AMashenkov commented on a change in pull request #518:
URL: https://github.com/apache/ignite-3/pull/518#discussion_r775495255



##########
File path: 
modules/storage-api/src/main/java/org/apache/ignite/internal/storage/index/IndexRowDeserializer.java
##########
@@ -27,5 +27,5 @@
      * @param indexRow Index row.
      * @return Values of the indexed columns.
      */
-    Object[] indexedColumnValues(IndexRow indexRow);
+    IndexRow row(IndexBinaryRow indexRow);

Review comment:
       The interface looks weird.
   Why do we ever need to deserialize a whole index row?




-- 
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]


Reply via email to