[
https://issues.apache.org/jira/browse/BEAM-11105?focusedWorklogId=764832&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-764832
]
ASF GitHub Bot logged work on BEAM-11105:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 02/May/22 03:12
Start Date: 02/May/22 03:12
Worklog Time Spent: 10m
Work Description: lostluck commented on code in PR #17475:
URL: https://github.com/apache/beam/pull/17475#discussion_r862569647
##########
sdks/go/pkg/beam/core/runtime/exec/fn_arity.tmpl:
##########
@@ -30,7 +30,7 @@ import (
func (n *invoker) initCall() {
switch fn := n.fn.Fn.(type) {
{{range $out := upto 5}}
-{{range $in := upto 9}}
+{{range $in := upto 10}}
Review Comment:
SGTM
Issue Time Tracking
-------------------
Worklog Id: (was: 764832)
Time Spent: 10h 20m (was: 10h 10m)
> [Go SDK] Watermark Estimation
> -----------------------------
>
> Key: BEAM-11105
> URL: https://issues.apache.org/jira/browse/BEAM-11105
> Project: Beam
> Issue Type: Sub-task
> Components: sdk-go
> Reporter: Robert Burke
> Assignee: Danny McCormick
> Priority: P3
> Time Spent: 10h 20m
> Remaining Estimate: 0h
>
> Allow self checkpointing SplittableDoFns to specify a watermark estimator.
> (To be updated once [https://github.com/apache/beam/pull/13160] is merged and
> the programming guide updated with SDF content.)
--
This message was sent by Atlassian Jira
(v8.20.7#820007)