jonkeane commented on pull request #11373:
URL: https://github.com/apache/arrow/pull/11373#issuecomment-941182955


   We don't see _huge_ speedups (or slow downs) going from `... %>% arrange() 
%>% compute() %>% head() %>% collect()` to `... %>% arrange() %>% head() %>% 
collect()`. But like you mentioned, we expect a bigger speed up with topk which 
is not this PR
   
   It's a bit tricky to run these in scientific manner since 
https://issues.apache.org/jira/browse/ARROW-14197 prevents us from running more 
than one iteration at a time


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to