nenorbot opened a new pull request, #6307: URL: https://github.com/apache/arrow-datafusion/pull/6307
# Which issue does this PR close? Closes #6305 . # What changes are included in this PR? Add null handling for string values when converting Avro to Arrow. # Are these changes tested? I have added unit-tests to check the conversion happens properly (for string columns as well as for several other data types). To do so I had to generate a new Avro file containing null values under `testing/data/avro`. Since this file resides in the `arrow-testing` repo, it is not part of this PR (and therefore the tests will fail) -- if these changes are approved I'll follow-up with an additional PR to add the new file to `arrow-testing`. Please let me know if there's a better way to go about this other than splitting to separate PRs. # Are there any user-facing changes? No -- 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]
