[
https://issues.apache.org/jira/browse/BEAM-14347?focusedWorklogId=765257&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-765257
]
ASF GitHub Bot logged work on BEAM-14347:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 03/May/22 01:33
Start Date: 03/May/22 01:33
Worklog Time Spent: 10m
Work Description: damccorm commented on code in PR #17429:
URL: https://github.com/apache/beam/pull/17429#discussion_r863310735
##########
.github/workflows/go_tests.yml:
##########
@@ -39,7 +39,7 @@ jobs:
fetch-depth: 2
- uses: actions/setup-go@v2
with:
- go-version: '1.16'
+ go-version: '1.18'
Review Comment:
Not really - we could stick it in a template, but I don't really think its
worth it for cases like this, otherwise you end up with a proliferation of
templates which can be tough to follow
Issue Time Tracking
-------------------
Worklog Id: (was: 765257)
Time Spent: 3h 20m (was: 3h 10m)
> [Go SDK] Allow users to optimize DoFns with a single generic registration
> function
> ----------------------------------------------------------------------------------
>
> Key: BEAM-14347
> URL: https://issues.apache.org/jira/browse/BEAM-14347
> Project: Beam
> Issue Type: New Feature
> Components: sdk-go
> Reporter: Danny McCormick
> Assignee: Danny McCormick
> Priority: P2
> Time Spent: 3h 20m
> Remaining Estimate: 0h
>
> Right now, to optimize DoFn execution, users have to use the code generator.
> This updates to allow them to use generics instead.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)