Is your feature request related to a problem or challenge?
I would like to set the default type for make_array from null to i64, so other array function can have List(I64) by default instead of List(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