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



##########
File path: playground/backend/internal/code_processing/code_processing.go
##########
@@ -95,7 +95,7 @@ func Process(ctx context.Context, cacheService cache.Cache, 
lc *fs_tool.LifeCycl
        // Prepare
        logger.Infof("%s: Prepare() ...\n", pipelineId)
        prepareFunc := executor.Prepare()
-       go prepareFunc(successChannel, errorChannel)
+       go prepareFunc(successChannel, errorChannel, &validationResults, 
lc.GetAbsoluteSourceFilePath())

Review comment:
       Why do you need GetAbsoluteSourceFilePath? 




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