wForget commented on PR #45373: URL: https://github.com/apache/spark/pull/45373#issuecomment-1978771030
> I don't fully get this issue. In #40779 the `isTemporary` column had to be casted to string so a job was triggered. But why does `isEmpty` trigger a job? Also, do other APIs (like `head()`) trigger jobs on `CommandResult`s that shouldn't? `isEmpty` added an empty project and will also trigger a job. ``` select().limit(1).queryExecution ``` -- 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]
