Re: [VOTE] Release Apache Arrow 6.0.1 - RC0

2021-11-07 Thread Sutou Kouhei
Hi, Python developers, what do you think about this? Thanks, -- kou In "Re: [VOTE] Release Apache Arrow 6.0.1 - RC0" on Fri, 5 Nov 2021 16:42:41 -1000, Weston Pace wrote: > -0.5 > > Unfortunately, I think ARROW-14620[1] might be blocking. It is a > regression that was detected from S

Re: [VOTE] Remove compute from Arrow JS

2021-11-07 Thread Dominik Moritz
Hi Micah, I just sent a separate message to the mailing list about the changes. The discussion is happening on the GitHub pull request and Jira. On Nov 5, 2021 at 18:25:58, Micah Kornfield wrote: > > I added a note to the Arrow 6 release notes in > > https://github.com/apache/arrow-site/pull/15

[JS] Proposed updates to the Vector, Table, and RecordBatch classes

2021-11-07 Thread Dominik Moritz
Dear Arrow Devs, Paul and I are working on a refactoring of the Arrow JS library. The biggest change is that Table and RecordBatch don’t extend Vector anymore. This allows us to simplify the library code and reduce the amount of code that needs to be pulled in to use only some parts of Arrow. It w

Re: [DISCUSS] Community maintained extension repos for Datafusion

2021-11-07 Thread Micah Kornfield
I'll preface this with not being an expert on these matters but this is my impression. > Therefore, I am proposing that we create an unofficial shared Github > organization to host these Datafusion contrib type projects that are > only maintained by non-PMC community members. I think as long as

Re: [DISCUSS] Community maintained extension repos for Datafusion

2021-11-07 Thread Benson Muite
A community owned GitHub organization would be helpful. Maybe for all other Arrow related projects not just Datafusion. This would make them easier to find, and for community members to contribute. It could also include a listing of relevant projects elsewhere. On 11/7/21 9:40 AM, Jiayu Liu wr