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

2023-09-22 Thread Raphael Taylor-Davies
With 4 +1 votes (4 binding) the release is approved The release is available here: https://dist.apache.org/repos/dist/release/arrow/arrow-rs-47.0.0 It has also been released to crates.io Thank you to everyone who helped verify this release On 19/09/2023 14:20, Raphael Taylor-Davies wrote: T

Re: [VOTE] Release Apache Arrow ADBC 0.7.0 - RC0

2023-09-22 Thread Dewey Dunnington
+1! I ran: export DOCKER_DEFAULT_PLATFORM=linux/amd64 && USE_CONDA=1 dev/release/verify-release-can didate.sh 0.7.0 0 On Thu, Sep 21, 2023 at 12:52 AM Sutou Kouhei wrote: > > +1 > > I ran the following on Debian GNU/Linux sid: > > JAVA_HOME=/usr/lib/jvm/default-java \ > TEST_PYTHON=0 \ >

Re: [Rust][Datafusion] Dataframe state make public

2023-09-22 Thread Andrew Lamb
Hi Jaro, I think this discussion would be more visible to the DataFusion developers if you filed a ticket or discussion in the repository [1] [1]: https://github.com/apache/arrow-datafusion On Thu, Sep 21, 2023 at 4:47 AM Jaroslaw Nowosad wrote: > Hi, > > Looking for comments/your view: > > Wou

[DISCUSS] Arrow PyCapsule Protocol

2023-09-22 Thread Will Jones
Hello Arrow devs, Based on Joris' idea in [1], I've drafted up a protocol specification for PyCapsules holding Arrow C Data / Stream Interface structs. PR: [2] This has two goals: 1. Provide a library-independent representation of these structs in Python 2. Standardize methods to export objects