alamb opened a new pull request #1008:
URL: https://github.com/apache/arrow-rs/pull/1008


   re #996 
   
   @jhorstmann  points out that `bool` no longer implements `ArrowNativeType` 
and thus this comment it out of date. Remove it
   
   ```
   /Users/alamb/Software/arrow-rs/arrow/src/datatypes/native.rs
   118: impl ArrowNativeType for i8 {
   141: impl ArrowNativeType for i16 {
   164: impl ArrowNativeType for i32 {
   193: impl ArrowNativeType for i64 {
   222: impl ArrowNativeType for u8 {
   245: impl ArrowNativeType for u16 {
   268: impl ArrowNativeType for u32 {
   291: impl ArrowNativeType for u64 {
   326: impl ArrowNativeType for f16 {}
   327: impl ArrowNativeType for f32 {}
   328: impl ArrowNativeType for f64 {}
   ```


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