[VOTE] Release Apache Arrow 3.0.0 - RC2

2021-01-18 Thread Krisztián Szűcs
Hi, I would like to propose the following release candidate (RC2) of Apache Arrow version 3.0.0. This is a release consisting of 678 resolved JIRA issues[1]. This release candidate is based on commit: d613aa68789288d3503dfbd8376a41f2d28b6c9d [2] The source release rc2 is hosted at [3]. The binar

Re: [VOTE] Release Apache Arrow 3.0.0 - RC0

2021-01-18 Thread Ying Zhou
Thanks! I accidentally allowed RC_NUM to be 0 when this error occurred. If it persists when RC_NUM=1 I will file a ticket. Ying > On Jan 18, 2021, at 9:50 PM, Wes McKinney wrote: > > The plasma executable is failing to start for some reason, but that > function should not fail in that way so p

Re: [VOTE] Release Apache Arrow 3.0.0 - RC0

2021-01-18 Thread Sutou Kouhei
Hi, It's failed by the following error: > E              OSError: [Errno 24] Too many open files You need to increase the max number of files you can open in a process. But I don't know how to do it on macOS... (We can do it by /etc/security/limits.d/ on Linux.) Thanks, -- kou In "Re: [VO

Re: [VOTE] Release Apache Arrow 3.0.0 - RC0

2021-01-18 Thread Wes McKinney
The plasma executable is failing to start for some reason, but that function should not fail in that way so please open a Jira. I don't think this is a blocking bug; if you'd like to verify without Plasma you can disable it in the verification script. On Mon, Jan 18, 2021 at 8:46 PM Ying Zhou wro

Re: [VOTE] Release Apache Arrow 3.0.0 - RC0

2021-01-18 Thread Ying Zhou
Hi,Thanks for helping me with the verification and fixing errors! Yes, export MACOSX_DEPLOYMENT_TARGET=10.15 does work. However one of the Python tests failed:pyarrow/tests/test_plasma.py::TestPlasmaClient::test_subscribe_socket ERRORHere is the traceback:{\rtf1\ansi\ansicpg1252\cocoartf2513 \cocoa

Re: [VOTE] Release Apache Arrow 3.0.0 - RC1

2021-01-18 Thread Krisztián Szűcs
-1 We discovered additional packaging problems, so I decided to cut RC2 which also includes a recently pushed critical bugfix https://github.com/apache/arrow/pull/9244. On Mon, Jan 18, 2021 at 2:44 PM Krisztián Szűcs wrote: > > Hi, > > I would like to propose the following release candidate (RC1

Re: [VOTE] Release Apache Arrow 3.0.0 - RC0

2021-01-18 Thread Sutou Kouhei
Hi, > I do need to mention that it is not in master yet. https://github.com/apache/arrow/pull/9254 > we failed the python one Could you try with "export MACOSX_DEPLOYMENT_TARGET=10.15"? Thanks, -- kou In <28ecb21c-9b2a-4961-b2b1-9dcd37b3d...@gmail.com> "Re: [VOTE] Release Apache Arrow 3.0.

Re: Add teams inside Apache's organization on GitHub for Arrow

2021-01-18 Thread Wes McKinney
In principle this sounds okay to me (you can create an Infra JIRA ticket to create such a GitHub team -- note that they will only be able to add committers, I think). It might be just as easy to put a document somewhere (on Confluence or in a text file -- like [1]) so it's clear who specifically to

[VOTE] Release Apache Arrow 3.0.0 - RC1

2021-01-18 Thread Krisztián Szűcs
Hi, I would like to propose the following release candidate (RC1) of Apache Arrow version 3.0.0. This is a release consisting of 674 resolved JIRA issues[1]. This release candidate is based on commit: 1e3ba9e46d3b0392dbe9e1d2242a308c05721ebf [2] The source release rc1 is hosted at [3]. The binar

Add teams inside Apache's organization on GitHub for Arrow

2021-01-18 Thread t...@dmtry.me
Hello! I am new contributor, I’ve got a problem with mentioning people inside Arrow’s repository. There is not way to mention people inside repository by group/scope, I need to mention by names, but It’s hard to understand who is working/can review parquet/arrow or datafushion. I suggest to int

Re: Release 3.0 timeline?

2021-01-18 Thread Andrew Lamb
Got it -- thank you On Sun, Jan 17, 2021 at 3:40 PM Krisztián Szűcs wrote: > -1 (binding) > > We accumulated a number of blocking packaging issues (please see the > git history on the main branch for more details). > Since Kou has fixed most of those and the rust parquet patch has > merged as we

[NIGHTLY] Arrow Build Report for Job nightly-2021-01-18-0

2021-01-18 Thread Crossbow
Arrow Build Report for Job nightly-2021-01-18-0 All tasks: https://github.com/ursacomputing/crossbow/branches/all?query=nightly-2021-01-18-0 Failed Tasks: - centos-8-aarch64: URL: https://github.com/ursacomputing/crossbow/branches/all?query=nightly-2021-01-18-0-travis-centos-8-aarch64 - con

Re: [VOTE] Release Apache Arrow 3.0.0 - RC0

2021-01-18 Thread Ying Zhou
Thanks! This works. I do need to mention that it is not in master yet. Moreover after the C# test succeeded we failed the python one on Line 376 (from master). Ying + python setup.py build_ext --inplace running build_ext creating /private/var/folders/yb/dc13kd1552vc_x61qzpgmtjhgn/T/arrow-3.