ritchie46 opened a new pull request #9402:
URL: https://github.com/apache/arrow/pull/9402


   This PR adds some more cast implementations that I missed.
   
   Included casts:
   
   ```
   * LargeList -> List (of same child datatype)  (if not will return Error)
   * List -> LargeList (of same child datatype) (if not will return Error)
   * LargeList<A> -> LargeList<B>
   * Int32 -> Date64
   * Date32 -> Int64
   * Int64 -> Date32 (lossy)
   * Date64 -> Int32 (lossy)
   ```


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