Willem-J-an opened a new pull request, #709: URL: https://github.com/apache/arrow-go/pull/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 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
