Does this approach fit with potentially a contributor's workflow? I was looking into contributing though I'm unsure if I am doing it right.
On Sat, 31 Aug 2019 at 22:22, Jeroen Ooms <jeroeno...@gmail.com> wrote: > On Sat, Aug 31, 2019 at 4:48 AM Chris Teoh <chris.t...@gmail.com> wrote: > > > > That being said, is there an easier way by using a Docker container I > could > > use to build this in? > > An easy way to install arrow on MacOS is using homebrew. To get a > precompiled version of the latest release: > > brew install apache-arrow > > Or to build the master branch from source: > > brew install apache-arrow --HEAD > > If you want to customize the configuration use "brew edit > apache-arrow" before building from source. > -- Chris