Github user phalodi commented on the issue:
https://github.com/apache/spark/pull/14104
@srowen ok no problem so what you suggest should i remove the table and
just add the line below the actions table and give link to scala and java docs?
And the line "Spark provide asynchronous actions to execute two or more actions
concurrently, these actions are execute asynchronously without blocking each
other." is not correct so should i add that to "return future to non-block
calling thread?" even in above statement my intention is also talk about
calling thread because when we call action it will always in calling thread so
calling thread will block but when we use async actions it will not block so we
are targeted here non-blocking for calling thread because actions are called in
calling thread. so i make changes and push it again as u suggest just add
single line at end of actions and give link for scala and java doc api. Its
cool?
---
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]