zhenlineo opened a new pull request, #40628:
URL: https://github.com/apache/spark/pull/40628

   ### What changes were proposed in this pull request?
   Implements missing methods in Dataset: foreach and foreachPartition.
   PR based on top of https://github.com/apache/spark/pull/40581
   The impl of foreachPartition is based on top of mapPartitions + count.
   
   ### Why are the changes needed?
   Add missing methods in Dataset.
   
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   ### How was this patch tested?
   E2E tests.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to