Also, this patch

https://github.com/apache/arrow/commit/e7e399db5fc6913e67426514279f81766a0778d2

broke the build. We should try to never break the build -- feel free
to ping the folks working on C++ if there is work needed to address an
API change in shared code (like the flatbuffers).

On Fri, Aug 19, 2016 at 1:36 PM, Julien Le Dem <[email protected]> wrote:
> Committers:
> We've been a little inconsistent in the way we merge stuff to master.
> Please use the script dev/merge_arrow_pr.py in the repo.
> This automates merging a pull request and standardizes a few things:
>  - It will squash the PR
>  - commit it with the right message to close the PR
>  - close the corresponding JIRA with a link to the commit.
>
> This way, no dangling PR or JIRAs for stuff already merged in master.
>
> You need to define the following remotes to use it:
> git remote add apache https://git-wip-us.apache.org/repos/asf/arrow.git
> git remote add apache-github [email protected]:apache/arrow.git
>
> Thanks
>
> --
> Julien

Reply via email to