Re: [VOTE] Proposed addition to Arrow Flight: Arrow Flight RPC

2021-12-09 Thread Ravindra Pindikura
+1 On Wed, Dec 8, 2021 at 11:42 PM Micah Kornfield wrote: > > > > Given that the C++ and Java components are in separate PRs, would it be > > acceptable to add after the initial merge? > > > OK by me. We could also create a branch to merge the PRs add the > integration tests, and then merge all

Re: [DISCUSS][Rust] Biweekly sync call for arrow/datafusion again?

2021-12-09 Thread Andrew Lamb
Hi Benson, sorry for the confusion, I intend to meet at 16:00 UTC (e.g. 11:00 AM EST) in about 4 hours time from now; I have updated the agenda accordingly On Wed, Dec 8, 2021 at 11:47 PM Benson Muite wrote: > The slides are very helpful. Is the timing correct, 4 UTC? > > On 12/9/21 12:16 AM,

[C++] CompressionSize vs CompressionBlockSize & StripeSize

2021-12-09 Thread Ian Joiner
Hi, As the Arrow developer who developed the Arrow->ORC adapter in C++/Python and is working on https://github.com/apache/arrow/pull/9702 I would like to ask the ORC community two questions: 1. Are orc::WriterOptions::getCompressionBlockSize() in or

[Rust] Sync Call Notes (and recording link)

2021-12-09 Thread Andrew Lamb
Attendees: Jorn Horstman, Xudong963, Andrew Lamb, Matthew Turner, Benson Muite, Jason T Wang Discussion: Code review / walk through of lifecycle of a sql query (see recording[1]) [1] https://drive.google.com/file/d/1Vk3EJywp_E0_WYC0jKNdsARqZEa1dQGi/view?usp=sharing

Re: [VOTE] Release Apache Arrow JS 6.0.2

2021-12-09 Thread Dominik Moritz
Thank you Wes. I will do that and submit a new vote unless we start the Arrow 7 process already. On Dec 7, 2021 at 11:48:29, Wes McKinney wrote: > At the moment, the release is not packaged or signed. Thus one can only > > run the tests on the branch in the git repository. A script to do that >

Re: [VOTE] Release Apache Arrow JS 6.0.2

2021-12-09 Thread Dominik Moritz
> > ​Arrow rust implementation is in another repository and has support for > Javascript/Webassembly : > > https://github.com/apache/arrow-rs/tree/master/arrow > > The release cadence for the Rust implementation is much higher than for > the C++ implementation. Efficiencies might be gained by rele

Re: [VOTE] Release Apache Arrow JS 6.0.2

2021-12-09 Thread Dominik Moritz
Thank you Wes. I will do that and submit a new vote unless we start the Arrow 7 process already. On Dec 7, 2021 at 11:48:29, Wes McKinney wrote: > At the moment, the release is not packaged or signed. Thus one can only > > run the tests on the branch in the git repository. A script to do that >

[DISCUSS][FLIGHT SQL] Intentions around JDBC and/or ODBC for Flight SQL?

2021-12-09 Thread Jacques Nadeau
Hey all, I was curious if there was anyone planning on implementing JDBC and/or ODBC wrappers on top of the Flight SQL Java [1] and Flight SQL C++ implementations [2] since they seem to be completing soon. It seems like JDBC/ODBC could quickstart integration between Flight SQL and other components