stankiewicz commented on code in PR #36373:
URL: https://github.com/apache/beam/pull/36373#discussion_r2402771137
##########
runners/google-cloud-dataflow-java/src/main/java/org/apache/beam/runners/dataflow/RedistributeByKeyOverrideFactory.java:
##########
@@ -135,6 +135,7 @@ public Duration getAllowedTimestampSkew() {
public void processElement(
@Element KV<K, ValueInSingleWindow<V>> kv,
OutputReceiver<KV<K, V>> outputReceiver) {
+ // todo #33176 specify additional metadata in the future
Review Comment:
suggestions? :)
--
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]