wForget commented on PR #45373:
URL: https://github.com/apache/spark/pull/45373#issuecomment-1978793412

   > Also, do other APIs (like head()) trigger jobs on CommandResults that 
shouldn't?
   
   The `head()` method will not trigger a job. Because 
`CollectLimitExec.executeCollect()` calls 
`child.executeTake(CommandResultExec.executeTake)` which will not trigger a job.


-- 
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