dxichen commented on code in PR #24276:
URL: https://github.com/apache/beam/pull/24276#discussion_r1037427344
##########
runners/samza/src/main/java/org/apache/beam/runners/samza/runtime/SamzaStoreStateInternals.java:
##########
@@ -129,18 +130,7 @@ static KeyValueStore<ByteArray, StateValue<?>>
getBeamStore(TaskContext context)
*/
static <K> Factory<K> createNonKeyedStateInternalsFactory(
String id, TaskContext context, SamzaPipelineOptions pipelineOptions) {
- return createStateInternalsFactory(id, null, context, pipelineOptions,
Collections.emptySet());
- }
-
- static <K> Factory<K> createStateInternalsFactory(
Review Comment:
got it, lets leave this out if it is no longer used
--
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]