You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/06/30 14:33:51 UTC

[GitHub] [arrow] icexelloss commented on pull request #13426: [DRAFT] ARROW-16894: [C++] Add Benchmarks for Asof Join Node

icexelloss commented on PR #13426:
URL: https://github.com/apache/arrow/pull/13426#issuecomment-1171297967

   @westonpace Thanks for the detailed reply. I remember when I use 
   
   ```
   ExecContext ctx(default_memory_pool(), arrow::internal::GetCpuThreadPool());
   ```
   
   in asof_join test, I got wrong results and see data coming in out of order and therefore, having to use
   
   ```
   ExecContext ctx(default_memory_pool(), nullptr);
   ```
   
   - I wonder what's the threading model for the latter? Is it just one thread doing everything?


-- 
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-unsubscribe@arrow.apache.org

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