datafusion
datafusion copied to clipboard
fix: derive custom nullability for spark `map_from_arrays`
Which issue does this PR close?
- Closes #19160
- Part of #19144
Rationale for this change
What changes are included in this PR?
- Spark
map_from_arraysnow usesreturn_field_from_argsto handle nullability
Are these changes tested?
- New unit tests are added
- All previous tests pass