AydarZaynutdinov commented on a change in pull request #16895:
URL: https://github.com/apache/beam/pull/16895#discussion_r810048252



##########
File path: playground/backend/internal/fs_tool/lc_constructor.go
##########
@@ -39,6 +40,7 @@ func newCompilingLifeCycle(pipelineId uuid.UUID, 
pipelinesFolder, sourceFileExte
        absExecFilePath, _ := filepath.Abs(filepath.Join(absExecFileFolderPath, 
execFileName))
        absBaseFolderPath, _ := filepath.Abs(baseFileFolder)
        absLogFilePath, _ := filepath.Abs(filepath.Join(absBaseFolderPath, 
logFileName))
+       absGraphFilePath, _ := filepath.Abs(filepath.Join(absBaseFolderPath, 
utils.GraphFileName))

Review comment:
       Why do we keep the name of the file where we place the graph in the 
`utils` package? Can we do the same as we do with the `logs.log` constant in 
the `fs_tool` package?




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