paleolimbot opened a new pull request, #82: URL: https://github.com/apache/arrow-nanoarrow/pull/82
Adds support for dense and sparse unions in `ArrowArrayAppendNull()` and `ArrowArrayFinishUnionElement()`. Currently the test passes for dense unions but fails for sparse unions. This is probably because there is no `ArrowArrayAppendEmpty()` (Arrow C++ adds non-null empty values to each sparse union child rather than null values to each union child). -- 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]
