SammyVimes commented on code in PR #1102:
URL: https://github.com/apache/ignite-3/pull/1102#discussion_r974575453
##########
modules/storage-page-memory/src/main/java/org/apache/ignite/internal/storage/pagememory/mv/AbstractPageMemoryMvPartitionStorage.java:
##########
@@ -213,7 +218,11 @@ private PageMemoryHashIndexStorage
createOrRestoreHashIndex(IndexMeta indexMeta)
/** {@inheritDoc} */
@Override
- public @Nullable BinaryRow read(RowId rowId, HybridTimestamp timestamp)
throws StorageException {
+ public @Nullable ReadResult read(RowId rowId, HybridTimestamp timestamp)
throws StorageException {
Review Comment:
Hm, probably a good idea will be to return something like ReadResult.EMPTY
--
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]