You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/04/15 20:18:33 UTC

[GitHub] [arrow-rs] WinkerDu commented on issue #684: Allow casting from `DataType::Null` to any other type

WinkerDu commented on issue #684:
URL: https://github.com/apache/arrow-rs/issues/684#issuecomment-1100374553

   > The cast kernels are here: https://github.com/apache/arrow-rs/blob/master/arrow/src/compute/kernels/cast.rs
   > 
   > To support casting requires:
   > 
   > 1. add entry to `can_cast_types`
   > 2. Add actual cast code to `cast_with_options`
   > 3. Add relevant tests
   
   @alamb here is a rough fix #1572 , plz have a review, thank you.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org