nealrichardson commented on pull request #11373: URL: https://github.com/apache/arrow/pull/11373#issuecomment-941283928
On this PR, `head(taxi_ds)` returns quickly (and deterministically, IIUC) and arrange %>% head crashes (but isn't wrong!): ``` > ds %>% select(-rate_code_id) %>% arrange(desc(dropoff_at)) %>% head() %>% collect() zsh: killed R --no-save --no-restore-data --quiet ``` I expect (and will confirm) that with the TopK node in the followup PR, that should not crash. -- 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]
