-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem or challenge?
Arter Pull Request: #6384, In arrow-datafusion casting between arrays elements stopped working. The feature could be of great help when working with different types of data.
Describe the solution you'd like
All rules should be simillar to the cast function in arrow-rs (See https://docs.rs/arrow/latest/arrow/compute/kernels/cast/index.html)
For example, if we create new array with Int32Type and Int64Type should return Int64Array.
select make_array(Int32(1), Int64(2));
----
Int64(1), Int64(2)
Describe alternatives you've considered
No response
Additional context
Simillar PR:
#6384
alamb
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request