nealrichardson commented on pull request #9615:
URL: https://github.com/apache/arrow/pull/9615#issuecomment-840145156


   I wonder if the logic for "parallelize what you can, then do the rest in 
serial" isn't working right. Maybe the natural datasets all have at least one 
column (string, most likely) that can't be parallel, and instead of 
parallelizing the integer/double/factor columns and then handling the strings, 
it just keeps them all serial. 


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to