Re: [DISCUSS][C++] Can we use "0E+1" not "0.E+1" for deciaml for broader compatibility?

2024-10-01 Thread Sutou Kouhei
Hi, Thanks for your comment. It seems that it's a special case only for "0". The original question can be applied to not only "0" but also other numbers. For example: "2.E+1" and "2E+1" Let's discuss it as a separated topi. I've opened a new issue for it: https://github.com/apache/arrow/issues/44

Re: [ANNOUNCE] New Arrow committer: Will Ayd

2024-10-01 Thread Weston Pace
Congratulations Will On Tue, Oct 1, 2024, 2:25 PM Bryce Mecum wrote: > Congrats Will! > > On Tue, Oct 1, 2024 at 9:55 AM Dewey Dunnington > wrote: > > > > On behalf of the Arrow PMC, I'm happy to announce that Will Wyd has > > accepted an invitation to become a committer on Apache Arrow. Welcom

Re: [ANNOUNCE] New Arrow committer: Will Ayd

2024-10-01 Thread Benjamin Kietzman
Congratulations, Will! On Tue, Oct 1, 2024 at 3:07 PM Weston Pace wrote: > Congratulations Will > > On Tue, Oct 1, 2024, 2:25 PM Bryce Mecum wrote: > > > Congrats Will! > > > > On Tue, Oct 1, 2024 at 9:55 AM Dewey Dunnington > > wrote: > > > > > > On behalf of the Arrow PMC, I'm happy to annou

Re: [ANNOUNCE] New Arrow committer: Will Ayd

2024-10-01 Thread Bryce Mecum
Congrats Will! On Tue, Oct 1, 2024 at 9:55 AM Dewey Dunnington wrote: > > On behalf of the Arrow PMC, I'm happy to announce that Will Wyd has > accepted an invitation to become a committer on Apache Arrow. Welcome, > and thank you for your contributions! > > -dewey

Re: [ANNOUNCE] New Arrow committer: Will Ayd

2024-10-01 Thread Alenka Frim
Welcome Will!! V tor., 1. okt. 2024, 20:25 je oseba Ruoxi Sun napisala: > Welcome and congrats! > > > *Regards,* > *Rossi SUN* > > > Raúl Cumplido 于2024年10月2日 周三01:26写道: > > > Welcome Will! > > > > El mar, 1 oct 2024, 19:21, Will Ayd > > escribió: > > > > > Thanks everyone - I am very happy to

Re: [ANNOUNCE] New Arrow committer: Will Ayd

2024-10-01 Thread Ruoxi Sun
Welcome and congrats! *Regards,* *Rossi SUN* Raúl Cumplido 于2024年10月2日 周三01:26写道: > Welcome Will! > > El mar, 1 oct 2024, 19:21, Will Ayd > escribió: > > > Thanks everyone - I am very happy to be a part of the team. I've learned > > a lot through my interactions with everyone so far and have

Re: [ANNOUNCE] New Arrow committer: Will Ayd

2024-10-01 Thread Raúl Cumplido
Welcome Will! El mar, 1 oct 2024, 19:21, Will Ayd escribió: > Thanks everyone - I am very happy to be a part of the team. I've learned > a lot through my interactions with everyone so far and have really had > fun working together, so I am excited to continue along that path with > you all. > >

Re: [ANNOUNCE] New Arrow committer: Will Ayd

2024-10-01 Thread Will Ayd
Thanks everyone - I am very happy to be a part of the team. I've learned a lot through my interactions with everyone so far and have really had fun working together, so I am excited to continue along that path with you all. - Will On 10/1/24 1:08 PM, Kevin Gurney wrote: Congratulations, Will

Re: [ANNOUNCE] New Arrow committer: Will Ayd

2024-10-01 Thread Kevin Gurney
Congratulations, Will! Best Regards, Kevin Gurney From: Ian Cook Sent: Tuesday, October 1, 2024 1:02 PM To: dev@arrow.apache.org Subject: Re: [ANNOUNCE] New Arrow committer: Will Ayd Congratulations Will! On Tue, Oct 1, 2024 at 1:01 PM Rok Mihevc wrote: > We

Re: [ANNOUNCE] New Arrow committer: Will Ayd

2024-10-01 Thread Ian Cook
Congratulations Will! On Tue, Oct 1, 2024 at 1:01 PM Rok Mihevc wrote: > Welcome Will! Great to hear! > > Rok > > On Tue, Oct 1, 2024 at 6:58 PM Antoine Pitrou wrote: > > > > > Hello Will, and thanks a lot for your involvement! > > > > > > Le 01/10/2024 à 18:55, Dewey Dunnington a écrit : > > >

Re: [ANNOUNCE] New Arrow committer: Will Ayd

2024-10-01 Thread Rok Mihevc
Welcome Will! Great to hear! Rok On Tue, Oct 1, 2024 at 6:58 PM Antoine Pitrou wrote: > > Hello Will, and thanks a lot for your involvement! > > > Le 01/10/2024 à 18:55, Dewey Dunnington a écrit : > > On behalf of the Arrow PMC, I'm happy to announce that Will Wyd has > > accepted an invitation

Re: [ANNOUNCE] New Arrow committer: Will Ayd

2024-10-01 Thread Jacob Wujciak
Congrats and welcome! Am Di., 1. Okt. 2024 um 18:58 Uhr schrieb Antoine Pitrou : > > Hello Will, and thanks a lot for your involvement! > > > Le 01/10/2024 à 18:55, Dewey Dunnington a écrit : > > On behalf of the Arrow PMC, I'm happy to announce that Will Wyd has > > accepted an invitation to bec

Re: [ANNOUNCE] New Arrow committer: Will Ayd

2024-10-01 Thread Antoine Pitrou
Hello Will, and thanks a lot for your involvement! Le 01/10/2024 à 18:55, Dewey Dunnington a écrit : On behalf of the Arrow PMC, I'm happy to announce that Will Wyd has accepted an invitation to become a committer on Apache Arrow. Welcome, and thank you for your contributions! -dewey

[ANNOUNCE] New Arrow committer: Will Ayd

2024-10-01 Thread Dewey Dunnington
On behalf of the Arrow PMC, I'm happy to announce that Will Wyd has accepted an invitation to become a committer on Apache Arrow. Welcome, and thank you for your contributions! -dewey

Re: [DISCUSS][C++] Can we use "0E+1" not "0.E+1" for deciaml for broader compatibility?

2024-10-01 Thread Antoine Pitrou
Hi Kou, That sounds fine to me. Regards Antoine. Le 01/10/2024 à 03:55, Sutou Kouhei a écrit : Hi, The current decimal implementation omits the fractional part if the fractional part is 0. For example: "0.E+1" not "0.0E+1" Most environments such as Python, Node.js, PostgreSQL and MySQL a

Re: [DISCUSS][C++] Can we use "0E+1" not "0.E+1" for deciaml for broader compatibility?

2024-10-01 Thread Jacek Pliszka
Hi! I am a bit puzzled why it is not 0e0. This seems to me the "natural" way 0 should be written in scientific notation. Best Regards, Jacek Pliszka > Le 01/10/2024 à 03:55, Sutou Kouhei a écrit : > > Hi, > > > > The current decimal implementation omits the fractional part > > if the fractio