apache / apache/spark-connect-go
Context cancel doesn't work
Open
- Dominant language
- Go
- Stars
- 252
- Forks
- 53
- PR merge metrics
- No merged PRs in 30d
Description
I have a long running `dataframe.Collect(ctx)` operation and if cancel the context the job continues to run.
Is there some way that I can programatically kill the job? I see that I can get a `PlanID` from the dataframe, but I don't see a way to do anything with it.
Contributor guide
Assessment
This issue has not been assessed yet.