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 be a our new
> binary upload script problem. The script may have a
> retry related problem.
Please verify that it works with RC2, I had to restart the upload
script a couple of times.
>
>   * "dev/release/verify-release-candidate.sh wheels 0.16.0 1"
> doesn't work. See the following log for details. I
> think that this is a verify script problem but I don't
> know how to fix it. It may be a Conda related problem.
>
> https://github.com/apache/arrow/blob/master/dev/release/verify-release-candidate.sh#L613
>
> 
> + conda install -y --file 
> /home/kou/work/cpp/arrow.kou/ci/conda_env_python.yml pandas
> + '[' 5 -lt 1 ']'
> + local cmd=install
> + shift
> + case "$cmd" in
> + 
> OLDPATH=/tmp/arrow-0.16.0.j9Uct/test-miniconda/envs/_verify_wheel-2.7mu/bin:/tmp/arrow-0.16.0.j9Uct/test-miniconda/condabin:/home/kou/work/go/bin:/bin:/home/kou/local/bin:/home/kou/.config/composer/vendor/bin:/var/lib/gems/2.5.0/bin:/usr/local/bin:/usr/bin:/usr/games
> + __add_sys_prefix_to_path
> + '[' -n '' ']'
> ++ dirname /tmp/arrow-0.16.0.j9Uct/test-miniconda/bin/conda
> + SYSP=/tmp/arrow-0.16.0.j9Uct/test-miniconda/bin
> ++ dirname /tmp/arrow-0.16.0.j9Uct/test-miniconda/bin
> + SYSP=/tmp/arrow-0.16.0.j9Uct/test-miniconda
> + '[' -n '' ']'
> + 
> PATH=/tmp/arrow-0.16.0.j9Uct/test-miniconda/bin:/tmp/arrow-0.16.0.j9Uct/test-miniconda/envs/_verify_wheel-2.7mu/bin:/tmp/arrow-0.16.0.j9Uct/test-miniconda/condabin:/home/kou/work/go/bin:/bin:/home/kou/local/bin:/home/kou/.config/composer/vendor/bin:/var/lib/gems/2.5.0/bin:/usr/local/bin:/usr/bin:/usr/games
> + export PATH
> + /tmp/arrow-0.16.0.j9Uct/test-miniconda/bin/conda install -y --file 
> /home/kou/work/cpp/arrow.kou/ci/conda_env_python.yml pandas
> Collecting package metadata (current_repodata.json): ...working... done
> Solving environment: ...working... failed with initial frozen solve. Retrying 
> with flexible solve.
> Collecting package metadata (repodata.json): ...working... done
> Solving environment: ...working... failed with initial frozen solve. Retrying 
> with flexible solve.
>
> PackagesNotFoundError: The following packages are not available from current 
> channels:
We need to use `--channel conda-forge` in all of the conda commands.
Creating a PR.

Thanks, Krisztian
>
>   - pytest-faulthandler
>   - pytest-lazy-fixture
>
> Current channels:
>
>   - https://repo.anaconda.com/pkgs/main/linux-64
>   - https://repo.anaconda.com/pkgs/main/noarch
>   - https://repo.anaconda.com/pkgs/r/linux-64
>   - https://repo.anaconda.com/pkgs/r/noarch
>
> To search for alternate channels that may provide the conda package you're
> looking for, navigate to
>
> https://anaconda.org
>
> and use the search bar at the top of the page.
> 
>
> Thanks,
> --
> kou
>
> In 
>   "Re: [VOTE] Release Apache Arrow 0.16.0 - RC1" on Thu, 30 Jan 2020 21:52:39 
> +0100,
>   Krisztián Szűcs  wrote:
>
> > Hi,
> >
> > RC2 is in progress. The source is uploaded, I'm waiting for the binaries.
> > Thanks everyone for the help!
> >
> > - Krisztian
> >
> > On Thu, Jan 30, 2020 at 12:50 AM Krisztián Szűcs
> >  wrote:
> >>
> >> Let's try to fix it, then we can cut RC2 afterwards
> >>
> >> Thanks for your help!
> >>
> >> On Wed, Jan 29, 2020 at 10:46 PM Wes McKinney  wrote:
> >> >
> >> > I just commented on the issue. Seems likely to be fallout from
> >> > ARROW-3789 and so I think we should fix it
> >> >
> >> > On Wed, Jan 29, 2020 at 3:19 PM Bryan Cutler  wrote:
> >> > >
> >> > > An update on Spark integration tests: the new error looks to be a
> >> > > regression so I made https://issues.apache.org/jira/browse/ARROW-7723 
> >> > > and
> >> > > marked as a blocker. It's possible to work around this bug, so I 
> >> > > wouldn't
> >> > > call it a hard blocker if we need to proceed with the release.
> >> > >
> >> > > On Wed, Jan 29, 2020 at 7:45 AM Neal Richardson 
> >> > > 
> >> > > wrote:
> >> > >
> >> > > > The place where the segfault is triggered in the R nightlies is a 
> >> > > > couple of
> >> > > > tests aft

Re: [VOTE] Release Apache Arrow 0.16.0 - RC1

2020-01-30 Thread Sutou Kouhei
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 be a our new
binary upload script problem. The script may have a
retry related problem.

  * "dev/release/verify-release-candidate.sh wheels 0.16.0 1"
doesn't work. See the following log for details. I
think that this is a verify script problem but I don't
know how to fix it. It may be a Conda related problem.

https://github.com/apache/arrow/blob/master/dev/release/verify-release-candidate.sh#L613


+ conda install -y --file /home/kou/work/cpp/arrow.kou/ci/conda_env_python.yml 
pandas
+ '[' 5 -lt 1 ']'
+ local cmd=install
+ shift
+ case "$cmd" in
+ 
OLDPATH=/tmp/arrow-0.16.0.j9Uct/test-miniconda/envs/_verify_wheel-2.7mu/bin:/tmp/arrow-0.16.0.j9Uct/test-miniconda/condabin:/home/kou/work/go/bin:/bin:/home/kou/local/bin:/home/kou/.config/composer/vendor/bin:/var/lib/gems/2.5.0/bin:/usr/local/bin:/usr/bin:/usr/games
+ __add_sys_prefix_to_path
+ '[' -n '' ']'
++ dirname /tmp/arrow-0.16.0.j9Uct/test-miniconda/bin/conda
+ SYSP=/tmp/arrow-0.16.0.j9Uct/test-miniconda/bin
++ dirname /tmp/arrow-0.16.0.j9Uct/test-miniconda/bin
+ SYSP=/tmp/arrow-0.16.0.j9Uct/test-miniconda
+ '[' -n '' ']'
+ 
PATH=/tmp/arrow-0.16.0.j9Uct/test-miniconda/bin:/tmp/arrow-0.16.0.j9Uct/test-miniconda/envs/_verify_wheel-2.7mu/bin:/tmp/arrow-0.16.0.j9Uct/test-miniconda/condabin:/home/kou/work/go/bin:/bin:/home/kou/local/bin:/home/kou/.config/composer/vendor/bin:/var/lib/gems/2.5.0/bin:/usr/local/bin:/usr/bin:/usr/games
+ export PATH
+ /tmp/arrow-0.16.0.j9Uct/test-miniconda/bin/conda install -y --file 
/home/kou/work/cpp/arrow.kou/ci/conda_env_python.yml pandas
Collecting package metadata (current_repodata.json): ...working... done
Solving environment: ...working... failed with initial frozen solve. Retrying 
with flexible solve.
Collecting package metadata (repodata.json): ...working... done
Solving environment: ...working... failed with initial frozen solve. Retrying 
with flexible solve.

PackagesNotFoundError: The following packages are not available from current 
channels:

  - pytest-faulthandler
  - pytest-lazy-fixture

Current channels:

  - https://repo.anaconda.com/pkgs/main/linux-64
  - https://repo.anaconda.com/pkgs/main/noarch
  - https://repo.anaconda.com/pkgs/r/linux-64
  - https://repo.anaconda.com/pkgs/r/noarch

To search for alternate channels that may provide the conda package you're
looking for, navigate to

https://anaconda.org

and use the search bar at the top of the page.


Thanks,
--
kou

In 
  "Re: [VOTE] Release Apache Arrow 0.16.0 - RC1" on Thu, 30 Jan 2020 21:52:39 
+0100,
  Krisztián Szűcs  wrote:

> Hi,
> 
> RC2 is in progress. The source is uploaded, I'm waiting for the binaries.
> Thanks everyone for the help!
> 
> - Krisztian
> 
> On Thu, Jan 30, 2020 at 12:50 AM Krisztián Szűcs
>  wrote:
>>
>> Let's try to fix it, then we can cut RC2 afterwards
>>
>> Thanks for your help!
>>
>> On Wed, Jan 29, 2020 at 10:46 PM Wes McKinney  wrote:
>> >
>> > I just commented on the issue. Seems likely to be fallout from
>> > ARROW-3789 and so I think we should fix it
>> >
>> > On Wed, Jan 29, 2020 at 3:19 PM Bryan Cutler  wrote:
>> > >
>> > > An update on Spark integration tests: the new error looks to be a
>> > > regression so I made https://issues.apache.org/jira/browse/ARROW-7723 and
>> > > marked as a blocker. It's possible to work around this bug, so I wouldn't
>> > > call it a hard blocker if we need to proceed with the release.
>> > >
>> > > On Wed, Jan 29, 2020 at 7:45 AM Neal Richardson 
>> > > 
>> > > wrote:
>> > >
>> > > > The place where the segfault is triggered in the R nightlies is a 
>> > > > couple of
>> > > > tests after the one I added in that patch. If that patch is causing the
>> > > > segfaults, we can skip the new test (
>> > > >
>> > > > https://github.com/apache/arrow/blob/master/r/tests/testthat/test-parquet.R#L125
>> > > > )
>> > > > and investigate later. The patch is exercising previously existing
>> > > > codepaths that were not tested, so I don't think that identifying and
>> > > > fixing the segfault should be release blocking (though we should 
>> > > > clearly
>> > > > fix it).
>> > > >
>> > > > Neal
>> > > >
>> > > >
>> > > >
>> > > > On Wed, Jan 29, 2020 at 7:33 AM David Li  wrote:
>> > >

