kennknowles commented on a change in pull request #14272:
URL: https://github.com/apache/beam/pull/14272#discussion_r607210338
##########
File path:
sdks/java/core/src/main/java/org/apache/beam/sdk/testing/TestPipeline.java
##########
@@ -107,7 +107,7 @@
private final PipelineOptions options;
- private static class PipelineRunEnforcement {
+ protected static class PipelineRunEnforcement {
Review comment:
Noting that you can always extend, in probably a better way, via object
composition. You can subclass `Pipeline` and forward method calls to a local
`TestPipeline` variable.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]