[
https://issues.apache.org/jira/browse/BEAM-13790?focusedWorklogId=719525&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-719525
]
ASF GitHub Bot logged work on BEAM-13790:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 02/Feb/22 17:38
Start Date: 02/Feb/22 17:38
Worklog Time Spent: 10m
Work Description: AydarZaynutdinov commented on a change in pull request
#16700:
URL: https://github.com/apache/beam/pull/16700#discussion_r797858346
##########
File path: playground/backend/internal/cloud_bucket/precompiled_objects.go
##########
@@ -164,6 +180,10 @@ func (cd *CloudStorage) GetPrecompiledObjects(ctx
context.Context, targetSdk pb.
logger.Errorf("json.Unmarshal: %v", err.Error())
continue
}
+
+ folderName := strings.Split(objectDir,
string(os.PathSeparator))[1]
+ precompiledObject.Type = getObjectTypeByFolderName(folderName)
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: 719525)
Time Spent: 40m (was: 0.5h)
> [Playground] Change logic of receiving examples from the bucket on backend
> side
> -------------------------------------------------------------------------------
>
> Key: BEAM-13790
> URL: https://issues.apache.org/jira/browse/BEAM-13790
> Project: Beam
> Issue Type: Sub-task
> Components: beam-playground
> Reporter: Aydar Zaynutdinov
> Assignee: Aydar Zaynutdinov
> Priority: P3
> Labels: beam-playground-backend, beam-playground-sprint-8
> Time Spent: 40m
> Remaining Estimate: 0h
>
> Need to change the logic of receiving examples from the bucket by a new
> architecture
--
This message was sent by Atlassian Jira
(v8.20.1#820001)