Abhilash437 opened a new pull request, #408:
URL: https://github.com/apache/arrow-dotnet/pull/408

   ## What's Changed
   
   This PR implements `RunEndEncodedArray.Builder` to close the feature gap for 
constructing REE arrays in C#. 
   
   - Designed the Builder to accept generic `TRunEndBuilder` and 
`TValueBuilder` types in the constructor (pre-configured inner builders).
   - Implemented implicit run-length tracking via `Append(TValue value)`, 
utilizing `EqualityComparer<TValue>.Default` to group sequential duplicates.
   - Added comprehensive unit tests in `RunEndEncodedArrayBuilderTests.cs`.
   
   Closes #407.


-- 
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]

Reply via email to