Int64
as default type for make_array
function empty or null case
#10789
Labels
enhancement
New feature or request
Is your feature request related to a problem or challenge?
I would like to set the default type for
make_array
fromnull
toi64
, so other array function can haveList(I64)
by default instead ofList(Null)
.After this change, I think we no longer need to handle
List(Null)
.Describe the solution you'd like
No response
Describe alternatives you've considered
Kept as it is
Additional context
No response
The text was updated successfully, but these errors were encountered: