Github user HyukjinKwon commented on the issue:
https://github.com/apache/spark/pull/18465
Also, just checked via manually calling `stop()` as end-to-end tests after
building it.
```
df <- createDataFrame(list(list(1L, 1, "1", 0.1)), c("a", "b", "c", "d"))
collect(gapply(df, "a", function(key, x) { stop() }, schema(df)))
... 30 times
collect(gapply(df, "a", function(key, x) { x }, schema(df)))
```
The daemon does not die and the pipes were not left open at all in this
case.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]