Re: [Discuss][Format] Add 32-bit and 64-bit Decimals

2022-04-21 Thread Chao Sun
Any update on this proposal? I think this will be a useful addition too. I can potentially help on the Rust side implementation. Chao On Tue, Mar 8, 2022 at 1:00 PM Jorge Cardoso Leitão wrote: > > Agreed. > > Also, I would like to revise my previous comment about the small risk. > While prototyp

Re: Access to Contribute to the Confluence Space

2022-04-21 Thread Andrew Lamb
Thank you! On Thu, Apr 21, 2022 at 4:02 PM Neal Richardson wrote: > I've just given you all the permissions. If you need to manage anything > else in the future, you can click "Space tools" at the bottom left. > > Neal > > On Thu, Apr 21, 2022 at 3:07 PM Andrew Lamb wrote: > > > I would like to

Re: Access to Contribute to the Confluence Space

2022-04-21 Thread Neal Richardson
I've just given you all the permissions. If you need to manage anything else in the future, you can click "Space tools" at the bottom left. Neal On Thu, Apr 21, 2022 at 3:07 PM Andrew Lamb wrote: > I would like to be able to contribute to pages in the ARROW confluence > space, but I don't see a

Access to Contribute to the Confluence Space

2022-04-21 Thread Andrew Lamb
I would like to be able to contribute to pages in the ARROW confluence space, but I don't see any "edit" button. Does anyone know how I can contribute (get the appropriate permissions in the Arrow confluence space)? [1] https://cwiki.apache.org/confluence/display/ARROW/Inviting+New+Committers+and

Re: [Question] Is it possible to write to IPC without an intermediary buffer?

2022-04-21 Thread Micah Kornfield
> > > AFAI can understand, this would cause writing to IPC to require O(N) where > N is the average size of the buffers, as opposed to O(N*B) where N is the > average size of the buffer and B the number of buffers. I.e. It is still > quite a multiplicative factor involved. Small nit, but this cou

Re: [VOTE] Extend Arrow Flight SQL with more SQL type info in schemas

2022-04-21 Thread José Almeida
+1 (non binding) On Thu, Apr 21, 2022 at 1:49 PM Rafael Telles wrote: > +1 non-binding > > Em qui., 21 de abr. de 2022 às 13:42, Micah Kornfield < > emkornfi...@gmail.com> > escreveu: > > > +1 from me. > > > > On Thu, Apr 21, 2022 at 5:40 AM Antoine Pitrou > wrote: > > > > > > > > +1 from me (b

Re: [VOTE] Extend Arrow Flight SQL with more SQL type info in schemas

2022-04-21 Thread Rafael Telles
+1 non-binding Em qui., 21 de abr. de 2022 às 13:42, Micah Kornfield escreveu: > +1 from me. > > On Thu, Apr 21, 2022 at 5:40 AM Antoine Pitrou wrote: > > > > > +1 from me (binding), with caveat that I'm not competent in JDBC and the > > proposed changes in PR [3] look reasonable to me. > > > >

Re: [VOTE] Extend Arrow Flight SQL with more SQL type info in schemas

2022-04-21 Thread Micah Kornfield
+1 from me. On Thu, Apr 21, 2022 at 5:40 AM Antoine Pitrou wrote: > > +1 from me (binding), with caveat that I'm not competent in JDBC and the > proposed changes in PR [3] look reasonable to me. > > Best regards > > Antoine. > > > Le 20/04/2022 à 22:13, David Li a écrit : > > Hello, > > > > Iury

Re: Preparing for version 8.0.0 release

2022-04-21 Thread Raul Cumplido
Hi, I have moved to release 9.0.0 all new features that were marked as 8.0.0 and were not started on JIRA or did not have activity in the last couple of days, please move them back to 8.0.0 if you think I have incorrectly moved something you wanted to work on before the release. Thanks, Raúl On

Re: [VOTE] Extend Arrow Flight SQL with more SQL type info in schemas

2022-04-21 Thread Antoine Pitrou
+1 from me (binding), with caveat that I'm not competent in JDBC and the proposed changes in PR [3] look reasonable to me. Best regards Antoine. Le 20/04/2022 à 22:13, David Li a écrit : Hello, Iury da Guia Salino has proposed an addition to Arrow Flight SQL, an experimental protocol fo