Skip to content

Commit 0c913e2

Browse files
committed
removing noop
1 parent 2dea603 commit 0c913e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/test/scala/org/apache/spark/sql/execution/streaming/state/StateStoreSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1745,7 +1745,7 @@ abstract class StateStoreSuiteBase[ProviderClass <: StateStoreProvider]
17451745
1, None, None, useColumnFamilies = false, storeConf, hadoopConf)
17461746

17471747
// Convert it to a write store using the new getWriteStore method
1748-
val writeStore = StateStore.getWriteStoreFromReadStore(
1748+
val writeStore = StateStore.getWriteStore(
17491749
readStore,
17501750
storeProviderId, keySchema, valueSchema,
17511751
NoPrefixKeyStateEncoderSpec(keySchema),

0 commit comments

Comments
 (0)