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

2025-03-29 Thread Andy Grove
+1 (binding) Verified on Ubuntu 22.04.5 LTS Thanks, Andrew. On Wed, Mar 26, 2025 at 10:18 AM Andrew Lamb wrote: > Hi, > > I would like to propose a release of Apache Arrow Rust Implementation, > version 54.3.1 a release with two bug fixes. See [5] for details. > > This release candidate is bas

Re: [DISCUSS] Arrow Flight Predicate Pushdown

2025-03-29 Thread Lee, David (ITE)
This is hacky but I just use json as my flight ticket like a body for a http request post call. The json includes the data request and optional compute/filtering that needs to be performed. The server applies the compute/filtering using sql or pyarrow compute depending on the data source. ___