Commits

Wes McKinney authored a2a2475214a
ARROW-8307: [Python] Add memory_map= option to pyarrow.feather.read_table Having this option makes it easier to do apples-to-apples performance tests of compressed versus uncompressed files (there may be other reasons not to memory map but either way doesn't hurt to have the option) Closes #6832 from wesm/ARROW-8307 Authored-by: Wes McKinney <wesm+git@apache.org> Signed-off-by: Wes McKinney <wesm+git@apache.org>