You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UDFs can have states. For example, an UDF that outputs the fibonacci sequence would need to restore its position if the pipeline is restarted. We need to provide a way for the UDF to save and retrieve state.
The text was updated successfully, but these errors were encountered:
UDFs can have states. For example, an UDF that outputs the fibonacci sequence would need to restore its position if the pipeline is restarted. We need to provide a way for the UDF to save and retrieve state.
The text was updated successfully, but these errors were encountered: