kou commented on issue #45722: URL: https://github.com/apache/arrow/issues/45722#issuecomment-3240405306
> I'm looking at builder_nested.cc and wanted to confirm if this is the correct place to implement the enhancement Correct. > if there are any related examples in the codebase I should look at. https://github.com/apache/arrow/blob/main/cpp/src/arrow/array/builder_primitive.h has some `Unsafe` implementations. https://github.com/apache/arrow/blob/main/cpp/src/arrow/array/array_struct_test.cc includes tests for `StructBuilder`. We also need to add tests to it. -- 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]
