Re: [VOTE][RUST][DataFusion] Release Apache Arrow DataFusion 29.0.0 RC1

2023-08-21 Thread Kun Liu
Hi Andy Do you means that we will release 30 right now Thanks, Kun Andy Grove 于2023年8月15日周二 03:46写道: > The vote passes with 8 +1 votes (5 binding). > > I published the source release, but unfortunately, I could not publish the > crates to crates.io due to a circular dependency. I have filed

Re: [DISCUSS][Format] Starting the draft implementation of the ArrayView array format

2023-08-21 Thread Felipe Oliveira Carvalho
I marked the C++ implementation PR ready for review today and will soon be working on the Go implementation. https://github.com/apache/arrow/pull/35345 Note that differently from Velox's ArrayVector, the Arrow implementation (ListView) also features a 64-bit version (LargeListView) to be

Re: [DISCUSS][Format] Starting the draft implementation of the ArrayView array format

2023-08-21 Thread Andrew Lamb
I am convinced that the benefits of the ArrayViews as discussed on this thread, despite the inconvenience of two similar formats (ListArray and ArrayView) and equivalent formats, are enough to add it to the Arrow spec. It is my opinion we should add ArrowView to the Arrow format, and really push

[MATLAB] Using GitHub Projects for Project Planning

2023-08-21 Thread Kevin Gurney
Hi All, Sarah (Cc'd) and I have recently been thinking about ways to streamline the way we organize and prioritize GitHub issues related to the MATLAB interface. We're interested in trying GitHub Projects [1] to improve this process. Does anyone have any flags with creating a "MATLAB" Project

Re: [VOTE][Format] Add Utf8View Arrays to Arrow Format

2023-08-21 Thread Weston Pace
+1 Thanks to all for the discussion and thanks to Ben for all of the great work. On Mon, Aug 21, 2023 at 9:16 AM wish maple wrote: > +1 (non-binding) > > It would help a lot when processing UTF-8 related data! > > Xuwei > > Andrew Lamb 于2023年8月22日周二 00:11写道: > > > +1 > > > > This is a great

Re: [VOTE][RUST] Release Apache Arrow Rust 46.0.0 RC1

2023-08-21 Thread L. C. Hsieh
+1 (binding) Verified on M1 Mac. Thanks Raphael. On Mon, Aug 21, 2023 at 9:56 AM Andrew Lamb wrote: > > +1 (binding) > > I verified on mac x86. I reviewed the changelog and it is yet another > impressive release, both in terms of content as well as contributors. Nice > work everyone and thanks

Re: [VOTE][RUST] Release Apache Arrow Rust 46.0.0 RC1

2023-08-21 Thread Andrew Lamb
+1 (binding) I verified on mac x86. I reviewed the changelog and it is yet another impressive release, both in terms of content as well as contributors. Nice work everyone and thanks Raphael Andrew On Mon, Aug 21, 2023 at 11:41 AM Raphael Taylor-Davies wrote: > Hi, > > I would like to propose

Re: [VOTE][Format] Add Utf8View Arrays to Arrow Format

2023-08-21 Thread wish maple
+1 (non-binding) It would help a lot when processing UTF-8 related data! Xuwei Andrew Lamb 于2023年8月22日周二 00:11写道: > +1 > > This is a great example of collaboration > > On Sat, Aug 19, 2023 at 4:10 PM Chao Sun wrote: > > > +1 (non-binding)! > > > > On Fri, Aug 18, 2023 at 12:59 PM Felipe

Re: [VOTE][Format] Add Utf8View Arrays to Arrow Format

2023-08-21 Thread Andrew Lamb
+1 This is a great example of collaboration On Sat, Aug 19, 2023 at 4:10 PM Chao Sun wrote: > +1 (non-binding)! > > On Fri, Aug 18, 2023 at 12:59 PM Felipe Oliveira Carvalho < > felipe...@gmail.com> wrote: > > > +1 (non-binding) > > > > — > > Felipe > > > > On Fri, 18 Aug 2023 at 18:48 Jacob

[VOTE][RUST] Release Apache Arrow Rust 46.0.0 RC1

2023-08-21 Thread Raphael Taylor-Davies
Hi, I would like to propose a release of Apache Arrow Rust Implementation, version 46.0.0. This release candidate is based on commit: 90449ffb2ea6ceef43ce8fc97084b3373975f357 [1] The proposed release tarball and signatures are hosted at [2]. The changelog is located at [3]. Please

[RESULT][VOTE] Apache Arrow ADBC (API) 1.1.0

2023-08-21 Thread David Li
The vote passes with 5 binding votes. Thanks all! As stated before, I'll hold off on merging until after ADBC (packages) 0.6.0 is released, which I will do as soon as Arrow (Go) 13.0.0 is released. On Wed, Aug 16, 2023, at 12:16, Antoine Pitrou wrote: > +1 (binding) > > > Le 14/08/2023 à

Re: Re: [DISCUSS][DataFusion] Table time travel support

2023-08-21 Thread Akshara Uke
Thanks Marko for the detailed answer and the references. Cheers! On Mon, Aug 21, 2023 at 1:57 PM Marko Grujic wrote: > Hi Akshara, > > > Just for my understanding - the proposal assumes that writes will result > in > > a new table version correct? > > Actually, the implementation I had in mind

RE: Re: [DISCUSS][DataFusion] Table time travel support

2023-08-21 Thread Marko Grujic
Hi Akshara, > Just for my understanding - the proposal assumes that writes will result in > a new table version correct? Actually, the implementation I had in mind does not make any assumptions about the behaviour of writes, it only accounts for the fact that there may be different versions of