[
https://issues.apache.org/jira/browse/ARROW-3660?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Antoine Pitrou resolved ARROW-3660.
-----------------------------------
Resolution: Fixed
Fix Version/s: 0.12.0
Issue resolved by pull request 2880
[https://github.com/apache/arrow/pull/2880]
> [C++] Don't unnecessarily lock MemoryMappedFile for resizing in readonly files
> ------------------------------------------------------------------------------
>
> Key: ARROW-3660
> URL: https://issues.apache.org/jira/browse/ARROW-3660
> Project: Apache Arrow
> Issue Type: New Feature
> Components: C++
> Affects Versions: 0.11.0
> Reporter: Dimitri Vorona
> Priority: Minor
> Labels: pull-request-available
> Fix For: 0.12.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> We lock the resize_lock_ on every read, even though it's not possible to
> resize read-only files.
>
> This also inlines the ResizeMap method into Resize.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)