pavel-avilov commented on a change in pull request #16172:
URL: https://github.com/apache/beam/pull/16172#discussion_r767672013
##########
File path: playground/backend/internal/executors/executor.go
##########
@@ -76,10 +76,10 @@ func (ex *Executor) Validate() func(chan bool, chan error,
*sync.Map) {
}
// Prepare returns the function that applies all preparations of executor
-func (ex *Executor) Prepare() func(chan bool, chan error, bool) {
- return func(doneCh chan bool, errCh chan error, isUnitTest bool) {
+func (ex *Executor) Prepare() func(chan bool, chan error, *sync.Map) {
+ return func(doneCh chan bool, errCh chan error, valRes *sync.Map) {
Review comment:
Done.
--
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]