[
https://issues.apache.org/jira/browse/BEAM-13417?focusedWorklogId=695057&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-695057
]
ASF GitHub Bot logged work on BEAM-13417:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 13/Dec/21 13:43
Start Date: 13/Dec/21 13:43
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_r767767988
##########
File path: playground/backend/internal/code_processing/code_processing.go
##########
@@ -90,8 +90,8 @@ func Process(ctx context.Context, cacheService cache.Cache,
lc *fs_tool.LifeCycl
}
// Check if unit test
isUnitTest := false
- valResult, ok :=
validationResults.Load(validators.UnitTestValidatorName)
- if ok && valResult.(bool) {
+ validateIsUnitTest, ok :=
validationResults.Load(validators.UnitTestValidatorName)
+ if ok && validateIsUnitTest.(bool) {
isUnitTest = true
}
Review comment:
These lines of code are needed for the logic in line 120, so I just
moved these lines there.
--
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: 695057)
Time Spent: 4h 20m (was: 4h 10m)
> [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: 4h 20m
> 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)