vchunikhin commented on code in PR #22722:
URL: https://github.com/apache/beam/pull/22722#discussion_r951265402


##########
playground/backend/internal/preparers/java_preparers.go:
##########
@@ -35,7 +36,7 @@ const (
        javaPublicClassNamePattern        = "public class (.*?) 
[{|implements(.*)]"
        pipelineNamePattern               = 
`Pipeline\s([A-z|0-9_]*)\s=\sPipeline\.create`
        graphSavePattern                  = "String dotString = 
org.apache.beam.runners.core.construction.renderer.PipelineDotRenderer.toDotString(%s);\n"
 +
-               "    try (java.io.PrintWriter out = new 
java.io.PrintWriter(\"Graph.dot\")) {\n      " +
+               "    try (java.io.PrintWriter out = new 
java.io.PrintWriter(\"graph.dot\")) {\n      " +

Review Comment:
   This update is necessary to save graphs to cache correctly



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