Arkur745 opened a new pull request, #47522: URL: https://github.com/apache/arrow/pull/47522
Fixes #45722 **Description:** This PR implements the three requested `UnsafeAppend` methods for the `StructBuilder` to improve performance in scenarios where the caller can guarantee capacity and validity. The new methods are: - `void UnsafeAppend()` - `Status UnsafeAppendNull()` - `Status UnsafeAppendNulls(int64_t length)` New unit tests have been added to `array_struct_test.cc` to validate the behavior of each of these new methods. All new and existing tests are passing. **Note on CI:** During a full `ctest` run, I observed a failure in `arrow-compute-scalar-cast-test`. I have verified that this test also fails on the base branch without my changes, confirming it is an unrelated, pre-existing issue. -- 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]
