Commits


Wes McKinney authored and Sutou Kouhei committed 62fd703a4ef
ARROW-6291: [C++] Do not override ARROW_PARQUET if other PARQUET options are enabled If a developer sets `ARROW_PARQUET=OFF` in their build toolchain scripts I think the expectation would be for none of the components to be built. We should respect that. Closes #5154 from wesm/ARROW-6291 and squashes the following commits: 1945cf1b5 <Wes McKinney> Do not override ARROW_PARQUET if other PARQUET options are enabled Authored-by: Wes McKinney <wesm+git@apache.org> Signed-off-by: Sutou Kouhei <kou@clear-code.com>