forked from apache/arrow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARROW-4865: [Rust] Support list casts
This is a follow up from the initial cast kernel PR, and adds support for: * List<Primitive> to List<Primitive> * Primitive to List<Primitive> The only remaining expansion to the cast kernel will be temporal casts, then I think we'll be able to cover all cast use-cases. Author: Neville Dipale <[email protected]> Closes apache#3896 from nevi-me/ARROW-4865 and squashes the following commits: 36530ba <Neville Dipale> restrict sliced-array limitation to primitive->list casts fd1c49c <Neville Dipale> disable casting sliced arrays 184d0d7 <Neville Dipale> address review comments a68e472 <Neville Dipale> fix comment 3d27160 <Neville Dipale> ARROW-4865: Support list casts
- Loading branch information
Showing
2 changed files
with
237 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters