ibessonov commented on code in PR #3589:
URL: https://github.com/apache/ignite-3/pull/3589#discussion_r1561119083
##########
modules/storage-api/src/testFixtures/java/org/apache/ignite/internal/storage/AbstractMvTableStorageTest.java:
##########
@@ -123,25 +126,24 @@ public abstract class AbstractMvTableStorageTest extends
BaseMvStoragesTest {
protected StorageHashIndexDescriptor hashIdx;
+ protected StorageIndexDescriptor pkIdx;
+
private final CatalogService catalogService = mock(CatalogService.class);
- protected final StorageIndexDescriptorSupplier indexDescriptorSupplier =
new StorageIndexDescriptorSupplier() {
- @Override
- public @Nullable StorageIndexDescriptor get(int indexId) {
- int catalogVersion = catalogService.latestCatalogVersion();
+ protected final StorageIndexDescriptorSupplier indexDescriptorSupplier =
indexId -> {
Review Comment:
I asked a question, could you please reply instead of saying "it wasn't
prohibited"?
Or you mean that "it's not prohibited" IS your motivation? I'm not buying
it, you had something else on your mind, like "lambdas occupy less horizontal
and vertical space, thus the code is easier to read in the editor". I expected
something like that
--
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]