Re: [VOTE][Format][Flight] Result set expiration support

2023-06-27 Thread Sutou Kouhei
+1 In <20230628.103017.2111667987485891680@clear-code.com> "[VOTE][Format][Flight] Result set expiration support" on Wed, 28 Jun 2023 10:30:17 +0900 (JST), Sutou Kouhei wrote: > Hi, > > I would like to propose result set expiration support for > Flight RPC. > > See the following pull

[VOTE][Format][Flight] Result set expiration support

2023-06-27 Thread Sutou Kouhei
Hi, I would like to propose result set expiration support for Flight RPC. See the following pull request and discussion for details: * GH-35500: [C++][Go][Java][FlightRPC] Add support for result set expiration https://github.com/apache/arrow/pull/36009 * [DISCUSS][Format][Flight] Result set

Enabling apache/arrow GitHub dependency graph with vcpkg

2023-06-27 Thread Michael Price
Hello Apache Arrow project, The Microsoft C++ team has been working with our partners at GitHub to improve the C and C++ user experience on their platform. As a part of that effort, we have added vcpkg support for the GitHub dependency graph feature. We are looking for feedback from GitHub

Re: [Python][Discuss] PyArrow Dataset as a Python protocol

2023-06-27 Thread Ian Cook
> I think there's three routes we can go here: > > 1. We keep PyArrow expressions in the API initially, but once we have > Substrait-based alternatives we deprecate the PyArrow expression support. > This is what I intended with the current design, and I think it provides > the most obvious

[RUST][Ballista] UDF/UDAF in Ballista

2023-06-27 Thread Jaroslaw Nowosad
Hi, Quick question: is UDF/UDAF working in Ballista? I saw "TODO" in the executor part : ```rust // TODO add logic to dynamically load UDF/UDAFs libs from files scalar_functions: HashMap::new(), aggregate_functions: HashMap::new(), ``` To create an example library and add reading functionality