[C++][Acero] Request for early review of PR on adding residual filter support to swiss join

2024-01-08 Thread Ruoxi Sun
Hi, I'm taking the task [1] of adding residual filter support to swiss join of acero and came up with this PR [2]. While this PR is currently in draft status, as I am working on adding more specialized tests and benchmarks, all the fundamental code and comments are complete, and it passes all exi

[RESULT][VOTE][RUST] Release Apache Arrow Rust Object Store 0.9.0 RC1

2024-01-08 Thread Raphael Taylor-Davies
With 3 +1 votes (3 binding) the release is approved The release is available here: It has also been released to crates.io. Thank you to everyone who helped verify this release On 05/01/2024 13:29, Raphael Taylor-Davies wrote: Hi, I would like to propose a release of Apache Arrow Rust Object

Re: [DISCUSS] Conventions for transporting Arrow data over HTTP

2024-01-08 Thread Wes McKinney
hi all — I was just catching up on e-mail threads and wanted to give a few historical comments on this. When we were assembling the Arrow PMC and committing to do the project in 2015, standardizing Arrow-over-REST was always something that was on the TODO list — at that time we didn't have the IPC

[RESULT][VOTE] Release Apache Arrow ADBC 0.9.0 - RC0

2024-01-08 Thread David Li
The vote passes with 4 binding +1 votes, 1 non-binding. Thanks everyone! I'll take care of the release tasks. On Sat, Jan 6, 2024, at 19:06, Sutou Kouhei wrote: > +1 > > I ran the following on Debian GNU/Linux sid: > > JAVA_HOME=/usr/lib/jvm/default-java \ > dev/release/verify-release-candi

RE: [DISCUSS] Linear Formula Types

2024-01-08 Thread Morrison-Reed Elliot (BEG/PJ-EDS-NA)
Thanks for the hint. After reading through the geoarrow spec, I think I agree that this is probably the best approach. As far as I can tell all that is required is a standardized set of metadata tags and then some well implemented compute functions that can easily project the raw to physical i

[ANNOUNCE] Apache Arrow ADBC 0.9.0 released

2024-01-08 Thread David Li
The Apache Arrow community is pleased to announce the 0.9.0 release of the Apache Arrow ADBC libraries. It includes 34 resolved GitHub issues ([1]). The release is available now from [2] and [3]. Release notes are available at: https://github.com/apache/arrow-adbc/blob/apache-arrow-adbc-0.9.0/C

Re: [RESULT][VOTE] Release Apache Arrow ADBC 0.9.0 - RC0

2024-01-08 Thread David Li
[x] Close the GitHub milestone/project [x] Add the new release to the Apache Reporter System [x] Upload source release artifacts to Subversion [x] Create the final GitHub release [x] Update website [x] Upload wheels/sdist to PyPI [x] Publish Maven packages [x] Update tags for Go modules [x] Deploy

Re: [DISCUSS] Linear Formula Types

2024-01-08 Thread Andrew Lamb
> Where I am struggling a little bit is to understand at what level those compute functions should be implemented. As far as I can tell, when I load a dictionary encoded arrow into a Pandas data frame or made a query using DataFusion, the user can then just operate as if they are working directly w

Re: [C++][Acero] Request for early review of PR on adding residual filter support to swiss join

2024-01-08 Thread Vibhatha Abeykoon
Hi Ruoxi, I am taking a look at the PR, and will continue the discussion on Github. With Regards, Vibhatha Abeykoon