Abacn commented on code in PR #38254:
URL: https://github.com/apache/beam/pull/38254#discussion_r3117932151
##########
sdks/java/core/src/main/java/org/apache/beam/sdk/PipelineResult.java:
##########
@@ -25,6 +25,19 @@
* Result of {@link Pipeline#run()}.
*
* <p>This is often a job handle to an underlying data processing engine.
+ *
+ * <p>Different runners provide their own implementations of this interface.
However, the naming of
Review Comment:
I'm not sure what value addition these comments brings. these namings as
part of internal implementation details doesn't affect how user consumes
PipelineResult
--
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]