Skip to content

Arrow builds with parquet, 5 days of work

Richard Bachmann requested to merge SPI-1432_pyarrow.parquet_V3 into master

Closes SPI-1432

It turns out that arrow builds an implementation of parquet internally, with thrift and everything. Thrift and parquet-mr/parquet-cpp are therefore not needed. The solution was to simply make a revision for arrow, thereby making the parquet-enabling flag visible to the system. Thanks Dmitri.

Merge request reports