Sanil15 commented on code in PR #26276:
URL: https://github.com/apache/beam/pull/26276#discussion_r1172936179
##########
runners/samza/src/main/java/org/apache/beam/runners/samza/SamzaRunner.java:
##########
@@ -130,21 +130,23 @@ public SamzaPipelineResult run(Pipeline pipeline) {
PipelineDotRenderer.toDotString(pipeline));
LOG.debug(
"Pre-processed Beam pipeline in json format:\n{}",
- PipelineJsonRenderer.toJsonString(pipeline));
+ PipelineJsonRenderer.toJsonString(pipeline, Collections.emptyMap()));
Review Comment:
Make sense, did this general readability refactor for all
--
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]