[
https://issues.apache.org/jira/browse/BEAM-11105?focusedWorklogId=764413&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-764413
]
ASF GitHub Bot logged work on BEAM-11105:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 29/Apr/22 18:50
Start Date: 29/Apr/22 18:50
Worklog Time Spent: 10m
Work Description: lostluck commented on code in PR #17475:
URL: https://github.com/apache/beam/pull/17475#discussion_r862052108
##########
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:
Do we still see benefits of increasing this in micro benchmarks?
eg. Is manually unrolling args as we do for `Call9x?` methods showing
benefit vs passing them in as a slice to `Call` ?
Issue Time Tracking
-------------------
Worklog Id: (was: 764413)
Time Spent: 9h 40m (was: 9.5h)
> [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: 9h 40m
> 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)