Re: [VOTE] Release Apache Arrow 0.16.0 - RC1

2020-01-30 Thread Krisztián Szűcs
gt; > > > > single
> > > > > > change [5] which could introduce the regression compared to the
> > > > previous
> > > > > > builds.
> > > > > > I've tried to reproduce the builds using docker-compose, but locally
> > > > > > 3.6-bionic
> > > > > > has passed for me. I'm trying to wipe my local cache and rerun to 
> > > > > > see
> > > > > > whether I can reproduce it.
> > > > > >
> > > > > > Java/Flight leak:
> > > > > > The current master reports memory leak [6] which I guess is 
> > > > > > surfaced by
> > > > > > change [7]
> > > > > >
> > > > > > If we manage to fix the issues above today than I can cut RC2 
> > > > > > tomorrow.
> > > > > >
> > > > > > Thanks, Krisztian
> > > > > >
> > > > > > [1]: https://github.com/apache/arrow/pull/6319
> > > > > > [2]: https://github.com/apache/arrow/pull/6309
> > > > > > [3]: https://github.com/apache/arrow/pull/6312
> > > > > > [4]: https://github.com/ursa-labs/crossbow/branches/all?query=r-base
> > > > > > [5]:
> > > > > >
> > > > >
> > > > https://github.com/apache/arrow/commit/8b7911b086d120359e2000fbedb0c38c0f13f683
> > > > > > [6]: https://github.com/apache/arrow/runs/415037585#step:5:1533
> > > > > > [7]:
> > > > > >
> > > > >
> > > > https://github.com/apache/arrow/commit/8b42288f58caa84a40bb7a13c1731ff919c934f2
> > > > > >
> > > > > > On Wed, Jan 29, 2020 at 11:06 AM Sutou Kouhei 
> > > > > wrote:
> > > > > >>
> > > > > >> Hi,
> > > > > >>
> > > > > >> > Thank you.  After the C# download fix, I have the following C# 
> > > > > >> > test
> > > > > >> > failure:
> > > > > >> > https://gist.github.com/pitrou/d82ed1ff80db43b63f0c3d5e5f2474a4
> > > > > >>
> > > > > >> https://github.com/apache/arrow/pull/6309
> > > > > >> will fix it.
> > > > > >>
> > > > > >> I think that this is a test problem, not an implementation
> > > > > >> problem.
> > > > > >>
> > > > > >>
> > > > > >> Workaround:
> > > > > >>
> > > > > >>   TZ=UTC dev/release/verify-release-candidate.sh ...
> > > > > >>
> > > > > >>
> > > > > >> Thanks,
> > > > > >> --
> > > > > >> kou
> > > > > >>
> > > > > >> In <2bd07a17-600b-7f49-3ea1-a0b1acc91...@python.org>
> > > > > >>   "Re: [VOTE] Release Apache Arrow 0.16.0 - RC1" on Wed, 29 Jan 
> > > > > >> 2020
> > > > > >> 10:11:46 +0100,
> > > > > >>   Antoine Pitrou  wrote:
> > > > > >>
> > > > > >> >
> > > > > >> > Thank you.  After the C# download fix, I have the following C# 
> > > > > >> > test
> > > > > >> > failure:
> > > > > >> > https://gist.github.com/pitrou/d82ed1ff80db43b63f0c3d5e5f2474a4
> > > > > >> >
> > > > > >> > Regards
> > > > > >> >
> > > > > >> > Antoine.
> > > > > >> >
> > > > > >> >
> > > > > >> >
> > > > > >> > Le 29/01/2020 à 00:42, Sutou Kouhei a écrit :
> > > > > >> >> Hi,
> > > > > >> >>
> > > > > >> >>> Source verification succeeded on Java and C++ and then failed
> > > > > >> >>> downloading some C# thing:
> > > > > >> >>> https://gist.github.com/pitrou/5c4a98387153ef415ef64b8aa2457e63
> > > > > >> >>
> > > > > >> >> I've created a pull request to fix it:
> > > > > >> >> https://github.com/apache/arrow/pull/6307
> > > > > >> >>
> > > > > >> >>
> > > > > >> >> Thanks,
> > > > > >> >> --
> > > > > >> >> kou
> > > > > >
> > > > >
> > > >


Re: [VOTE] Release Apache Arrow 0.16.0 - RC1

2020-01-29 Thread Krisztián Szűcs
> > > > >
> > > > > If we manage to fix the issues above today than I can cut RC2 
> > > > > tomorrow.
> > > > >
> > > > > Thanks, Krisztian
> > > > >
> > > > > [1]: https://github.com/apache/arrow/pull/6319
> > > > > [2]: https://github.com/apache/arrow/pull/6309
> > > > > [3]: https://github.com/apache/arrow/pull/6312
> > > > > [4]: https://github.com/ursa-labs/crossbow/branches/all?query=r-base
> > > > > [5]:
> > > > >
> > > >
> > > https://github.com/apache/arrow/commit/8b7911b086d120359e2000fbedb0c38c0f13f683
> > > > > [6]: https://github.com/apache/arrow/runs/415037585#step:5:1533
> > > > > [7]:
> > > > >
> > > >
> > > https://github.com/apache/arrow/commit/8b42288f58caa84a40bb7a13c1731ff919c934f2
> > > > >
> > > > > On Wed, Jan 29, 2020 at 11:06 AM Sutou Kouhei 
> > > > wrote:
> > > > >>
> > > > >> Hi,
> > > > >>
> > > > >> > Thank you.  After the C# download fix, I have the following C# test
> > > > >> > failure:
> > > > >> > https://gist.github.com/pitrou/d82ed1ff80db43b63f0c3d5e5f2474a4
> > > > >>
> > > > >> https://github.com/apache/arrow/pull/6309
> > > > >> will fix it.
> > > > >>
> > > > >> I think that this is a test problem, not an implementation
> > > > >> problem.
> > > > >>
> > > > >>
> > > > >> Workaround:
> > > > >>
> > > > >>   TZ=UTC dev/release/verify-release-candidate.sh ...
> > > > >>
> > > > >>
> > > > >> Thanks,
> > > > >> --
> > > > >> kou
> > > > >>
> > > > >> In <2bd07a17-600b-7f49-3ea1-a0b1acc91...@python.org>
> > > > >>   "Re: [VOTE] Release Apache Arrow 0.16.0 - RC1" on Wed, 29 Jan 2020
> > > > >> 10:11:46 +0100,
> > > > >>   Antoine Pitrou  wrote:
> > > > >>
> > > > >> >
> > > > >> > Thank you.  After the C# download fix, I have the following C# test
> > > > >> > failure:
> > > > >> > https://gist.github.com/pitrou/d82ed1ff80db43b63f0c3d5e5f2474a4
> > > > >> >
> > > > >> > Regards
> > > > >> >
> > > > >> > Antoine.
> > > > >> >
> > > > >> >
> > > > >> >
> > > > >> > Le 29/01/2020 à 00:42, Sutou Kouhei a écrit :
> > > > >> >> Hi,
> > > > >> >>
> > > > >> >>> Source verification succeeded on Java and C++ and then failed
> > > > >> >>> downloading some C# thing:
> > > > >> >>> https://gist.github.com/pitrou/5c4a98387153ef415ef64b8aa2457e63
> > > > >> >>
> > > > >> >> I've created a pull request to fix it:
> > > > >> >> https://github.com/apache/arrow/pull/6307
> > > > >> >>
> > > > >> >>
> > > > >> >> Thanks,
> > > > >> >> --
> > > > >> >> kou
> > > > >
> > > >
> > >


Re: [VOTE] Release Apache Arrow 0.16.0 - RC1

2020-01-29 Thread Wes McKinney
I just commented on the issue. Seems likely to be fallout from
ARROW-3789 and so I think we should fix it

