You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(avro): correctly set nullability for ListType (#709)
### Rationale for this change
Nullability of a list field itself is lost when converting from avro to
arrow schema; only the nullability of the list members is applied.
### What changes are included in this PR?
Use buildArrowField function for listfield to leverage arrow field
creation; which applies nullability as expected. Also use
buildArrowField for float,double,boolean case for consistency.
### Are these changes tested?
Added testcase for a nullable list.
### Are there any user-facing changes?
Debatable
---------
Co-authored-by: Willem Jan Noort <WillemJan.Noort@essent.nl>
0 commit comments