Tom-Newton commented on PR #44897:
URL: https://github.com/apache/arrow/pull/44897#issuecomment-2536599942

   > Hmm, it looks like we'll either have to fix the serial executor to also 
take priorities into account (if that's at all possible?), or simply disable 
the priority test when threading is disabled.
   
   I think we can implement priorities exactly the same on `SerialExecutor` as 
on `ThreadPool`, so I pushed a commit to do that. I feel like this should be 
covered by the normal CI though, without needing to build with 
`ARROW_ENABLE_THREADING=OFF`, so I'm going to see how easy it is to 
parameterise the new tests I added. 


-- 
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]

Reply via email to