Re: [DISCUSS] Looking for feedback on my Rust library

2024-03-14 Thread Weston Pace
Felipe's points are good. I don't know that you need to adapt the entire ADBC, it sort of depends what you're after. I see what you've got right now as more of an SQL abstraction layer. For example, similar to things like [1][2][3] (though 3 is more of an ORM). If you like the SQL interface tha

Re: [DISCUSS] Looking for feedback on my Rust library

2024-03-14 Thread Felipe Oliveira Carvalho
Two comments: —— Since this library is analogous to things like ADBC, ODBC, and JDBC, it’s more of a “driver” than a “connector”. This might make your life easier when explaining what it does. It’s not a black and white thing, but “connector” might imply networking to some people. I believe you

Re: [INFO] Arrow 16.0.0 feature freeze - 8th April

2024-03-14 Thread Joris Van den Bossche
On Thu, 14 Mar 2024 at 17:28, Adam Lippai wrote: > > Pandas and NumPy will have major releases in the next month or so. Tracking > each other’s timelines might help avoiding unexpected breaks. > Yes, we are aware of that. Here is the issue for numpy 2.0 compatibility: https://github.com/apache/ar

Re: [INFO] Arrow 16.0.0 feature freeze - 8th April

2024-03-14 Thread Jean-Baptiste Onofré
Hi Raúl Thanks for the update. I do my best to tentatively include odbc driver in this release (not blocker). I have a list of PRs I would like to include, I will do a pass tomorrow to give us time for changes :) Thanks ! Regards JB On Thu, Mar 14, 2024 at 3:59 PM Raúl Cumplido wrote: > > Hi, >

Re: [INFO] Arrow 16.0.0 feature freeze - 8th April

2024-03-14 Thread Adam Lippai
Pandas and NumPy will have major releases in the next month or so. Tracking each other’s timelines might help avoiding unexpected breaks. Best regards, Adam Lippai On Thu, Mar 14, 2024 at 11:00 Raúl Cumplido wrote: > Hi, > > In preparation for the next major Arrow release (16.0.0) I am planning

Re: [DISCUSS][C++] Help needed to refactor Skyhook

2024-03-14 Thread Jayjeet Chakraborty
Hi Ben, I am willing to help out with the refactor too ! On Wed, Mar 13, 2024 at 9:25 PM Aldrin wrote: > I am interested in helping to refactor! > > -Aldrin > > > On Wed, Mar 13, 2024 at 08:54, Benjamin Kietzman > wrote: > > Skyhook [1] enables efficient predicate and projection pushdown from >

[INFO] Arrow 16.0.0 feature freeze - 8th April

2024-03-14 Thread Raúl Cumplido
Hi, In preparation for the next major Arrow release (16.0.0) I am planning on setting the 8th of April, second Monday of April, as the feature freeze date. If there are any issues that should block the release please remember to add the `Priority: blocker` label in the issue on GitHub. There are

[VOTE] Release Apache Arrow 15.0.2 - RC3

2024-03-14 Thread Raúl Cumplido
Hi, I would like to propose the following release candidate (RC3) of Apache Arrow version 15.0.2. This is a release consisting of 8 resolved GitHub issues[1]. This release candidate is based on commit: e03105efc38edca4ca429bf967a17b4d0fbebe40 [2] The source release rc3 is hosted at [3]. The bina