Sanil15 commented on code in PR #26276:
URL: https://github.com/apache/beam/pull/26276#discussion_r1172940811


##########
runners/samza/src/main/java/org/apache/beam/runners/samza/util/PipelineJsonRenderer.java:
##########
@@ -66,8 +66,9 @@ public interface SamzaIORegistrar {
    * @param pipeline The beam pipeline
    * @return JSON string representation of the pipeline
    */
-  public static String toJsonString(Pipeline pipeline) {
-    final PipelineJsonRenderer visitor = new PipelineJsonRenderer();
+  public static String toJsonString(
+      Pipeline pipeline, Map<String, Map.Entry<String, String>> 
transformIOMap) {

Review Comment:
   Did all the refactors for configContext



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