Re: [RESULT][VOTE] Release Apache Arrow 0.14.0 - RC0

2019-07-07 Thread Sutou Kouhei
ase script: $ rustc --version rustc 1.38.0-nightly (6e310f2ab 2019-07-07) $ cargo --version cargo 1.37.0-nightly (4c1fa54d1 2019-06-24) I think that we should fix this until 1.0.0. Thanks, -- kou In "Re: [RESULT][VOTE] Release Apache Arrow 0.14.0 - RC0" on Sat, 6 Jul 2019 09:50:

Re: [RESULT][VOTE] Release Apache Arrow 0.14.0 - RC0

2019-07-06 Thread Chao Sun
> > * Updating conda packages > > https://cwiki.apache.org/confluence/display/ARROW/Release+Management+Guide#ReleaseManagementGuide-Updatingcondapackages > > * Updating Homebrew packages > > https://cwiki.apache.org/confluence/display/ARROW/Release+Management+Guide#ReleaseManagementGuide

Re: [RESULT][VOTE] Release Apache Arrow 0.14.0 - RC0

2019-07-05 Thread Micah Kornfield
; > It may be better that we have a script to do this. > > > > In > > "Re: [RESULT][VOTE] Release Apache Arrow 0.14.0 - RC0" on Fri, 5 Jul > > 2019 01:16:42 -0700, > > Micah Kornfield wrote: > > > > > Thanks. Is there a script to do this or is it typically just

Re: [RESULT][VOTE] Release Apache Arrow 0.14.0 - RC0

2019-07-05 Thread Sutou Kouhei
We did this by hand in the past releases. It may be better that we have a script to do this. In "Re: [RESULT][VOTE] Release Apache Arrow 0.14.0 - RC0" on Fri, 5 Jul 2019 01:16:42 -0700, Micah Kornfield wrote: > Thanks. Is there a script to do this or is it typically just

Re: [RESULT][VOTE] Release Apache Arrow 0.14.0 - RC0

2019-07-05 Thread Micah Kornfield
..@github.com: > emkornfielda/arrow.git > cd arrow > git remote add upstream g...@github.com:apache/arrow.git > git fetch --all --prune --tags --force > git rebase upstream/master > git push --force > > > Thanks, > -- > kou > > In > "Re:

Re: [RESULT][VOTE] Release Apache Arrow 0.14.0 - RC0

2019-07-05 Thread Sutou Kouhei
arrow/pull/4739 is needed to be rebased: git clone --checkout decimal_benchmark g...@github.com:emkornfielda/arrow.git cd arrow git remote add upstream g...@github.com:apache/arrow.git git fetch --all --prune --tags --force git rebase upstream/master git push --force Thanks, -- kou In &quo

Re: [RESULT][VOTE] Release Apache Arrow 0.14.0 - RC0

2019-07-05 Thread Krisztián Szűcs
t; >> > >> > https://cwiki.apache.org/confluence/display/ARROW/Release+Management+Guide#ReleaseManagementGuide-RemovingsourceartifactsforRC > >> > >> Need help: > >> > >> * All pull requests need to rebase on master by > >> "

Re: [RESULT][VOTE] Release Apache Arrow 0.14.0 - RC0

2019-07-05 Thread Micah Kornfield
website >> >> * Announcing release to announce@ and dev@ >> >> https://cwiki.apache.org/confluence/display/ARROW/Release+Management+Guide#ReleaseManagementGuide-Announcingrelease >> >> * Updating website with new API documentation >> >> https://cwik

Re: [RESULT][VOTE] Release Apache Arrow 0.14.0 - RC0

2019-07-05 Thread Micah Kornfield
ide#ReleaseManagementGuide-Updatingcondapackages > > * Updating Homebrew packages > > https://cwiki.apache.org/confluence/display/ARROW/Release+Management+Guide#ReleaseManagementGuide-UpdatingHomebrewpackages > * We need to add Flight support > * We need to remove -D*_HOME

Re: [RESULT][VOTE] Release Apache Arrow 0.14.0 - RC0

2019-07-04 Thread Neal Richardson
ementGuide-UpdatingwebsitewithnewAPIdocumentation > > * Updating conda packages > > https://cwiki.apache.org/confluence/display/ARROW/Release+Management+Guide#ReleaseManagementGuide-Updatingcondapackages > > * Updating Homebrew packages > > https://cwiki.apache.org/confluence/di

Re: [RESULT][VOTE] Release Apache Arrow 0.14.0 - RC0

2019-07-04 Thread Sutou Kouhei
Thanks! Please see my note in other e-mail: >* We need to add Flight support >* We need to remove -D*_HOME and use system libraries as > much as possible In <95846f16-84c6-4cbe-8fe1-b16e73faf...@gmail.com> "Re: [RESULT][VOTE] Release Apache Arrow 0.14.0 - RC0

Re: [RESULT][VOTE] Release Apache Arrow 0.14.0 - RC0

2019-07-04 Thread Sutou Kouhei
Thanks! In "Re: [RESULT][VOTE] Release Apache Arrow 0.14.0 - RC0" on Thu, 4 Jul 2019 09:32:55 +0200, Krisztián Szűcs wrote: > I will handle the conda-forge packages. > > On Thu, Jul 4, 2019 at 7:49 AM Sutou Kouhei wrote: > >> Hi, >> >> The 0

Re: [RESULT][VOTE] Release Apache Arrow 0.14.0 - RC0

2019-07-04 Thread Sutou Kouhei
o add Flight support * We need to remove -D*_HOME and use system libraries as much as possible * Updating R packages https://cwiki.apache.org/confluence/display/ARROW/Release+Management+Guide#ReleaseManagementGuide-UpdatingRpackages Thanks, -- kou In <20190704.144905.283036284

Re: [RESULT][VOTE] Release Apache Arrow 0.14.0 - RC0

2019-07-04 Thread Yosuke Shiro
I'll update Homebrew packages. > On Jul 4, 2019, at 14:49, Sutou Kouhei wrote: > > Hi, > > The 0.14.0 RC0 vote carries with 4 binding +1 votes. Thanks > for helping verify the RC. > > There are some post release tasks: > > >

Re: [RESULT][VOTE] Release Apache Arrow 0.14.0 - RC0

2019-07-04 Thread Krisztián Szűcs
I will handle the conda-forge packages. On Thu, Jul 4, 2019 at 7:49 AM Sutou Kouhei wrote: > Hi, > > The 0.14.0 RC0 vote carries with 4 binding +1 votes. Thanks > for helping verify the RC. > > There are some post release tasks: > > >

[RESULT][VOTE] Release Apache Arrow 0.14.0 - RC0

2019-07-03 Thread Sutou Kouhei
Hi, The 0.14.0 RC0 vote carries with 4 binding +1 votes. Thanks for helping verify the RC. There are some post release tasks: https://cwiki.apache.org/confluence/display/ARROW/Release+Management+Guide#ReleaseManagementGuide-Post-releasetasks I'll rebase the master branch. Could someone help