[jira] [Created] (ARROW-7734) [C++] Segfault when comparing status with and without detail

2020-01-31 Thread David Li (Jira)
David Li created ARROW-7734: --- Summary: [C++] Segfault when comparing status with and without detail Key: ARROW-7734 URL: https://issues.apache.org/jira/browse/ARROW-7734 Project: Apache Arrow

Re: [VOTE] Release Apache Arrow 0.16.0 - RC2

2020-01-31 Thread Wes McKinney
OK, yes that is too old. We should install a sufficiently new version of Go as part of the release verification script to avoid this class of failure https://issues.apache.org/jira/browse/ARROW-7733 If you're interested in installing a newer version of Go on Ubuntu 18.04, here is how I do it

[jira] [Created] (ARROW-7733) [Developer] Install locally a new enough version of Go for release verification script

2020-01-31 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-7733: --- Summary: [Developer] Install locally a new enough version of Go for release verification script Key: ARROW-7733 URL: https://issues.apache.org/jira/browse/ARROW-7733

Re: [VOTE] Release Apache Arrow 0.16.0 - RC2

2020-01-31 Thread Antoine Pitrou
It's the version packaged in Ubuntu 18.04. $ go version go version go1.10.4 linux/amd64 Regards Antoine. Le 31/01/2020 à 20:06, Wes McKinney a écrit : > hi Antoine -- which version of Go are you using? Some of these issues > are resolved by upgrading the Go version > > On Fri, Jan 31, 2020

Re: [VOTE] Release Apache Arrow 0.16.0 - RC2

2020-01-31 Thread Wes McKinney
hi Antoine -- which version of Go are you using? Some of these issues are resolved by upgrading the Go version On Fri, Jan 31, 2020 at 6:19 AM Antoine Pitrou wrote: > > > On Ubuntu 18.04, the source verification is successful until the go > step, which fails: >

Re: [NIGHTLY] Arrow Build Report for Job nightly-2020-01-31-0

2020-01-31 Thread Wes McKinney
Can we disable gandiva-jar-osx until there is a patch re-enabling and fixing it? On Fri, Jan 31, 2020 at 7:31 AM Crossbow wrote: > > > Arrow Build Report for Job nightly-2020-01-31-0 > > All tasks: > https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2020-01-31-0 > > Failed Tasks:

Re: [VOTE] Release Apache Arrow 0.16.0 - RC2

2020-01-31 Thread Krisztián Szűcs
Rerun with cosmic and the successfully built ARM packages. On Fri, Jan 31, 2020 at 12:57 PM Sutou Kouhei wrote: > > Hi, > > One more thing. > > It seems that some .deb/.rpm files for arm64 aren't > uploaded. Could you re-run "crossbow download-artifacts > build-730" and re-run

[NIGHTLY] Arrow Build Report for Job nightly-2020-01-31-0

2020-01-31 Thread Crossbow
Arrow Build Report for Job nightly-2020-01-31-0 All tasks: https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2020-01-31-0 Failed Tasks: - gandiva-jar-osx: URL: https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2020-01-31-0-travis-gandiva-jar-osx -

Re: [VOTE] Release Apache Arrow 0.16.0 - RC2

2020-01-31 Thread Antoine Pitrou
On Ubuntu 18.04, the source verification is successful until the go step, which fails: https://gist.github.com/pitrou/7e089ac146197b1141585c271cb39866 Side note: the JS verification step should avoid spamming the terminal with tons of useless information. Regards Antoine. Le 31/01/2020 à

Re: [VOTE] Release Apache Arrow 0.16.0 - RC2

2020-01-31 Thread Krisztián Szűcs
On Fri, Jan 31, 2020 at 12:57 PM Sutou Kouhei wrote: > > Hi, > > One more thing. > > It seems that some .deb/.rpm files for arm64 aren't > uploaded. Could you re-run "crossbow download-artifacts > build-730" and re-run "dev/release/03-binary.sh"? Most of the ARM builds have exceeded the CI

Re: [VOTE] Release Apache Arrow 0.16.0 - RC2

2020-01-31 Thread Sutou Kouhei
Hi, One more thing. It seems that some .deb/.rpm files for arm64 aren't uploaded. Could you re-run "crossbow download-artifacts build-730" and re-run "dev/release/03-binary.sh"? Thanks, -- kou In <20200131.205531.1001999778589734260@clear-code.com> "Re: [VOTE] Release Apache Arrow

Re: [VOTE] Release Apache Arrow 0.16.0 - RC2

2020-01-31 Thread Sutou Kouhei
Hi, "dev/release/verify-release-candidate.sh binaries 0.16.0 2" is still failing. And I found the cause of the problem. Could you re-run 03-binary.sh with the change? --- diff --git a/dev/release/binary-task.rb b/dev/release/binary-task.rb index 4b5960445..3dd1d9c08 100644 ---

Re: [VOTE] Release Apache Arrow 0.16.0 - RC1

2020-01-31 Thread Krisztián Szűcs
On Thu, Jan 30, 2020 at 10:24 PM Sutou Kouhei wrote: > > Hi, > > Sorry for my late summary. > > I verified RC1 and have been fixed some problems. > Here are remained problems I found: > > * "yum install"/"dnf install" don't work. It seems that > Yum repository's metadata is broken. It may

[jira] [Created] (ARROW-7732) [Python][C++] Parquet statistics wrong for pandas Categorical

2020-01-31 Thread Florian Jetter (Jira)
Florian Jetter created ARROW-7732: - Summary: [Python][C++] Parquet statistics wrong for pandas Categorical Key: ARROW-7732 URL: https://issues.apache.org/jira/browse/ARROW-7732 Project: Apache Arrow

[jira] [Created] (ARROW-7731) [Parquet] Support LargeListArray

2020-01-31 Thread marc abboud (Jira)
marc abboud created ARROW-7731: -- Summary: [Parquet] Support LargeListArray Key: ARROW-7731 URL: https://issues.apache.org/jira/browse/ARROW-7731 Project: Apache Arrow Issue Type: Improvement