superserious-dev opened a new pull request, #8081:
URL: https://github.com/apache/arrow-rs/pull/8081

   # Which issue does this PR close?
   
   - Closes #8054
   
   # Rationale for this change
   
   Adds Date32, Date64 conversions to the cast_to_variant kernel
   
   # What changes are included in this PR?
   
   - adds fallibility to cast macro
   - conversion of DataType:::{Date32, Date64}=> Variant::Binary
   
   # Are these changes tested?
   
   Yes, additional unit tests have been added. 
   Couldn't construct a negative test for Date64 conversion, because 
Date64Array prevents construction of an array with an invalid date element.
   
   # Are there any user-facing changes?
   
   Yes, adds new type conversions to kernel
   


-- 
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-unsubscr...@arrow.apache.org

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

Reply via email to