pitrou commented on issue #40153:
URL: https://github.com/apache/arrow/issues/40153#issuecomment-1956849421

   > The numpy `take` docs don't say anything about a limitation of the indices 
array to int32 on 32bit platforms, so not sure if that's something we should 
report to them (or if we need to cast to int32 up front when needed).
   
   We should report it to them IMHO, but we should also make sure we don't 
produce indices that are too large for Numpy (it seems this is done in 
`CategoricalWriter`?).


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