Re: [VOTE][RUST] Release Apache Arrow Rust 55.1.0 RC1

2025-05-11 Thread Adam Reeve
+1 (non-binding) Verified on x64 Fedora 42 On Sat, 10 May 2025 at 09:23, L. C. Hsieh wrote: > +1 (binding) > > Verified on M4 Mac. > > Thanks Andrew. > > On Fri, May 9, 2025 at 1:14 PM Andrew Lamb wrote: > > > > Hi, > > > > I would like to propose a release of Apache Arrow Rust Implementation,

Re: [VOTE][RUST] Release Apache Arrow Rust 55.0.0 RC1

2025-04-10 Thread Adam Reeve
+1 (non-binding) Verified on Fedora 41 x64 On Thu, 10 Apr 2025 at 10:43, Jacob Wujciak wrote: > +1 (binding) Ubuntu 24.04 > > Am Do., 10. Apr. 2025 um 11:15 Uhr schrieb Matthijs Brobbel > : > > > > +1 (non-binding) > > Verified on macOS 15.4 (aarch64) > > > > On 2025/04/08 15:31:08 Andrew Lamb w

Re: [ANNOUNCE] New Arrow PMC member: Rok Mihevc

2025-04-04 Thread Adam Reeve
Congratulations Rok! On Thu, 20 Mar 2025 at 09:35, Krisztián Szűcs wrote: > Congrats Rok! > > > On 2025. Mar 19., at 21:32, Jacob Wujciak wrote: > > > > Congratulations Rok! > > > > Will Ayd schrieb am Mi., 19. März 2025, > > 21:10: > > > >> Congratulations Rok! > >> > >>> On 3/19/25 15:59, M

Re: [RESULT][VOTE] Split C# release process

2025-03-20 Thread Adam Reeve
I'd also prefer arrow-dotnet, as I think the fact it's for use on the .NET platform is the more important factor to highlight rather than the language it's written in. The majority of users will be using C# but I'm sure there are some F# users of Arrow out there. That said, I don't feel that stron

Re: [VOTE][RUST] Release Apache Arrow Rust 54.3.0 RC1

2025-03-17 Thread Adam Reeve
+1 (non-binding) Verified on AMD64 Fedora 40 On Tue, 18 Mar 2025 at 11:21, Dewey Dunnington wrote: > +1! > > Verified on MacOS 15.3 (M4). > > On Mon, Mar 17, 2025 at 5:19 PM L. C. Hsieh wrote: > > > +1 (binding) > > > > Verified on M4 Mac. > > > > Thanks Andrew. > > > > On Mon, Mar 17, 2025 at

Re: [C++] Can't build flight integration tests

2024-11-26 Thread Adam Reeve
Hi Frederic You also need to enable the ARROW_FLIGHT_SQL option in order for the Flight integration test client and server to be built: https://github.com/apache/arrow/blob/b6a844a6d0c1114109b626f6c96bb7bac6ebccfc/cpp/src/arrow/flight/CMakeLists.txt#L350-L354 Cheers, Adam On Wed, 27 Nov 2024 at

Re: [ANNOUNCE] New Arrow committer: Adam Reeve

2024-11-19 Thread Adam Reeve
> Congrets Adam! > > > > > > > > > > Best, > > > > > Xuwei Fu > > > > > > > > > > Sutou Kouhei 于2024年11月19日周二 08:31写道: > > > > > > > > > > > On behalf of the Arrow PMC, I'm happy to announce that Adam Reeve > > > > > > has accepted an invitation to become a committer on Apache > > > > > > Arrow. Welcome, and thank you for your contributions! > > > > > > > > > > > > -- > > > > > > kou > > > > > > > > > > > > > > > > > > > > > >

Re: [DISCUSS][C#][GLib] Formalize use of the GLib libraries for native library bindings

2024-05-07 Thread Adam Reeve
roviding a .NET implementation of a KmsClientFactory, which would be > > required for reading encrypted Parquet data. > > We can use GObject for the case as you did. I can open a PR > for it or I can review your implementation. (If you open a > PR of your work.) > > > >

[DISCUSS][C#][GLib] Formalize use of the GLib libraries for native library bindings

2024-05-06 Thread Adam Reeve
Hi everyone, The .NET/C# Apache Arrow library currently only contains managed code, but the addition of the C Data Interface implementation opens up the ability to easily add bindings to the C++ Arrow library to add more capabilities. There is currently a draft PR open to add bindings to the Acero