[ 
https://issues.apache.org/jira/browse/BEAM-13417?focusedWorklogId=694981&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-694981
 ]

ASF GitHub Bot logged work on BEAM-13417:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 13/Dec/21 11:37
            Start Date: 13/Dec/21 11:37
    Worklog Time Spent: 10m 
      Work Description: 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]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 694981)
    Time Spent: 3h  (was: 2h 50m)

> [Playground] Add java preparator for run katas
> ----------------------------------------------
>
>                 Key: BEAM-13417
>                 URL: https://issues.apache.org/jira/browse/BEAM-13417
>             Project: Beam
>          Issue Type: Task
>          Components: beam-playground
>            Reporter: Pavel Avilov
>            Assignee: Pavel Avilov
>            Priority: P3
>              Labels: beam-playground-backend, beam-playground-sprint-5
>          Time Spent: 3h
>  Remaining Estimate: 0h
>
> Add java preparator to run katas: preparator should remove the package line 
> in the received katas.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to