Skip to content
Snippets Groups Projects
Commit 2c0bdaa2 authored by Lorenz Boguhn's avatar Lorenz Boguhn
Browse files

uc4-beam ignore parents not used from PMD

The pareents are used as state
parent be3849dc
No related branches found
No related tags found
1 merge request!187Migrate Beam benchmark implementation
...@@ -15,7 +15,7 @@ public class UpdateChildParentPairs extends DoFn<KV<String, Set<String>>, KV<Str ...@@ -15,7 +15,7 @@ public class UpdateChildParentPairs extends DoFn<KV<String, Set<String>>, KV<Str
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
@StateId("parents") @StateId("parents")
private final StateSpec<ValueState<Set<String>>> parents = private final StateSpec<ValueState<Set<String>>> parents = // NOPMD
StateSpecs.value(); StateSpecs.value();
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment