+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,
+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
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
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
+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
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
> 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
> > > > > >
> > > > > >
> > > >
> > >
> >
>
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.)
>
>
>
>
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