Someone might try writing a "slim" version of
https://github.com/apache/arrow/blob/master/python/manylinux1/build_arrow.sh
That would be the place to start
On Tue, Oct 22, 2019 at 5:17 PM Tim Paine wrote:
>
> Arrow has lots of configuration arguments, and PyArrow allows you to build
> certain
Arrow has lots of configuration arguments, and PyArrow allows you to build
certain subsets of Arrow’s functionality. Depending on what you need, you can
probably start out by building from source and turning off Parquet, Plasma, and
Gandiva support.
When running cmake, use -DARROW_PARQUET=OFF