Skip to content

Commit

Permalink
Merge pull request #24142: Fix arguments to checkState in BatchViewOv…
Browse files Browse the repository at this point in the history
…errides
  • Loading branch information
kennknowles authored Nov 16, 2022
2 parents f763186 + 83f1bc1 commit 2fc56ec
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ public void processElement(ProcessContext c) throws Exception {
"Multiple values [%s, %s] found for single key [%s] within window [%s].",
map.get(kv.getValue().getValue().getKey()),
kv.getValue().getValue().getValue(),
kv.getValue().getValue().getKey(),
kv.getKey());
map.put(
kv.getValue().getValue().getKey(),
Expand Down

0 comments on commit 2fc56ec

Please sign in to comment.