rpuch commented on code in PR #1203:
URL: https://github.com/apache/ignite-3/pull/1203#discussion_r994736148
##########
modules/storage-api/src/main/java/org/apache/ignite/internal/storage/MvPartitionStorage.java:
##########
@@ -173,13 +172,12 @@ public interface MvPartitionStorage extends AutoCloseable
{
/**
* Scans the partition and returns a cursor of values at the given
timestamp.
*
- * @param keyFilter Key filter. Binary rows passed to the filter may or
may not have a value, filter should only check keys.
* @param timestamp Timestamp. Can't be {@code null}.
* @return Cursor.
* @throws TxIdMismatchException If there's another pending update
associated with different transaction id.
- * @throws StorageException If failed to read data from the storage.
+ * @throws StorageException If failed to read data from the storage.
Review Comment:
Removed the spaces
--
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]