Abacn commented on code in PR #39590:
URL: https://github.com/apache/beam/pull/39590#discussion_r3707199892


##########
sdks/java/core/src/main/java/org/apache/beam/sdk/transforms/Reify.java:
##########
@@ -162,7 +163,8 @@ public void processElement(
                                   pc.currentRecordId(),
                                   pc.currentRecordOffset(),
                                   causedByDrain,
-                                  null,
+                                  Context

Review Comment:
   This change itself is valid. However, would it suggests Redistributes now 
have a breaking change when the Context is null?
   
   ```
   Context c = kv.getValue().getOpenTelemetryContext();
   ```



-- 
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]

Reply via email to