CurtHagenlocher opened a new pull request, #308: URL: https://github.com/apache/arrow-dotnet/pull/308
## What's Changed This PR adds basic support for Run-End Encoded arrays by following established codebase patterns. Notably: - New `ArrowTypeId` added. - New array type `RunEndEncodedArray` added. - New visitor method to handle the new array type. - New entry in the IPC serializer field type switch. - New `RunEndEncodedType` nested type. - Basic feature tests. - C API support - Concatenation support Co-authored-by: Jorge Candeias <[email protected]> Supercedes #260 -- 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]
