This repository has been archived by the owner on May 10, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PARQUET-1334: [C++] memory_map parameter seems missleading in parquet…
… file opener If memory_map parameter is true, normal file operation is executed, while in negative case, the according memory mapped file operation happens. Seems either be used via inverted logic or being bug. Author: Philipp Hoch <p.hoch@celonis.com> Closes #471 from philhoch/bugfix-mixed-up-memory-map-parameter and squashes the following commits: 651cf6b [Philipp Hoch] switched logic within conditional to support memory mapped behavior if requested and readable file accordingly
- Loading branch information