[
https://issues.apache.org/jira/browse/BEAM-11105?focusedWorklogId=762621&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-762621
]
ASF GitHub Bot logged work on BEAM-11105:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 26/Apr/22 23:17
Start Date: 26/Apr/22 23:17
Worklog Time Spent: 10m
Work Description: damccorm commented on code in PR #17374:
URL: https://github.com/apache/beam/pull/17374#discussion_r859217956
##########
sdks/go/pkg/beam/core/graph/fn.go:
##########
@@ -168,7 +168,9 @@ const (
restrictionSizeName = "RestrictionSize"
createTrackerName = "CreateTracker"
- createWatermarkEstimatorName = "CreateWatermarkEstimator"
+ createWatermarkEstimatorName = "CreateWatermarkEstimator"
+ getInitialWatermarkEstimatorStateName =
"GetInitialWatermarkEstimatorState"
+ getWatermarkEstimatorStateName = "GetWatermarkEstimatorState"
Review Comment:
Updated - I took the rest of your changes as well, thanks for the feedback!
Issue Time Tracking
-------------------
Worklog Id: (was: 762621)
Time Spent: 6h (was: 5h 50m)
> [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: 6h
> 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)