Re: [PR] GH-42124: [Swift] Add methods for loading and validating builder by type [arrow]

2024-06-21 Thread via GitHub
conbench-apache-arrow[bot] commented on PR #42195: URL: https://github.com/apache/arrow/pull/42195#issuecomment-2177321766 After merging your PR, Conbench analyzed the 8 benchmarking runs that have been run so far on merge-commit 1857e54a689001142a70a828558e00a2cae808ab. There were no

Re: [PR] GH-42124: [Swift] Add methods for loading and validating builder by type [arrow]

2024-06-18 Thread via GitHub
kou merged PR #42195: URL: https://github.com/apache/arrow/pull/42195 -- 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: github-unsubscr...@arrow.apache.or

Re: [PR] GH-42124: [Swift] Add methods for loading and validating builder by type [arrow]

2024-06-18 Thread via GitHub
github-actions[bot] commented on PR #42195: URL: https://github.com/apache/arrow/pull/42195#issuecomment-2175931470 :warning: GitHub issue #42124 **has been automatically assigned in GitHub** to PR creator. -- This is an automated message from the Apache Git Service. To respond to the mes

[PR] GH-42124: [Swift] Add methods for loading and validating builder by type [arrow]

2024-06-18 Thread via GitHub
abandy opened a new pull request, #42195: URL: https://github.com/apache/arrow/pull/42195 ### Rationale for this change Adding convenience method for loading a builder from a type. This will be used by ArrowEncoder (upcoming PR) to load builders for a class/structs's properties.