Dandandan commented on pull request #9639: URL: https://github.com/apache/arrow/pull/9639#issuecomment-791742280
hm it seems it's slightly more complicated * `DataFrame::collect` currently also runs `optimize` (makes sense, as this is a kind of a last "build" function) * But not every user wants to run collect (e.g. in Ballista, the logical plan from the DataFrame is used, it is not directly collected) ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
