JorgeCandeias opened a new pull request, #260: URL: https://github.com/apache/arrow-dotnet/pull/260
This PR attempts to add 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. This PR is missing targeted performance benchmarks as I could not see an established structure to add them into. Please let me know if, where and how you would like me to create these. They could be useful to observe performance variance from various data sparsity patterns and decide what to optimise. Please let me know if this PR is missing anything else. -- 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]
