alamb opened a new pull request, #9058: URL: https://github.com/apache/arrow-rs/pull/9058
TODO: - [ ] Use the new API in other make_array APIs # Which issue does this PR close? - related to https://github.com/apache/datafusion/pull/19477 # Rationale for this change While looking at profiles for some of the ClickBench queries, I found that some non trivial amount of time was creating record batches, so <img width="1461" height="994" alt="Screenshot 2025-12-28 at 5 27 02 PM" src="https://github.com/user-attachments/assets/ee95d2a5-d722-4310-aa60-5885d5ae9ad4" /> <img width="1420" height="189" alt="Screenshot 2025-12-28 at 5 29 19 PM" src="https://github.com/user-attachments/assets/278ed5e7-448a-4491-bb6e-26c7510d98f8" /> # What changes are included in this PR? - Add an API to get the fields of an ArrayData - Use it while creating StructArray # Are these changes tested? By existing CI # Are there any user-facing changes? <!-- If there are user-facing changes then we may require documentation to be updated before approving the PR. If there are any breaking changes to public APIs, please call them out. --> -- 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]
