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

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

Reply via email to