Skip to content

Commit 1ab1a52

Browse files
committed
Fix SamzaStoreStateInternalsTest to reflect updated signature
1 parent c33e403 commit 1ab1a52

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

runners/samza/src/test/java/org/apache/beam/runners/samza/runtime/SamzaStoreStateInternalsTest.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@
7575
import org.apache.samza.storage.kv.KeyValueStoreMetrics;
7676
import org.apache.samza.storage.kv.inmemory.InMemoryKeyValueStorageEngineFactory;
7777
import org.apache.samza.storage.kv.inmemory.InMemoryKeyValueStore;
78-
import org.apache.samza.system.SystemStreamPartition;
7978
import org.junit.BeforeClass;
8079
import org.junit.Rule;
8180
import org.junit.Test;
@@ -309,11 +308,10 @@ public void processElement(
309308
public static class TestStorageEngine extends InMemoryKeyValueStorageEngineFactory {
310309

311310
@Override
312-
public KeyValueStore<byte[], byte[]> getKVStore(
311+
protected KeyValueStore<byte[], byte[]> getKVStore(
313312
String storeName,
314313
File storeDir,
315314
MetricsRegistry registry,
316-
SystemStreamPartition changeLogSystemStreamPartition,
317315
JobContext jobContext,
318316
ContainerContext containerContext,
319317
StorageEngineFactory.StoreMode readWrite) {

0 commit comments

Comments
 (0)