kennknowles commented on code in PR #34919: URL: https://github.com/apache/beam/pull/34919#discussion_r2093245768
########## sdks/java/harness/src/main/java/org/apache/beam/fn/harness/SplittablePairWithRestrictionDoFnRunner.java: ########## @@ -233,7 +229,7 @@ private <T> void outputTo(FnDataReceiver<WindowedValue<T>> consumer, WindowedVal } @Override - public Void getCurrentKey() { + public Object getCurrentKey() { Review Comment: Done -- 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: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org