kennknowles commented on code in PR #34919: URL: https://github.com/apache/beam/pull/34919#discussion_r2093229692
########## 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: Good point. And of course you are right. I had left this in from earlier: https://github.com/apache/beam/blob/298e0e0b9096125dfbfd58231b445deec502122b/sdks/java/harness/build.gradle#L48 -- 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