Re: [ANNOUNCE] New Arrow PMC member: Raphael Taylor-Davies

2022-09-19 Thread Weston Pace
Congratulations! On Mon, Sep 19, 2022 at 6:17 PM Yijie Shen wrote: > > Congratulations, Raphael! > > On Tue, Sep 20, 2022 at 11:44 AM L. C. Hsieh wrote: > > > Congratulations! > > > > On Mon, Sep 19, 2022 at 7:40 PM Andy Grove wrote: > > > > > > Congratulations, Raphael! > > > > > > On Mon, Sep

Re: [ANNOUNCE] New Arrow PMC member: Raphael Taylor-Davies

2022-09-19 Thread Yijie Shen
Congratulations, Raphael! On Tue, Sep 20, 2022 at 11:44 AM L. C. Hsieh wrote: > Congratulations! > > On Mon, Sep 19, 2022 at 7:40 PM Andy Grove wrote: > > > > Congratulations, Raphael! > > > > On Mon, Sep 19, 2022 at 7:56 PM Sutou Kouhei wrote: > > > > > The Project Management Committee (PMC)

Re: [ANNOUNCE] New Arrow PMC member: Raphael Taylor-Davies

2022-09-19 Thread L. C. Hsieh
Congratulations! On Mon, Sep 19, 2022 at 7:40 PM Andy Grove wrote: > > Congratulations, Raphael! > > On Mon, Sep 19, 2022 at 7:56 PM Sutou Kouhei wrote: > > > The Project Management Committee (PMC) for Apache Arrow has invited > > Raphael Taylor-Davies to become a PMC member and we are pleased t

Re: [ANNOUNCE] New Arrow PMC member: Raphael Taylor-Davies

2022-09-19 Thread Andy Grove
Congratulations, Raphael! On Mon, Sep 19, 2022 at 7:56 PM Sutou Kouhei wrote: > The Project Management Committee (PMC) for Apache Arrow has invited > Raphael Taylor-Davies to become a PMC member and we are pleased to announce > that Raphael Taylor-Davies has accepted. > > Congratulations and wel

[ANNOUNCE] New Arrow PMC member: Raphael Taylor-Davies

2022-09-19 Thread Sutou Kouhei
The Project Management Committee (PMC) for Apache Arrow has invited Raphael Taylor-Davies to become a PMC member and we are pleased to announce that Raphael Taylor-Davies has accepted. Congratulations and welcome!

[RESULT] [VOTE][RUST] Release Apache Arrow Rust 23.0.0 RC2

2022-09-19 Thread Andrew Lamb
With 8 +1 votes (4 binding) the release is approved (note that I tallied Ian Joiner's vote as +1 as his initial +0 vote was superceded by his +1 after we fixed the release scripts) The release is available here: https://dist.apache.org/repos/dist/release/arrow/arrow-rs-23.0.0 https://crates.io

Re: [RESULT] [VOTE][RUST][Ballista] Release Apache Arrow Ballista 0.8.0 RC2

2022-09-19 Thread Andy Grove
With 8 +1 votes (3 binding) the vote passes. Thank you to everyone who took the time to test out the RC. I plan on publishing the Rust artifacts and the user guide later today. Thanks, Andy. On Sun, Sep 18, 2022 at 9:55 AM Francis Du wrote: > +1 (Non-binding) > > Verified on MacOS 12.5.1/App

Re: [C++][Gandiva] Proposal to Add A Parser Frontend for Gandiva

2022-09-19 Thread Jin Shang
Hi Weston, Thank you for your reply! I would like to address some of your concerns. > 2022年9月20日 00:59,Weston Pace 写道: > > First, I think you are correct that there is a lot of value to users here. > I'd love for a capability like this to someday be in pyarrow too for Arrow > compute functions.

Re: [C++][Gandiva] Proposal to Add A Parser Frontend for Gandiva

2022-09-19 Thread Weston Pace
First, I think you are correct that there is a lot of value to users here. I'd love for a capability like this to someday be in pyarrow too for Arrow compute functions. I think there is a distinct enough difference between "a query language" and "a programming language". However, both of them are

Re: apparently misleading test assertion printout

2022-09-19 Thread Yaron Gvili
> However, I don't know how your suggestion can be implemented Basically, using a sort of C++ reflection. See https://github.com/garbageslam/visit_struct, which is C++11 compatible, and additional libraries it points to. > so feel free to suggest a prototype and/or submit a PR :-) Surely not r

Re: apparently misleading test assertion printout

2022-09-19 Thread Antoine Pitrou
Le 19/09/2022 à 10:05, Yaron Gvili a écrit : Hi Antoine, Thanks. I understand it is a GoogleTest printout, but do you agree this _default_ printing can be misleading? I believe it'd be better to change this default printing, if possible. In addition, I think it is likely possible to automat

Re: apparently misleading test assertion printout

2022-09-19 Thread Yaron Gvili
Hi Antoine, Thanks. I understand it is a GoogleTest printout, but do you agree this _default_ printing can be misleading? I believe it'd be better to change this default printing, if possible. In addition, I think it is likely possible to automate the non-default printout of structs (with memor

Re: apparently misleading test assertion printout

2022-09-19 Thread Antoine Pitrou
Hi Yaron, This is what GoogleTest does when it doesn't know how to print out a value. Guidance to fix this at: https://github.com/google/googletest/blob/main/docs/advanced.md#teaching-googletest-how-to-print-your-values Regards Antoine. Le 19/09/2022 à 09:54, Yaron Gvili a écrit : Hi, I

apparently misleading test assertion printout

2022-09-19 Thread Yaron Gvili
Hi, In my local code, I observed a test assertion printout that seems misleading. The printout looks like this: Expected equality of these values: expected_empty_segment Which is: 24-byte object <00-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00> empty_segment