Abhilash437 opened a new issue, #407: URL: https://github.com/apache/arrow-dotnet/issues/407
### Describe the enhancement requested Currently, the `RunEndEncodedArray` type in `Apache.Arrow.Arrays` lacks an implementation for `IArrowArrayBuilder`. Run-End Encoded arrays are widely used for compressing sequences of repeated values, but users currently have no easy way to build them programmatically in C#. We should add a `RunEndEncodedArray.Builder` class that handles the implicit tracking of run-lengths (using an `EqualityComparer`) and routes the compressed data to the underlying child arrays for the run-ends and values. This will bring the C# implementation up to parity with the Arrow specification for constructing REE arrays. -- 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]
