[
https://issues.apache.org/jira/browse/BEAM-7472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Boyuan Zhang closed BEAM-7472.
------------------------------
Fix Version/s: Not applicable
Resolution: Won't Fix
Feel free to reopen it if needed
> Update SplittableDoFn implementation within Python to use ProcessContinuation
> instead of defer_remainder/defer_status on the RestrictionTracker
> -----------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: BEAM-7472
> URL: https://issues.apache.org/jira/browse/BEAM-7472
> Project: Beam
> Issue Type: Improvement
> Components: sdk-py-core, sdk-py-harness
> Reporter: Luke Cwik
> Priority: Major
> Fix For: Not applicable
>
>
> The current API for a SplittableDoFn doesn't follow the API in
> [https://docs.google.com/document/d/1h_zprJrOilivK2xfvl4L42vaX4DMYGfH1YDmi-s_ozM/edit?usp=sharing]
> Specifically the intent was that a ProcessContinuation was to be returned as
> the last result for a a SplittableDoFn signalling the users intent as to
> whether the restriction is done or whether it should be resumed after a
> certain amount of time.
>
> This requires updating the Python SDK implementation to not rely on
> RestrictionTracker.defer_remainder and RestrictionTracker.defer_status
--
This message was sent by Atlassian Jira
(v8.3.4#803005)