Commits


Aleksei Smirnov authored and GitHub committed f38943af09c
GH-32605: [C#] Extend validity buffer api (#35342) Add a method to the ValidityBuffer that adds the same bool value length times without allocating an Enumerable.Repeat object ### Rationale for this change See more details in the code review comments in https://github.com/apache/arrow/pull/13810 * Closes: #32605 Authored-by: Aleksei Smirnov <tlalok@inbox.ru> Signed-off-by: Eric Erhardt <eric.erhardt@microsoft.com>