jduo commented on PR #13532:
URL: https://github.com/apache/arrow/pull/13532#issuecomment-1178270577

   > Looks like it still doesn't build on 32-bit Windows and there are tons of 
compiler warnings about casts (one of which is an error). We might want a 
general way to deal with `int64_t -> size_t` conversions.
   
   I'm thinking to add a templated ToSizeT function to a utils header for 
converting integer types to size_t, that adds pragmas to suppress warnings on 
32-bit platforms (or when going from a signed integer).


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