On Wed, Jan 29, 2020 at 3:19 PM Bryan Cutler  wrote:
>
> An update on Spark integration tests: the new error looks to be a
> regression so I made https://issues.apache.org/jira/browse/ARROW-7723 and
> marked as a blocker. It's possible to work around this bug, so I wouldn't
> call it a hard blocker if we need to proceed with the release.
>
> On Wed, Jan 29, 2020 at 7:45 AM Neal Richardson 
> wrote:
>
> > The place where the segfault is triggered in the R nightlies is a couple of
> > tests after the one I added in that patch. If that patch is causing the
> > segfaults, we can skip the new test (
> >
> > https://github.com/apache/arrow/blob/master/r/tests/testthat/test-parquet.R#L125
> > )
> > and investigate later. The patch is exercising previously existing
> > codepaths that were not tested, so I don't think that identifying and
> > fixing the segfault should be release blocking (though we should clearly
> > fix it).
> >
> > Neal
> >
> >
> >
> > On Wed, Jan 29, 2020 at 7:33 AM David Li  wrote:
> >
> > > The Flight leak should be unrelated to that commit, the failing test
> > > already existed before - it's a flaky test
> > > https://issues.apache.org/jira/browse/ARROW-7721.
> > >
> > > I'm hoping to look at the issue this week but we might just want to
> > > disable the test for now.
> > >
> > > David
> > >
> > > On 1/29/20, Krisztián Szűcs  wrote:
> > > > Hi,
> > > >
> > > > - The fuzzit builds has been disabled by Neal on the current master.
> > > > - Created a PR to resolve occasionally failing python dataset tests [1]
> > > > - Merged the fix for C# timezone error [2]
> > > > - Merged various fixes for the release scripts.
> > > > - The nightly Gandiva OS X build is still failing, but because of a
> > > travis
> > > >   deployment timeout, which shouldn't block the release.
> > > >
> > > > We still have failing tests:
> > > > - failing Spark integration test
> > > > - failing nightly R builds (see the 2020-01-29 nightly report)
> > > > - master reports a Java flight memory leak
> > > >
> > > > Spark:
> > > > Joris created a fix for the immediate issue [3], but now we have a
> > > > different
> > > > spark test error, see the discussion in the PR [3].
> > > > I put up a PR [6] to check the regressions 0.16 arrow release would
> > > > introduce
> > > > for spark interoperability, and it turns out that arrow 0.15.1 is not
> > > > compatible
> > > > with neither spark 2.4.4 nor spark 2.4.5-rc1, so 0.16 arrow release
> > could
> > > > only be compatible with spark 3.0 or spark master which we have tests
> > > for.
> > > > So I'm a bit confused how to interpret arrow backward compatibility
> > with
> > > > Spark, thus what should and what should not block the release.
> > > > Either way we'll need to fix the remaining spark issues and add nightly
> > > > spark
> > > > integration tests for both the next spark release and spark master.
> > > >
> > > > R:
> > > > There is the same segfault in each R nightly builds [4]. There was a
> > > single
> > > > change [5] which could introduce the regression compared to the
> > previous
> > > > builds.
> > > > I've tried to reproduce the builds using docker-compose, but locally
> > > > 3.6-bionic
> > > > has passed for me. I'm trying to wipe my local cache and rerun to see
> > > > whether I can reproduce it.
> > > >
> > > > Java/Flight leak:
> > > > The current master reports memory leak [6] which I guess is surfaced by
> > > > change [7]
> > > >
> > > > If we manage to fix the issues above today than I can cut RC2 tomorrow.
> > > >
> > > > Thanks, Krisztian
> > > >
> > > > [1]: https://github.com/apache/arrow/pull/6319
> > > > [2]: https://github.com/apache/arrow/pull/6309
> > > > [3]: https://github.com/apache/arrow/pull/6312
> > > > [4]: https://github.com/ursa-labs/crossbow/branches/all?query=r-base
> > > > [5]:
> > > >
> > >
> > https://github.com/apache/arrow/commit/8b7911b086d120359e2000fbedb0c38c0f13f683
> > > > [6]: https://github.com/

Re: [VOTE] Release Apache Arrow 0.16.0 - RC1

2020-01-29 Thread Bryan Cutler
An update on Spark integration tests: the new error looks to be a
regression so I made https://issues.apache.org/jira/browse/ARROW-7723 and
marked as a blocker. It's possible to work around this bug, so I wouldn't
call it a hard blocker if we need to proceed with the release.

On Wed, Jan 29, 2020 at 7:45 AM Neal Richardson 
wrote:

> The place where the segfault is triggered in the R nightlies is a couple of
> tests after the one I added in that patch. If that patch is causing the
> segfaults, we can skip the new test (
>
> https://github.com/apache/arrow/blob/master/r/tests/testthat/test-parquet.R#L125
> )
> and investigate later. The patch is exercising previously existing
> codepaths that were not tested, so I don't think that identifying and
> fixing the segfault should be release blocking (though we should clearly
> fix it).
>
> Neal
>
>
>
> On Wed, Jan 29, 2020 at 7:33 AM David Li  wrote:
>
> > The Flight leak should be unrelated to that commit, the failing test
> > already existed before - it's a flaky test
> > https://issues.apache.org/jira/browse/ARROW-7721.
> >
> > I'm hoping to look at the issue this week but we might just want to
> > disable the test for now.
> >
> > David
> >
> > On 1/29/20, Krisztián Szűcs  wrote:
> > > Hi,
> > >
> > > - The fuzzit builds has been disabled by Neal on the current master.
> > > - Created a PR to resolve occasionally failing python dataset tests [1]
> > > - Merged the fix for C# timezone error [2]
> > > - Merged various fixes for the release scripts.
> > > - The nightly Gandiva OS X build is still failing, but because of a
> > travis
> > >   deployment timeout, which shouldn't block the release.
> > >
> > > We still have failing tests:
> > > - failing Spark integration test
> > > - failing nightly R builds (see the 2020-01-29 nightly report)
> > > - master reports a Java flight memory leak
> > >
> > > Spark:
> > > Joris created a fix for the immediate issue [3], but now we have a
> > > different
> > > spark test error, see the discussion in the PR [3].
> > > I put up a PR [6] to check the regressions 0.16 arrow release would
> > > introduce
> > > for spark interoperability, and it turns out that arrow 0.15.1 is not
> > > compatible
> > > with neither spark 2.4.4 nor spark 2.4.5-rc1, so 0.16 arrow release
> could
> > > only be compatible with spark 3.0 or spark master which we have tests
> > for.
> > > So I'm a bit confused how to interpret arrow backward compatibility
> with
> > > Spark, thus what should and what should not block the release.
> > > Either way we'll need to fix the remaining spark issues and add nightly
> > > spark
> > > integration tests for both the next spark release and spark master.
> > >
> > > R:
> > > There is the same segfault in each R nightly builds [4]. There was a
> > single
> > > change [5] which could introduce the regression compared to the
> previous
> > > builds.
> > > I've tried to reproduce the builds using docker-compose, but locally
> > > 3.6-bionic
> > > has passed for me. I'm trying to wipe my local cache and rerun to see
> > > whether I can reproduce it.
> > >
> > > Java/Flight leak:
> > > The current master reports memory leak [6] which I guess is surfaced by
> > > change [7]
> > >
> > > If we manage to fix the issues above today than I can cut RC2 tomorrow.
> > >
> > > Thanks, Krisztian
> > >
> > > [1]: https://github.com/apache/arrow/pull/6319
> > > [2]: https://github.com/apache/arrow/pull/6309
> > > [3]: https://github.com/apache/arrow/pull/6312
> > > [4]: https://github.com/ursa-labs/crossbow/branches/all?query=r-base
> > > [5]:
> > >
> >
> https://github.com/apache/arrow/commit/8b7911b086d120359e2000fbedb0c38c0f13f683
> > > [6]: https://github.com/apache/arrow/runs/415037585#step:5:1533
> > > [7]:
> > >
> >
> https://github.com/apache/arrow/commit/8b42288f58caa84a40bb7a13c1731ff919c934f2
> > >
> > > On Wed, Jan 29, 2020 at 11:06 AM Sutou Kouhei 
> > wrote:
> > >>
> > >> Hi,
> > >>
> > >> > Thank you.  After the C# download fix, I have the following C# test
> > >> > failure:
> > >> > https://gist.github.com/pitrou/d82ed1ff80db43b63f0c3d5e5f2474a4
> > >>
> > >> https://github.com/apache/arrow/pull/6309
> > >> will fix 

Re: [VOTE] Release Apache Arrow 0.16.0 - RC1

