Re: [VOTE][Swift] Split Swift to separated repository

2025-05-20 Thread Matt Topol
+1 On Tue, May 20, 2025, 3:29 PM Jacob Wujciak wrote: > +1 > > Krisztián Szűcs schrieb am Di., 20. Mai 2025, > 20:14: > > > +1 > > > > > On 2025. May 20., at 19:55, Wes McKinney wrote: > > > > > > +1 > > > > > > On Tue, May 20, 2025 at 1:49 AM Raúl Cumplido > wrote: > > > > > >> +1 > > >> > >

Re: [VOTE][Swift] Split Swift to separated repository

2025-05-20 Thread Jacob Wujciak
+1 Krisztián Szűcs schrieb am Di., 20. Mai 2025, 20:14: > +1 > > > On 2025. May 20., at 19:55, Wes McKinney wrote: > > > > +1 > > > > On Tue, May 20, 2025 at 1:49 AM Raúl Cumplido wrote: > > > >> +1 > >> > >> El mar, 20 may 2025 a las 4:14, Neal Richardson (< > >> neal.p.richard...@gmail.com>)

Re: [VOTE][Swift] Split Swift to separated repository

2025-05-20 Thread Krisztián Szűcs
+1 > On 2025. May 20., at 19:55, Wes McKinney wrote: > > +1 > > On Tue, May 20, 2025 at 1:49 AM Raúl Cumplido wrote: > >> +1 >> >> El mar, 20 may 2025 a las 4:14, Neal Richardson (< >> neal.p.richard...@gmail.com>) escribió: >> >>> +1 >>> >>> On Mon, May 19, 2025 at 10:06 PM Ruoxi Sun >>

Arrow community meeting May 21 at 16:00 UTC

2025-05-20 Thread Ian Cook
Our next biweekly Arrow community meeting is tomorrow, Wednesday 21 May 16:00 UTC (18:00 CEST / 17:00 BST / 12:00 EDT / 9:00 PDT). The Zoom meeting URL recently changed. Please update your calendars to use this link: https://zoom.us/j/94594790228?pwd=dD4nB2oHsrm18kKBe8QlGSJgb1oN7x.1 Meeting ID: 94

Re: [VOTE][Swift] Split Swift to separated repository

2025-05-20 Thread Wes McKinney
+1 On Tue, May 20, 2025 at 1:49 AM Raúl Cumplido wrote: > +1 > > El mar, 20 may 2025 a las 4:14, Neal Richardson (< > neal.p.richard...@gmail.com>) escribió: > > > +1 > > > > On Mon, May 19, 2025 at 10:06 PM Ruoxi Sun > wrote: > > > > > +1 > > > > > > *Regards,* > > > *Rossi SUN* > > > > > > >

[ANNOUNCE] Apache Arrow 20.0.0 released

2025-05-20 Thread Jacob Wujciak
The Apache Arrow community is pleased to announce the 20.0.0 release. It includes 259 resolved issues [1] since the 19.0.1 release. The release is available now from our website and [2]: https://arrow.apache.org/install/ Read about what's new in the release at: https://arrow.apache.org/bl

Re: [DISCUSS][C++] Switch to C++20

2025-05-20 Thread Krisztián Szűcs
+1 > On 2025. May 19., at 18:14, Antoine Pitrou wrote: > > > Hello, > > I am proposing that we switch Arrow C++ to require C++20. > > C++20 will offer support for more C++ language and standard library features, > such as: > > - concepts > - generic lambdas with explicit type parameters > -