File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
runners/samza/src/test/java/org/apache/beam/runners/samza/runtime Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 7575import org .apache .samza .storage .kv .KeyValueStoreMetrics ;
7676import org .apache .samza .storage .kv .inmemory .InMemoryKeyValueStorageEngineFactory ;
7777import org .apache .samza .storage .kv .inmemory .InMemoryKeyValueStore ;
78- import org .apache .samza .system .SystemStreamPartition ;
7978import org .junit .BeforeClass ;
8079import org .junit .Rule ;
8180import 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 ) {
You can’t perform that action at this time.
0 commit comments