[RESULT][VOTE][RUST] Release Apache Arrow Rust 53.2.0 RC1

2024-10-24 Thread Andrew Lamb
Resending with correct subject On Thu, Oct 24, 2024 at 3:54 PM Andrew Lamb wrote: > With 4 +1 votes (3 binding) the release is approved! > > The release is available here: > https://dist.apache.org/repos/dist/release/arrow/arrow-rs-53.2.0 > > It has also been published to crates.io > https://c

Re: [VOTE] Add Async C Data Interface

2024-10-24 Thread Dewey Dunnington
Thanks Matt for putting this together! I was initially concerned about the complexity of the proposal; however, it is a difficult interaction to standardize and this proposal is not so complex that it is unimplementable. I am excited to use this to improve our asynchronous database access story in

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

2024-10-24 Thread Andrew Lamb
With 4 +1 votes (3 binding) the release is approved! The release is available here: https://dist.apache.org/repos/dist/release/arrow/arrow-rs-53.2.0 It has also been published to crates.io https://crates.io/crates/arrow/53.2.0 Thanks everyone for voting and helping this release along Andrew

Re: [VOTE] Release Apache Arrow 18.0.0 - RC0

2024-10-24 Thread Raúl Cumplido
El jue, 24 oct 2024 a las 0:14, Sutou Kouhei () escribió: > > Hi, > > There are no -1 vote yet here but a conda-forge package > maintainer reports a cross-compiling related problem in > 18.0.0 RC0: > > https://github.com/apache/arrow/issues/8#issuecomment-243146 > > > When a major distribut

Re: [C++][ACERO][DATASET] Ordering in ExecPlan

2024-10-24 Thread Kamil Tokarek
Hi Weston, I have updated the pull request based on your feedback. Additionally, we have added ordering to the Python implementation, which requires your review. Could you please check if these changes resolve the failure? W dniu 2024-10-03 o 14:04, Kamil Tokarek pisze: Hello, I would like