[
https://issues.apache.org/jira/browse/BEAM-13804?focusedWorklogId=720154&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-720154
]
ASF GitHub Bot logged work on BEAM-13804:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 03/Feb/22 13:53
Start Date: 03/Feb/22 13:53
Worklog Time Spent: 10m
Work Description: daria-malkova commented on a change in pull request
#16703:
URL: https://github.com/apache/beam/pull/16703#discussion_r798583829
##########
File path: playground/backend/internal/preparers/scio_preparers.go
##########
@@ -50,9 +51,22 @@ func (builder *ScioPreparersBuilder) WithPackageRemover()
*ScioPreparersBuilder
return builder
}
+//WithImportRemover adds preparer to remove examples import from the code
+func (builder *ScioPreparersBuilder) WithImportRemover() *ScioPreparersBuilder
{
+ removeImportPreparer := Preparer{
+ Prepare: replace,
+ Args: []interface{}{builder.filePath, scioExampleImport, ""},
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: 720154)
Time Spent: 0.5h (was: 20m)
> [Playground][Bugfix] Some fixes to increase number of running SCIO examples
> ----------------------------------------------------------------------------
>
> Key: BEAM-13804
> URL: https://issues.apache.org/jira/browse/BEAM-13804
> Project: Beam
> Issue Type: Bug
> Components: beam-playground
> Reporter: Daria Malkova
> Assignee: Daria Malkova
> Priority: P3
> Labels: beam-playground-backend
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.1#820001)