[
https://issues.apache.org/jira/browse/ARROW-1641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16191992#comment-16191992
]
ASF GitHub Bot commented on ARROW-1641:
---------------------------------------
GitHub user wesm opened a pull request:
https://github.com/apache/arrow/pull/1165
ARROW-1641: [C++] Hide std::mutex from public headers
This was one part of ARROW-1134 that we can push through. I had to do some
refactoring since there was a mutex in one of the base file interfaces. It
doesn't appear that this will impact parquet-cpp or other Arrow users
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/wesm/arrow ARROW-1641
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/arrow/pull/1165.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1165
----
commit 03179e4718cc0458ba9fdf617284b8d0e7122bae
Author: Wes McKinney <[email protected]>
Date: 2017-10-04T20:26:05Z
Hide mutexes from public headers
Change-Id: I0bb5695fa1cf7a591f7333bb8c63487212d0d749
----
> [C++] Do not include <mutex> in public headers
> ----------------------------------------------
>
> Key: ARROW-1641
> URL: https://issues.apache.org/jira/browse/ARROW-1641
> Project: Apache Arrow
> Issue Type: Improvement
> Components: C++
> Reporter: Wes McKinney
> Assignee: Wes McKinney
> Labels: pull-request-available
> Fix For: 0.8.0
>
>
> This is a part of ARROW-1134
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)