daria-malkova commented on a change in pull request #16895:
URL: https://github.com/apache/beam/pull/16895#discussion_r815683794



##########
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:
       Cause it is utils and we can keep constant there and access it 
everywhere without redefining it multiple times 




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