returnString commented on issue #243:
URL: 
https://github.com/apache/arrow-datafusion/issues/243#issuecomment-832700481


   Maybe an agenda item for the sync call (possibly spilling over into 
community outreach on dev@, user@, and Slack)? It'd probably be good to decide 
either way for 32-bit support and either add test coverage, or document the 
limitations/prevent compilation outright, e.g.
   
   ```rust
   #[cfg(target_pointer_width = "32")]
   compile_error!("this crate does not support compilation for a 32-bit arch")
   ```
   
   There might be benefits to supporting other ptr widths though, in terms of 
catching us doing silly things with `usize` etc for execptional inputs.


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