2020-01-29 Thread Neal Richardson
The place where the segfault is triggered in the R nightlies is a couple of
tests after the one I added in that patch. If that patch is causing the
segfaults, we can skip the new test (
https://github.com/apache/arrow/blob/master/r/tests/testthat/test-parquet.R#L125)
and investigate later. The patch is exercising previously existing
codepaths that were not tested, so I don't think that identifying and
fixing the segfault should be release blocking (though we should clearly
fix it).

Neal



On Wed, Jan 29, 2020 at 7:33 AM David Li  wrote:

> The Flight leak should be unrelated to that commit, the failing test
> already existed before - it's a flaky test
> https://issues.apache.org/jira/browse/ARROW-7721.
>
> I'm hoping to look at the issue this week but we might just want to
> disable the test for now.
>
> David
>
> On 1/29/20, Krisztián Szűcs  wrote:
> > Hi,
> >
> > - The fuzzit builds has been disabled by Neal on the current master.
> > - Created a PR to resolve occasionally failing python dataset tests [1]
> > - Merged the fix for C# timezone error [2]
> > - Merged various fixes for the release scripts.
> > - The nightly Gandiva OS X build is still failing, but because of a
> travis
> >   deployment timeout, which shouldn't block the release.
> >
> > We still have failing tests:
> > - failing Spark integration test
> > - failing nightly R builds (see the 2020-01-29 nightly report)
> > - master reports a Java flight memory leak
> >
> > Spark:
> > Joris created a fix for the immediate issue [3], but now we have a
> > different
> > spark test error, see the discussion in the PR [3].
> > I put up a PR [6] to check the regressions 0.16 arrow release would
> > introduce
> > for spark interoperability, and it turns out that arrow 0.15.1 is not
> > compatible
> > with neither spark 2.4.4 nor spark 2.4.5-rc1, so 0.16 arrow release could
> > only be compatible with spark 3.0 or spark master which we have tests
> for.
> > So I'm a bit confused how to interpret arrow backward compatibility with
> > Spark, thus what should and what should not block the release.
> > Either way we'll need to fix the remaining spark issues and add nightly
> > spark
> > integration tests for both the next spark release and spark master.
> >
> > R:
> > There is the same segfault in each R nightly builds [4]. There was a
> single
> > change [5] which could introduce the regression compared to the previous
> > builds.
> > I've tried to reproduce the builds using docker-compose, but locally
> > 3.6-bionic
> > has passed for me. I'm trying to wipe my local cache and rerun to see
> > whether I can reproduce it.
> >
> > Java/Flight leak:
> > The current master reports memory leak [6] which I guess is surfaced by
> > change [7]
> >
> > If we manage to fix the issues above today than I can cut RC2 tomorrow.
> >
> > Thanks, Krisztian
> >
> > [1]: https://github.com/apache/arrow/pull/6319
> > [2]: https://github.com/apache/arrow/pull/6309
> > [3]: https://github.com/apache/arrow/pull/6312
> > [4]: https://github.com/ursa-labs/crossbow/branches/all?query=r-base
> > [5]:
> >
> https://github.com/apache/arrow/commit/8b7911b086d120359e2000fbedb0c38c0f13f683
> > [6]: https://github.com/apache/arrow/runs/415037585#step:5:1533
> > [7]:
> >
> https://github.com/apache/arrow/commit/8b42288f58caa84a40bb7a13c1731ff919c934f2
> >
> > On Wed, Jan 29, 2020 at 11:06 AM Sutou Kouhei 
> wrote:
> >>
> >> Hi,
> >>
> >> > Thank you.  After the C# download fix, I have the following C# test
> >> > failure:
> >> > https://gist.github.com/pitrou/d82ed1ff80db43b63f0c3d5e5f2474a4
> >>
> >> https://github.com/apache/arrow/pull/6309
> >> will fix it.
> >>
> >> I think that this is a test problem, not an implementation
> >> problem.
> >>
> >>
> >> Workaround:
> >>
> >>   TZ=UTC dev/release/verify-release-candidate.sh ...
> >>
> >>
> >> Thanks,
> >> --
> >> kou
> >>
> >> In <2bd07a17-600b-7f49-3ea1-a0b1acc91...@python.org>
> >>   "Re: [VOTE] Release Apache Arrow 0.16.0 - RC1" on Wed, 29 Jan 2020
> >> 10:11:46 +0100,
> >>   Antoine Pitrou  wrote:
> >>
> >> >
> >> > Thank you.  After the C# download fix, I have the following C# test
> >> > failure:
> >> > https://gist.github.com/pitrou/d82ed1ff80db43b63f0c3d5e5f2474a4
> >> >
> >> > Regards
> >> >
> >> > Antoine.
> >> >
> >> >
> >> >
> >> > Le 29/01/2020 à 00:42, Sutou Kouhei a écrit :
> >> >> Hi,
> >> >>
> >> >>> Source verification succeeded on Java and C++ and then failed
> >> >>> downloading some C# thing:
> >> >>> https://gist.github.com/pitrou/5c4a98387153ef415ef64b8aa2457e63
> >> >>
> >> >> I've created a pull request to fix it:
> >> >> https://github.com/apache/arrow/pull/6307
> >> >>
> >> >>
> >> >> Thanks,
> >> >> --
> >> >> kou
> >
>


Re: [VOTE] Release Apache Arrow 0.16.0 - RC1

2020-01-29 Thread David Li
The Flight leak should be unrelated to that commit, the failing test
already existed before - it's a flaky test
https://issues.apache.org/jira/browse/ARROW-7721.

I'm hoping to look at the issue this week but we might just want to
disable the test for now.

David

On 1/29/20, Krisztián Szűcs  wrote:
> Hi,
>
> - The fuzzit builds has been disabled by Neal on the current master.
> - Created a PR to resolve occasionally failing python dataset tests [1]
> - Merged the fix for C# timezone error [2]
> - Merged various fixes for the release scripts.
> - The nightly Gandiva OS X build is still failing, but because of a travis
>   deployment timeout, which shouldn't block the release.
>
> We still have failing tests:
> - failing Spark integration test
> - failing nightly R builds (see the 2020-01-29 nightly report)
> - master reports a Java flight memory leak
>
> Spark:
> Joris created a fix for the immediate issue [3], but now we have a
> different
> spark test error, see the discussion in the PR [3].
> I put up a PR [6] to check the regressions 0.16 arrow release would
> introduce
> for spark interoperability, and it turns out that arrow 0.15.1 is not
> compatible
> with neither spark 2.4.4 nor spark 2.4.5-rc1, so 0.16 arrow release could
> only be compatible with spark 3.0 or spark master which we have tests for.
> So I'm a bit confused how to interpret arrow backward compatibility with
> Spark, thus what should and what should not block the release.
> Either way we'll need to fix the remaining spark issues and add nightly
> spark
> integration tests for both the next spark release and spark master.
>
> R:
> There is the same segfault in each R nightly builds [4]. There was a single
> change [5] which could introduce the regression compared to the previous
> builds.
> I've tried to reproduce the builds using docker-compose, but locally
> 3.6-bionic
> has passed for me. I'm trying to wipe my local cache and rerun to see
> whether I can reproduce it.
>
> Java/Flight leak:
> The current master reports memory leak [6] which I guess is surfaced by
> change [7]
>
> If we manage to fix the issues above today than I can cut RC2 tomorrow.
>
> Thanks, Krisztian
>
> [1]: https://github.com/apache/arrow/pull/6319
> [2]: https://github.com/apache/arrow/pull/6309
> [3]: https://github.com/apache/arrow/pull/6312
> [4]: https://github.com/ursa-labs/crossbow/branches/all?query=r-base
> [5]:
> https://github.com/apache/arrow/commit/8b7911b086d120359e2000fbedb0c38c0f13f683
> [6]: https://github.com/apache/arrow/runs/415037585#step:5:1533
> [7]:
> https://github.com/apache/arrow/commit/8b42288f58caa84a40bb7a13c1731ff919c934f2
>
> On Wed, Jan 29, 2020 at 11:06 AM Sutou Kouhei  wrote:
>>
>> Hi,
>>
>> > Thank you.  After the C# download fix, I have the following C# test
>> > failure:
>> > https://gist.github.com/pitrou/d82ed1ff80db43b63f0c3d5e5f2474a4
>>
>> https://github.com/apache/arrow/pull/6309
>> will fix it.
>>
>> I think that this is a test problem, not an implementation
>> problem.
>>
>>
>> Workaround:
>>
>>   TZ=UTC dev/release/verify-release-candidate.sh ...
>>
>>
>> Thanks,
>> --
>> kou
>>
>> In <2bd07a17-600b-7f49-3ea1-a0b1acc91...@python.org>
>>   "Re: [VOTE] Release Apache Arrow 0.16.0 - RC1" on Wed, 29 Jan 2020
>> 10:11:46 +0100,
>>   Antoine Pitrou  wrote:
>>
>> >
>> > Thank you.  After the C# download fix, I have the following C# test
>> > failure:
>> > https://gist.github.com/pitrou/d82ed1ff80db43b63f0c3d5e5f2474a4
>> >
>> > Regards
>> >
>> > Antoine.
>> >
>> >
>> >
>> > Le 29/01/2020 à 00:42, Sutou Kouhei a écrit :
>> >> Hi,
>> >>
>> >>> Source verification succeeded on Java and C++ and then failed
>> >>> downloading some C# thing:
>> >>> https://gist.github.com/pitrou/5c4a98387153ef415ef64b8aa2457e63
>> >>
>> >> I've created a pull request to fix it:
>> >> https://github.com/apache/arrow/pull/6307
>> >>
>> >>
>> >> Thanks,
>> >> --
>> >> kou
>


Re: [VOTE] Release Apache Arrow 0.16.0 - RC1

2020-01-29 Thread Krisztián Szűcs
Hi,

- The fuzzit builds has been disabled by Neal on the current master.
- Created a PR to resolve occasionally failing python dataset tests [1]
- Merged the fix for C# timezone error [2]
- Merged various fixes for the release scripts.
- The nightly Gandiva OS X build is still failing, but because of a travis
  deployment timeout, which shouldn't block the release.

We still have failing tests:
- failing Spark integration test
- failing nightly R builds (see the 2020-01-29 nightly report)
- master reports a Java flight memory leak

Spark:
Joris created a fix for the immediate issue [3], but now we have a different
spark test error, see the discussion in the PR [3].
I put up a PR [6] to check the regressions 0.16 arrow release would introduce
for spark interoperability, and it turns out that arrow 0.15.1 is not compatible
with neither spark 2.4.4 nor spark 2.4.5-rc1, so 0.16 arrow release could
only be compatible with spark 3.0 or spark master which we have tests for.
So I'm a bit confused how to interpret arrow backward compatibility with
Spark, thus what should and what should not block the release.
Either way we'll need to fix the remaining spark issues and add nightly spark
integration tests for both the next spark release and spark master.

R:
There is the same segfault in each R nightly builds [4]. There was a single
change [5] which could introduce the regression compared to the previous
builds.
I've tried to reproduce the builds using docker-compose, but locally 3.6-bionic
has passed for me. I'm trying to wipe my local cache and rerun to see
whether I can reproduce it.

Java/Flight leak:
The current master reports memory leak [6] which I guess is surfaced by
change [7]

If we manage to fix the issues above today than I can cut RC2 tomorrow.

Thanks, Krisztian

[1]: https://github.com/apache/arrow/pull/6319
[2]: https://github.com/apache/arrow/pull/6309
[3]: https://github.com/apache/arrow/pull/6312
[4]: https://github.com/ursa-labs/crossbow/branches/all?query=r-base
[5]: 
https://github.com/apache/arrow/commit/8b7911b086d120359e2000fbedb0c38c0f13f683
[6]: https://github.com/apache/arrow/runs/415037585#step:5:1533
[7]: 
https://github.com/apache/arrow/commit/8b42288f58caa84a40bb7a13c1731ff919c934f2

On Wed, Jan 29, 2020 at 11:06 AM Sutou Kouhei  wrote:
>
> Hi,
>
> > Thank you.  After the C# download fix, I have the following C# test failure:
> > https://gist.github.com/pitrou/d82ed1ff80db43b63f0c3d5e5f2474a4
>
> https://github.com/apache/arrow/pull/6309
> will fix it.
>
> I think that this is a test problem, not an implementation
> problem.
>
>
> Workaround:
>
>   TZ=UTC dev/release/verify-release-candidate.sh ...
>
>
> Thanks,
> --
> kou
>
> In <2bd07a17-600b-7f49-3ea1-a0b1acc91...@python.org>
>   "Re: [VOTE] Release Apache Arrow 0.16.0 - RC1" on Wed, 29 Jan 2020 10:11:46 
> +0100,
>   Antoine Pitrou  wrote:
>
> >
> > Thank you.  After the C# download fix, I have the following C# test failure:
> > https://gist.github.com/pitrou/d82ed1ff80db43b63f0c3d5e5f2474a4
> >
> > Regards
> >
> > Antoine.
> >
> >
> >
> > Le 29/01/2020 à 00:42, Sutou Kouhei a écrit :
> >> Hi,
> >>
> >>> Source verification succeeded on Java and C++ and then failed
> >>> downloading some C# thing:
> >>> https://gist.github.com/pitrou/5c4a98387153ef415ef64b8aa2457e63
> >>
> >> I've created a pull request to fix it:
> >> https://github.com/apache/arrow/pull/6307
> >>
> >>
> >> Thanks,
> >> --
> >> kou


Re: [VOTE] Release Apache Arrow 0.16.0 - RC1

2020-01-29 Thread Sutou Kouhei
Hi,

> Thank you.  After the C# download fix, I have the following C# test failure:
> https://gist.github.com/pitrou/d82ed1ff80db43b63f0c3d5e5f2474a4

https://github.com/apache/arrow/pull/6309
will fix it.

I think that this is a test problem, not an implementation
problem.


Workaround:

  TZ=UTC dev/release/verify-release-candidate.sh ...


Thanks,
--
kou

In <2bd07a17-600b-7f49-3ea1-a0b1acc91...@python.org>
  "Re: [VOTE] Release Apache Arrow 0.16.0 - RC1" on Wed, 29 Jan 2020 10:11:46 
+0100,
  Antoine Pitrou  wrote:

> 
> Thank you.  After the C# download fix, I have the following C# test failure:
> https://gist.github.com/pitrou/d82ed1ff80db43b63f0c3d5e5f2474a4
> 
> Regards
> 
> Antoine.
> 
> 
> 
> Le 29/01/2020 à 00:42, Sutou Kouhei a écrit :
>> Hi,
>> 
>>> Source verification succeeded on Java and C++ and then failed
>>> downloading some C# thing:
>>> https://gist.github.com/pitrou/5c4a98387153ef415ef64b8aa2457e63
>> 
>> I've created a pull request to fix it:
>> https://github.com/apache/arrow/pull/6307
>> 
>> 
>> Thanks,
>> --
>> kou


Re: [VOTE] Release Apache Arrow 0.16.0 - RC1

2020-01-29 Thread Antoine Pitrou


Thank you.  After the C# download fix, I have the following C# test failure:
https://gist.github.com/pitrou/d82ed1ff80db43b63f0c3d5e5f2474a4

Regards

Antoine.



Le 29/01/2020 à 00:42, Sutou Kouhei a écrit :
> Hi,
> 
>> Source verification succeeded on Java and C++ and then failed
>> downloading some C# thing:
>> https://gist.github.com/pitrou/5c4a98387153ef415ef64b8aa2457e63
> 
> I've created a pull request to fix it:
> https://github.com/apache/arrow/pull/6307
> 
> 
> Thanks,
> --
> kou


Re: [VOTE] Release Apache Arrow 0.16.0 - RC1

2020-01-28 Thread Bryan Cutler
The nightly Spark integration was failing because a test was renamed
recently in master. Once I fixed that and ran it again, this surfaced. I
remember it passed after the `split_blocks` change not too long ago, so all
this is pretty recent.

On Tue, Jan 28, 2020 at 2:46 PM Wes McKinney  wrote:

> Bryan -- was this tested somewhere that we missed (eg a nightly)?
>
> On Tue, Jan 28, 2020, 4:31 PM Bryan Cutler  wrote:
>
> > -1
> > There is a bug in Pandas conversion for timestamps that looks to be a
> > regression, https://issues.apache.org/jira/browse/ARROW-7709
> >
> > On Tue, Jan 28, 2020 at 11:30 AM Wes McKinney 
> wrote:
> >
> > > I opened https://issues.apache.org/jira/browse/ARROW-7708.
> > >
> > > On Tue, Jan 28, 2020 at 1:24 PM Wes McKinney 
> > wrote:
> > > >
> > > > Hi Gawain -- since PARQUET issues are attached to a different project
> > > and fix version these have to be extracted from the git changelog. We
> can
> > > alter our scripts to scrape these commits from the git log output.
> > > >
> > > > On Tue, Jan 28, 2020, 1:06 PM Gawain Bolton 
> > > wrote:
> > > >>
> > > >> Hello,
> > > >>
> > > >> It would seem that the list of issues does not include any of the
> > issues
> > > >> in the Parquet project which were fixed in this release.
> > > >>
> > > >> Cheers,
> > > >>
> > > >> Gawain
> > > >>
> > > >> On 28/01/2020 11:46, Krisztián Szűcs wrote:
> > > >> > Sorry, the previous email is hardly readable.
> > > >> >
> > > >> > I would like to propose the following release candidate (RC1) of
> > > Apache
> > > >> > Arrow version 0.16.0. This is a release consisting of 710 resolved
> > > JIRA
> > > >> > issues[1].
> > > >> >
> > > >> > This release candidate is based on commit:
> > > >> > 188afde1f4298fb668e8ebadeacbc545e2de086f [2]
> > > >> >
> > > >> > The source release rc1 is hosted at [3].
> > > >> > The binary artifacts are hosted at [4][5][6][7].
> > > >> > The changelog is located at [8].
> > > >> >
> > > >> > Please download, verify checksums and signatures, run the unit
> > tests,
> > > >> > and vote on the release. See [9] for how to validate a release
> > > candidate.
> > > >> >
> > > >> > The vote will be open for at least 72 hours.
> > > >> >
> > > >> > [ ] +1 Release this as Apache Arrow 0.16.0
> > > >> > [ ] +0
> > > >> > [ ] -1 Do not release this as Apache Arrow 0.16.0 because...
> > > >> >
> > > >> > [1]:
> > >
> >
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20ARROW%20AND%20status%20in%20%28Resolved%2C%20Closed%29%20AND%20fixVersion%20%3D%200.16.0
> > > >> > [2]:
> > >
> >
> https://github.com/apache/arrow/tree/188afde1f4298fb668e8ebadeacbc545e2de086f
> > > >> > [3]:
> > > https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-0.16.0-rc1
> > > >> > [4]: https://bintray.com/apache/arrow/centos-rc/0.16.0-rc1
> > > >> > [5]: https://bintray.com/apache/arrow/debian-rc/0.16.0-rc1
> > > >> > [6]: https://bintray.com/apache/arrow/python-rc/0.16.0-rc1
> > > >> > [7]: https://bintray.com/apache/arrow/ubuntu-rc/0.16.0-rc1
> > > >> > [8]:
> > >
> >
> https://github.com/apache/arrow/blob/188afde1f4298fb668e8ebadeacbc545e2de086f/CHANGELOG.md
> > > >> > [9]:
> > >
> >
> https://cwiki.apache.org/confluence/display/ARROW/How+to+Verify+Release+Candidates
> > > >> >
> > > >> > On Tue, Jan 28, 2020 at 11:43 AM Krisztián Szűcs
> > > >> >  wrote:
> > > >> >> Hi,
> > > >> >>
> > > >> >> I would like to propose the following release candidate (RC1) of
> > > Apache
> > > >> >> Arrow version 0.16.0. This is a release consisting of 710
> > > >> >> resolved JIRA issues[1].
> > > >> >>
> > > >> >> This release candidate is based on commit:
> > > >> >>
> > > >> >>
> > > >> >>
> > > >> >> 188afde1f4298fb668e8ebadeacbc545e2de086f [2]
> > > >> >>
> > > >> >>
> > > >> >>
> > > >> >>   The source release rc1
> is
> > > >> >> hosted at [3].
> > > >> >> The binary artifacts are hosted at [4][5][6][7].
> > > >> >>
> > > >> >>
> > > >> >>   The changelog is
> located
> > at
> > > >> >> [8].
> > > >> >>
> > > >> >>
> > > >> >>
> > > >> >>   Please download, verify
> > > >> >> checksums and signatures, run the unit tests,
> > > >> >> and vote on the release. See [9] for how to validate a release
> > > >> >> candidate.
> > > >> >>
> > > >> >>
> > > >> >>
> > > >> >>
> > > >> >>
> > > >> >> The vote will be open for at least 72 hours.
> > > >> >>
> > > >> >>
> > > >> >>
> > > >> >>   [ ] +1 Release this as
> > > Apache
> > > >> >> Arrow 0.16.0
> > > >> >> [ ] +0
> > > >> >>
> > > >> >>
> > > >> >>   [ ] -1 Do not release
> > this
> > > as
> > > >> >> Apache Arrow 0.16.0 because...
> > > >> >>
> > > >> >> [1]:
> > >
> >
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20ARROW%20AND%20status%20in%20%28Resolved%2C%20Closed%29%20AND%20fixVersion%20%3D%200.16.0
> > > >> >> [2]:
> 

Re: [VOTE] Release Apache Arrow 0.16.0 - RC1

2020-01-28 Thread Wes McKinney
Bryan -- was this tested somewhere that we missed (eg a nightly)?

On Tue, Jan 28, 2020, 4:31 PM Bryan Cutler  wrote:

> -1
> There is a bug in Pandas conversion for timestamps that looks to be a
> regression, https://issues.apache.org/jira/browse/ARROW-7709
>
> On Tue, Jan 28, 2020 at 11:30 AM Wes McKinney  wrote:
>
> > I opened https://issues.apache.org/jira/browse/ARROW-7708.
> >
> > On Tue, Jan 28, 2020 at 1:24 PM Wes McKinney 
> wrote:
> > >
> > > Hi Gawain -- since PARQUET issues are attached to a different project
> > and fix version these have to be extracted from the git changelog. We can
> > alter our scripts to scrape these commits from the git log output.
> > >
> > > On Tue, Jan 28, 2020, 1:06 PM Gawain Bolton 
> > wrote:
> > >>
> > >> Hello,
> > >>
> > >> It would seem that the list of issues does not include any of the
> issues
> > >> in the Parquet project which were fixed in this release.
> > >>
> > >> Cheers,
> > >>
> > >> Gawain
> > >>
> > >> On 28/01/2020 11:46, Krisztián Szűcs wrote:
> > >> > Sorry, the previous email is hardly readable.
> > >> >
> > >> > I would like to propose the following release candidate (RC1) of
> > Apache
> > >> > Arrow version 0.16.0. This is a release consisting of 710 resolved
> > JIRA
> > >> > issues[1].
> > >> >
> > >> > This release candidate is based on commit:
> > >> > 188afde1f4298fb668e8ebadeacbc545e2de086f [2]
> > >> >
> > >> > The source release rc1 is hosted at [3].
> > >> > The binary artifacts are hosted at [4][5][6][7].
> > >> > The changelog is located at [8].
> > >> >
> > >> > Please download, verify checksums and signatures, run the unit
> tests,
> > >> > and vote on the release. See [9] for how to validate a release
> > candidate.
> > >> >
> > >> > The vote will be open for at least 72 hours.
> > >> >
> > >> > [ ] +1 Release this as Apache Arrow 0.16.0
> > >> > [ ] +0
> > >> > [ ] -1 Do not release this as Apache Arrow 0.16.0 because...
> > >> >
> > >> > [1]:
> >
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20ARROW%20AND%20status%20in%20%28Resolved%2C%20Closed%29%20AND%20fixVersion%20%3D%200.16.0
> > >> > [2]:
> >
> https://github.com/apache/arrow/tree/188afde1f4298fb668e8ebadeacbc545e2de086f
> > >> > [3]:
> > https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-0.16.0-rc1
> > >> > [4]: https://bintray.com/apache/arrow/centos-rc/0.16.0-rc1
> > >> > [5]: https://bintray.com/apache/arrow/debian-rc/0.16.0-rc1
> > >> > [6]: https://bintray.com/apache/arrow/python-rc/0.16.0-rc1
> > >> > [7]: https://bintray.com/apache/arrow/ubuntu-rc/0.16.0-rc1
> > >> > [8]:
> >
> https://github.com/apache/arrow/blob/188afde1f4298fb668e8ebadeacbc545e2de086f/CHANGELOG.md
> > >> > [9]:
> >
> https://cwiki.apache.org/confluence/display/ARROW/How+to+Verify+Release+Candidates
> > >> >
> > >> > On Tue, Jan 28, 2020 at 11:43 AM Krisztián Szűcs
> > >> >  wrote:
> > >> >> Hi,
> > >> >>
> > >> >> I would like to propose the following release candidate (RC1) of
> > Apache
> > >> >> Arrow version 0.16.0. This is a release consisting of 710
> > >> >> resolved JIRA issues[1].
> > >> >>
> > >> >> This release candidate is based on commit:
> > >> >>
> > >> >>
> > >> >>
> > >> >> 188afde1f4298fb668e8ebadeacbc545e2de086f [2]
> > >> >>
> > >> >>
> > >> >>
> > >> >>   The source release rc1 is
> > >> >> hosted at [3].
> > >> >> The binary artifacts are hosted at [4][5][6][7].
> > >> >>
> > >> >>
> > >> >>   The changelog is located
> at
> > >> >> [8].
> > >> >>
> > >> >>
> > >> >>
> > >> >>   Please download, verify
> > >> >> checksums and signatures, run the unit tests,
> > >> >> and vote on the release. See [9] for how to validate a release
> > >> >> candidate.
> > >> >>
> > >> >>
> > >> >>
> > >> >>
> > >> >>
> > >> >> The vote will be open for at least 72 hours.
> > >> >>
> > >> >>
> > >> >>
> > >> >>   [ ] +1 Release this as
> > Apache
> > >> >> Arrow 0.16.0
> > >> >> [ ] +0
> > >> >>
> > >> >>
> > >> >>   [ ] -1 Do not release
> this
> > as
> > >> >> Apache Arrow 0.16.0 because...
> > >> >>
> > >> >> [1]:
> >
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20ARROW%20AND%20status%20in%20%28Resolved%2C%20Closed%29%20AND%20fixVersion%20%3D%200.16.0
> > >> >> [2]:
> >
> https://github.com/apache/arrow/tree/188afde1f4298fb668e8ebadeacbc545e2de086f
> > >> >> [3]:
> > https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-0.16.0-rc1
> > >> >> [4]: https://bintray.com/apache/arrow/centos-rc/0.16.0-rc1
> > >> >> [5]: https://bintray.com/apache/arrow/debian-rc/0.16.0-rc1
> > >> >> [6]: https://bintray.com/apache/arrow/python-rc/0.16.0-rc1
> > >> >> [7]: https://bintray.com/apache/arrow/ubuntu-rc/0.16.0-rc1
> > >> >> [8]:
> >
> https://github.com/apache/arrow/blob/188afde1f4298fb668e8ebadeacbc545e2de086f/CHANGELOG.md
> > >> >> [9]:
> >
> 

Re: [VOTE] Release Apache Arrow 0.16.0 - RC1

2020-01-28 Thread Bryan Cutler
-1
There is a bug in Pandas conversion for timestamps that looks to be a
regression, https://issues.apache.org/jira/browse/ARROW-7709

On Tue, Jan 28, 2020 at 11:30 AM Wes McKinney  wrote:

> I opened https://issues.apache.org/jira/browse/ARROW-7708.
>
> On Tue, Jan 28, 2020 at 1:24 PM Wes McKinney  wrote:
> >
> > Hi Gawain -- since PARQUET issues are attached to a different project
> and fix version these have to be extracted from the git changelog. We can
> alter our scripts to scrape these commits from the git log output.
> >
> > On Tue, Jan 28, 2020, 1:06 PM Gawain Bolton 
> wrote:
> >>
> >> Hello,
> >>
> >> It would seem that the list of issues does not include any of the issues
> >> in the Parquet project which were fixed in this release.
> >>
> >> Cheers,
> >>
> >> Gawain
> >>
> >> On 28/01/2020 11:46, Krisztián Szűcs wrote:
> >> > Sorry, the previous email is hardly readable.
> >> >
> >> > I would like to propose the following release candidate (RC1) of
> Apache
> >> > Arrow version 0.16.0. This is a release consisting of 710 resolved
> JIRA
> >> > issues[1].
> >> >
> >> > This release candidate is based on commit:
> >> > 188afde1f4298fb668e8ebadeacbc545e2de086f [2]
> >> >
> >> > The source release rc1 is hosted at [3].
> >> > The binary artifacts are hosted at [4][5][6][7].
> >> > The changelog is located at [8].
> >> >
> >> > Please download, verify checksums and signatures, run the unit tests,
> >> > and vote on the release. See [9] for how to validate a release
> candidate.
> >> >
> >> > The vote will be open for at least 72 hours.
> >> >
> >> > [ ] +1 Release this as Apache Arrow 0.16.0
> >> > [ ] +0
> >> > [ ] -1 Do not release this as Apache Arrow 0.16.0 because...
> >> >
> >> > [1]:
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20ARROW%20AND%20status%20in%20%28Resolved%2C%20Closed%29%20AND%20fixVersion%20%3D%200.16.0
> >> > [2]:
> https://github.com/apache/arrow/tree/188afde1f4298fb668e8ebadeacbc545e2de086f
> >> > [3]:
> https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-0.16.0-rc1
> >> > [4]: https://bintray.com/apache/arrow/centos-rc/0.16.0-rc1
> >> > [5]: https://bintray.com/apache/arrow/debian-rc/0.16.0-rc1
> >> > [6]: https://bintray.com/apache/arrow/python-rc/0.16.0-rc1
> >> > [7]: https://bintray.com/apache/arrow/ubuntu-rc/0.16.0-rc1
> >> > [8]:
> https://github.com/apache/arrow/blob/188afde1f4298fb668e8ebadeacbc545e2de086f/CHANGELOG.md
> >> > [9]:
> https://cwiki.apache.org/confluence/display/ARROW/How+to+Verify+Release+Candidates
> >> >
> >> > On Tue, Jan 28, 2020 at 11:43 AM Krisztián Szűcs
> >> >  wrote:
> >> >> Hi,
> >> >>
> >> >> I would like to propose the following release candidate (RC1) of
> Apache
> >> >> Arrow version 0.16.0. This is a release consisting of 710
> >> >> resolved JIRA issues[1].
> >> >>
> >> >> This release candidate is based on commit:
> >> >>
> >> >>
> >> >>
> >> >> 188afde1f4298fb668e8ebadeacbc545e2de086f [2]
> >> >>
> >> >>
> >> >>
> >> >>   The source release rc1 is
> >> >> hosted at [3].
> >> >> The binary artifacts are hosted at [4][5][6][7].
> >> >>
> >> >>
> >> >>   The changelog is located at
> >> >> [8].
> >> >>
> >> >>
> >> >>
> >> >>   Please download, verify
> >> >> checksums and signatures, run the unit tests,
> >> >> and vote on the release. See [9] for how to validate a release
> >> >> candidate.
> >> >>
> >> >>
> >> >>
> >> >>
> >> >>
> >> >> The vote will be open for at least 72 hours.
> >> >>
> >> >>
> >> >>
> >> >>   [ ] +1 Release this as
> Apache
> >> >> Arrow 0.16.0
> >> >> [ ] +0
> >> >>
> >> >>
> >> >>   [ ] -1 Do not release this
> as
> >> >> Apache Arrow 0.16.0 because...
> >> >>
> >> >> [1]:
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20ARROW%20AND%20status%20in%20%28Resolved%2C%20Closed%29%20AND%20fixVersion%20%3D%200.16.0
> >> >> [2]:
> https://github.com/apache/arrow/tree/188afde1f4298fb668e8ebadeacbc545e2de086f
> >> >> [3]:
> https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-0.16.0-rc1
> >> >> [4]: https://bintray.com/apache/arrow/centos-rc/0.16.0-rc1
> >> >> [5]: https://bintray.com/apache/arrow/debian-rc/0.16.0-rc1
> >> >> [6]: https://bintray.com/apache/arrow/python-rc/0.16.0-rc1
> >> >> [7]: https://bintray.com/apache/arrow/ubuntu-rc/0.16.0-rc1
> >> >> [8]:
> https://github.com/apache/arrow/blob/188afde1f4298fb668e8ebadeacbc545e2de086f/CHANGELOG.md
> >> >> [9]:
> https://cwiki.apache.org/confluence/display/ARROW/How+to+Verify+Release+Candidates
>


Re: [VOTE] Release Apache Arrow 0.16.0 - RC1

2020-01-28 Thread Wes McKinney
I opened https://issues.apache.org/jira/browse/ARROW-7708.

On Tue, Jan 28, 2020 at 1:24 PM Wes McKinney  wrote:
>
> Hi Gawain -- since PARQUET issues are attached to a different project and fix 
> version these have to be extracted from the git changelog. We can alter our 
> scripts to scrape these commits from the git log output.
>
> On Tue, Jan 28, 2020, 1:06 PM Gawain Bolton  wrote:
>>
>> Hello,
>>
>> It would seem that the list of issues does not include any of the issues
>> in the Parquet project which were fixed in this release.
>>
>> Cheers,
>>
>> Gawain
>>
>> On 28/01/2020 11:46, Krisztián Szűcs wrote:
>> > Sorry, the previous email is hardly readable.
>> >
>> > I would like to propose the following release candidate (RC1) of Apache
>> > Arrow version 0.16.0. This is a release consisting of 710 resolved JIRA
>> > issues[1].
>> >
>> > This release candidate is based on commit:
>> > 188afde1f4298fb668e8ebadeacbc545e2de086f [2]
>> >
>> > The source release rc1 is hosted at [3].
>> > The binary artifacts are hosted at [4][5][6][7].
>> > The changelog is located at [8].
>> >
>> > Please download, verify checksums and signatures, run the unit tests,
>> > and vote on the release. See [9] for how to validate a release candidate.
>> >
>> > The vote will be open for at least 72 hours.
>> >
>> > [ ] +1 Release this as Apache Arrow 0.16.0
>> > [ ] +0
>> > [ ] -1 Do not release this as Apache Arrow 0.16.0 because...
>> >
>> > [1]: 
>> > https://issues.apache.org/jira/issues/?jql=project%20%3D%20ARROW%20AND%20status%20in%20%28Resolved%2C%20Closed%29%20AND%20fixVersion%20%3D%200.16.0
>> > [2]: 
>> > https://github.com/apache/arrow/tree/188afde1f4298fb668e8ebadeacbc545e2de086f
>> > [3]: https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-0.16.0-rc1
>> > [4]: https://bintray.com/apache/arrow/centos-rc/0.16.0-rc1
>> > [5]: https://bintray.com/apache/arrow/debian-rc/0.16.0-rc1
>> > [6]: https://bintray.com/apache/arrow/python-rc/0.16.0-rc1
>> > [7]: https://bintray.com/apache/arrow/ubuntu-rc/0.16.0-rc1
>> > [8]: 
>> > https://github.com/apache/arrow/blob/188afde1f4298fb668e8ebadeacbc545e2de086f/CHANGELOG.md
>> > [9]: 
>> > https://cwiki.apache.org/confluence/display/ARROW/How+to+Verify+Release+Candidates
>> >
>> > On Tue, Jan 28, 2020 at 11:43 AM Krisztián Szűcs
>> >  wrote:
>> >> Hi,
>> >>
>> >> I would like to propose the following release candidate (RC1) of Apache
>> >> Arrow version 0.16.0. This is a release consisting of 710
>> >> resolved JIRA issues[1].
>> >>
>> >> This release candidate is based on commit:
>> >>
>> >>
>> >>
>> >> 188afde1f4298fb668e8ebadeacbc545e2de086f [2]
>> >>
>> >>
>> >>
>> >>   The source release rc1 is
>> >> hosted at [3].
>> >> The binary artifacts are hosted at [4][5][6][7].
>> >>
>> >>
>> >>   The changelog is located at
>> >> [8].
>> >>
>> >>
>> >>
>> >>   Please download, verify
>> >> checksums and signatures, run the unit tests,
>> >> and vote on the release. See [9] for how to validate a release
>> >> candidate.
>> >>
>> >>
>> >>
>> >>
>> >>
>> >> The vote will be open for at least 72 hours.
>> >>
>> >>
>> >>
>> >>   [ ] +1 Release this as Apache
>> >> Arrow 0.16.0
>> >> [ ] +0
>> >>
>> >>
>> >>   [ ] -1 Do not release this as
>> >> Apache Arrow 0.16.0 because...
>> >>
>> >> [1]: 
>> >> https://issues.apache.org/jira/issues/?jql=project%20%3D%20ARROW%20AND%20status%20in%20%28Resolved%2C%20Closed%29%20AND%20fixVersion%20%3D%200.16.0
>> >> [2]: 
>> >> https://github.com/apache/arrow/tree/188afde1f4298fb668e8ebadeacbc545e2de086f
>> >> [3]: https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-0.16.0-rc1
>> >> [4]: https://bintray.com/apache/arrow/centos-rc/0.16.0-rc1
>> >> [5]: https://bintray.com/apache/arrow/debian-rc/0.16.0-rc1
>> >> [6]: https://bintray.com/apache/arrow/python-rc/0.16.0-rc1
>> >> [7]: https://bintray.com/apache/arrow/ubuntu-rc/0.16.0-rc1
>> >> [8]: 
>> >> https://github.com/apache/arrow/blob/188afde1f4298fb668e8ebadeacbc545e2de086f/CHANGELOG.md
>> >> [9]: 
>> >> https://cwiki.apache.org/confluence/display/ARROW/How+to+Verify+Release+Candidates


Re: [VOTE] Release Apache Arrow 0.16.0 - RC1

2020-01-28 Thread Wes McKinney
Hi Gawain -- since PARQUET issues are attached to a different project and
fix version these have to be extracted from the git changelog. We can alter
our scripts to scrape these commits from the git log output.

On Tue, Jan 28, 2020, 1:06 PM Gawain Bolton  wrote:

> Hello,
>
> It would seem that the list of issues does not include any of the issues
> in the Parquet project which were fixed in this release.
>
> Cheers,
>
> Gawain
>
> On 28/01/2020 11:46, Krisztián Szűcs wrote:
> > Sorry, the previous email is hardly readable.
> >
> > I would like to propose the following release candidate (RC1) of Apache
> > Arrow version 0.16.0. This is a release consisting of 710 resolved JIRA
> > issues[1].
> >
> > This release candidate is based on commit:
> > 188afde1f4298fb668e8ebadeacbc545e2de086f [2]
> >
> > The source release rc1 is hosted at [3].
> > The binary artifacts are hosted at [4][5][6][7].
> > The changelog is located at [8].
> >
> > Please download, verify checksums and signatures, run the unit tests,
> > and vote on the release. See [9] for how to validate a release candidate.
> >
> > The vote will be open for at least 72 hours.
> >
> > [ ] +1 Release this as Apache Arrow 0.16.0
> > [ ] +0
> > [ ] -1 Do not release this as Apache Arrow 0.16.0 because...
> >
> > [1]:
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20ARROW%20AND%20status%20in%20%28Resolved%2C%20Closed%29%20AND%20fixVersion%20%3D%200.16.0
> > [2]:
> https://github.com/apache/arrow/tree/188afde1f4298fb668e8ebadeacbc545e2de086f
> > [3]:
> https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-0.16.0-rc1
> > [4]: https://bintray.com/apache/arrow/centos-rc/0.16.0-rc1
> > [5]: https://bintray.com/apache/arrow/debian-rc/0.16.0-rc1
> > [6]: https://bintray.com/apache/arrow/python-rc/0.16.0-rc1
> > [7]: https://bintray.com/apache/arrow/ubuntu-rc/0.16.0-rc1
> > [8]:
> https://github.com/apache/arrow/blob/188afde1f4298fb668e8ebadeacbc545e2de086f/CHANGELOG.md
> > [9]:
> https://cwiki.apache.org/confluence/display/ARROW/How+to+Verify+Release+Candidates
> >
> > On Tue, Jan 28, 2020 at 11:43 AM Krisztián Szűcs
> >  wrote:
> >> Hi,
> >>
> >> I would like to propose the following release candidate (RC1) of Apache
> >> Arrow version 0.16.0. This is a release consisting of 710
> >> resolved JIRA issues[1].
> >>
> >> This release candidate is based on commit:
> >>
> >>
> >>
> >> 188afde1f4298fb668e8ebadeacbc545e2de086f [2]
> >>
> >>
> >>
> >>   The source release rc1 is
> >> hosted at [3].
> >> The binary artifacts are hosted at [4][5][6][7].
> >>
> >>
> >>   The changelog is located at
> >> [8].
> >>
> >>
> >>
> >>   Please download, verify
> >> checksums and signatures, run the unit tests,
> >> and vote on the release. See [9] for how to validate a release
> >> candidate.
> >>
> >>
> >>
> >>
> >>
> >> The vote will be open for at least 72 hours.
> >>
> >>
> >>
> >>   [ ] +1 Release this as Apache
> >> Arrow 0.16.0
> >> [ ] +0
> >>
> >>
> >>   [ ] -1 Do not release this as
> >> Apache Arrow 0.16.0 because...
> >>
> >> [1]:
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20ARROW%20AND%20status%20in%20%28Resolved%2C%20Closed%29%20AND%20fixVersion%20%3D%200.16.0
> >> [2]:
> https://github.com/apache/arrow/tree/188afde1f4298fb668e8ebadeacbc545e2de086f
> >> [3]:
> https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-0.16.0-rc1
> >> [4]: https://bintray.com/apache/arrow/centos-rc/0.16.0-rc1
> >> [5]: https://bintray.com/apache/arrow/debian-rc/0.16.0-rc1
> >> [6]: https://bintray.com/apache/arrow/python-rc/0.16.0-rc1
> >> [7]: https://bintray.com/apache/arrow/ubuntu-rc/0.16.0-rc1
> >> [8]:
> https://github.com/apache/arrow/blob/188afde1f4298fb668e8ebadeacbc545e2de086f/CHANGELOG.md
> >> [9]:
> https://cwiki.apache.org/confluence/display/ARROW/How+to+Verify+Release+Candidates
>


Re: [VOTE] Release Apache Arrow 0.16.0 - RC1

2020-01-28 Thread Gawain Bolton

Hello,

It would seem that the list of issues does not include any of the issues 
in the Parquet project which were fixed in this release.


Cheers,

Gawain

On 28/01/2020 11:46, Krisztián Szűcs wrote:

Sorry, the previous email is hardly readable.

I would like to propose the following release candidate (RC1) of Apache
Arrow version 0.16.0. This is a release consisting of 710 resolved JIRA
issues[1].

This release candidate is based on commit:
188afde1f4298fb668e8ebadeacbc545e2de086f [2]

The source release rc1 is hosted at [3].
The binary artifacts are hosted at [4][5][6][7].
The changelog is located at [8].

Please download, verify checksums and signatures, run the unit tests,
and vote on the release. See [9] for how to validate a release candidate.

The vote will be open for at least 72 hours.

[ ] +1 Release this as Apache Arrow 0.16.0
[ ] +0
[ ] -1 Do not release this as Apache Arrow 0.16.0 because...

[1]: 
https://issues.apache.org/jira/issues/?jql=project%20%3D%20ARROW%20AND%20status%20in%20%28Resolved%2C%20Closed%29%20AND%20fixVersion%20%3D%200.16.0
[2]: 
https://github.com/apache/arrow/tree/188afde1f4298fb668e8ebadeacbc545e2de086f
[3]: https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-0.16.0-rc1
[4]: https://bintray.com/apache/arrow/centos-rc/0.16.0-rc1
[5]: https://bintray.com/apache/arrow/debian-rc/0.16.0-rc1
[6]: https://bintray.com/apache/arrow/python-rc/0.16.0-rc1
[7]: https://bintray.com/apache/arrow/ubuntu-rc/0.16.0-rc1
[8]: 
https://github.com/apache/arrow/blob/188afde1f4298fb668e8ebadeacbc545e2de086f/CHANGELOG.md
[9]: 
https://cwiki.apache.org/confluence/display/ARROW/How+to+Verify+Release+Candidates

On Tue, Jan 28, 2020 at 11:43 AM Krisztián Szűcs
 wrote:

Hi,

I would like to propose the following release candidate (RC1) of Apache
Arrow version 0.16.0. This is a release consisting of 710
resolved JIRA issues[1].

This release candidate is based on commit:



188afde1f4298fb668e8ebadeacbc545e2de086f [2]



  The source release rc1 is
hosted at [3].
The binary artifacts are hosted at [4][5][6][7].


  The changelog is located at
[8].



  Please download, verify
checksums and signatures, run the unit tests,
and vote on the release. See [9] for how to validate a release
candidate.





The vote will be open for at least 72 hours.



  [ ] +1 Release this as Apache
Arrow 0.16.0
[ ] +0


  [ ] -1 Do not release this as
Apache Arrow 0.16.0 because...

[1]: 
https://issues.apache.org/jira/issues/?jql=project%20%3D%20ARROW%20AND%20status%20in%20%28Resolved%2C%20Closed%29%20AND%20fixVersion%20%3D%200.16.0
[2]: 
https://github.com/apache/arrow/tree/188afde1f4298fb668e8ebadeacbc545e2de086f
[3]: https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-0.16.0-rc1
[4]: https://bintray.com/apache/arrow/centos-rc/0.16.0-rc1
[5]: https://bintray.com/apache/arrow/debian-rc/0.16.0-rc1
[6]: https://bintray.com/apache/arrow/python-rc/0.16.0-rc1
[7]: https://bintray.com/apache/arrow/ubuntu-rc/0.16.0-rc1
[8]: 
https://github.com/apache/arrow/blob/188afde1f4298fb668e8ebadeacbc545e2de086f/CHANGELOG.md
[9]: 
https://cwiki.apache.org/confluence/display/ARROW/How+to+Verify+Release+Candidates


Re: [VOTE] Release Apache Arrow 0.16.0 - RC1

2020-01-28 Thread Krisztián Szűcs
Sorry, the previous email is hardly readable.

I would like to propose the following release candidate (RC1) of Apache
Arrow version 0.16.0. This is a release consisting of 710 resolved JIRA
issues[1].

This release candidate is based on commit:
188afde1f4298fb668e8ebadeacbc545e2de086f [2]

The source release rc1 is hosted at [3].
The binary artifacts are hosted at [4][5][6][7].
The changelog is located at [8].

Please download, verify checksums and signatures, run the unit tests,
and vote on the release. See [9] for how to validate a release candidate.

The vote will be open for at least 72 hours.

[ ] +1 Release this as Apache Arrow 0.16.0
[ ] +0
[ ] -1 Do not release this as Apache Arrow 0.16.0 because...

[1]: 
https://issues.apache.org/jira/issues/?jql=project%20%3D%20ARROW%20AND%20status%20in%20%28Resolved%2C%20Closed%29%20AND%20fixVersion%20%3D%200.16.0
[2]: 
https://github.com/apache/arrow/tree/188afde1f4298fb668e8ebadeacbc545e2de086f
[3]: https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-0.16.0-rc1
[4]: https://bintray.com/apache/arrow/centos-rc/0.16.0-rc1
[5]: https://bintray.com/apache/arrow/debian-rc/0.16.0-rc1
[6]: https://bintray.com/apache/arrow/python-rc/0.16.0-rc1
[7]: https://bintray.com/apache/arrow/ubuntu-rc/0.16.0-rc1
[8]: 
https://github.com/apache/arrow/blob/188afde1f4298fb668e8ebadeacbc545e2de086f/CHANGELOG.md
[9]: 
https://cwiki.apache.org/confluence/display/ARROW/How+to+Verify+Release+Candidates

On Tue, Jan 28, 2020 at 11:43 AM Krisztián Szűcs
 wrote:
>
> Hi,
>
> I would like to propose the following release candidate (RC1) of Apache
> Arrow version 0.16.0. This is a release consisting of 710
> resolved JIRA issues[1].
>
> This release candidate is based on commit:
>
>
>
> 188afde1f4298fb668e8ebadeacbc545e2de086f [2]
>
>
>
>  The source release rc1 is
> hosted at [3].
> The binary artifacts are hosted at [4][5][6][7].
>
>
>  The changelog is located at
> [8].
>
>
>
>  Please download, verify
> checksums and signatures, run the unit tests,
> and vote on the release. See [9] for how to validate a release
> candidate.
>
>
>
>
>
>The vote will be open for at least 72 hours.
>
>
>
>  [ ] +1 Release this as Apache
> Arrow 0.16.0
> [ ] +0
>
>
>  [ ] -1 Do not release this as
> Apache Arrow 0.16.0 because...
>
> [1]: 
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20ARROW%20AND%20status%20in%20%28Resolved%2C%20Closed%29%20AND%20fixVersion%20%3D%200.16.0
> [2]: 
> https://github.com/apache/arrow/tree/188afde1f4298fb668e8ebadeacbc545e2de086f
> [3]: https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-0.16.0-rc1
> [4]: https://bintray.com/apache/arrow/centos-rc/0.16.0-rc1
> [5]: https://bintray.com/apache/arrow/debian-rc/0.16.0-rc1
> [6]: https://bintray.com/apache/arrow/python-rc/0.16.0-rc1
> [7]: https://bintray.com/apache/arrow/ubuntu-rc/0.16.0-rc1
> [8]: 
> https://github.com/apache/arrow/blob/188afde1f4298fb668e8ebadeacbc545e2de086f/CHANGELOG.md
> [9]: 
> https://cwiki.apache.org/confluence/display/ARROW/How+to+Verify+Release+Candidates


[VOTE] Release Apache Arrow 0.16.0 - RC1

2020-01-28 Thread Krisztián Szűcs
Hi,

I would like to propose the following release candidate (RC1) of Apache
Arrow version 0.16.0. This is a release consisting of 710
resolved JIRA issues[1].

This release candidate is based on commit:



188afde1f4298fb668e8ebadeacbc545e2de086f [2]



 The source release rc1 is
hosted at [3].
The binary artifacts are hosted at [4][5][6][7].


 The changelog is located at
[8].



 Please download, verify
checksums and signatures, run the unit tests,
and vote on the release. See [9] for how to validate a release
candidate.





   The vote will be open for at least 72 hours.



 [ ] +1 Release this as Apache
Arrow 0.16.0
[ ] +0


 [ ] -1 Do not release this as
Apache Arrow 0.16.0 because...

[1]: 
https://issues.apache.org/jira/issues/?jql=project%20%3D%20ARROW%20AND%20status%20in%20%28Resolved%2C%20Closed%29%20AND%20fixVersion%20%3D%200.16.0
[2]: 
https://github.com/apache/arrow/tree/188afde1f4298fb668e8ebadeacbc545e2de086f
[3]: https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-0.16.0-rc1
[4]: https://bintray.com/apache/arrow/centos-rc/0.16.0-rc1
[5]: https://bintray.com/apache/arrow/debian-rc/0.16.0-rc1
[6]: https://bintray.com/apache/arrow/python-rc/0.16.0-rc1
[7]: https://bintray.com/apache/arrow/ubuntu-rc/0.16.0-rc1
[8]: 
https://github.com/apache/arrow/blob/188afde1f4298fb668e8ebadeacbc545e2de086f/CHANGELOG.md
[9]: 
https://cwiki.apache.org/confluence/display/ARROW/How+to+Verify+Release+Candidates