[
https://issues.apache.org/jira/browse/ARROW-16390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Weston Pace resolved ARROW-16390.
---------------------------------
Fix Version/s: 9.0.0
Resolution: Fixed
Issue resolved by pull request 13019
[https://github.com/apache/arrow/pull/13019]
> [C++] Dataset initialization could segfault if called simultaneously
> --------------------------------------------------------------------
>
> Key: ARROW-16390
> URL: https://issues.apache.org/jira/browse/ARROW-16390
> Project: Apache Arrow
> Issue Type: Improvement
> Components: C++
> Reporter: Weston Pace
> Assignee: Weston Pace
> Priority: Major
> Labels: pull-request-available
> Fix For: 9.0.0
>
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> The code is doing some one-time initialization in
> {{arrow::dataset::internal::Initialize}} but not properly guarding the
> initialization so it might end up running twice. It's possible this is the
> cause of https://github.com/apache/arrow/issues/13018
--
This message was sent by Atlassian Jira
(v8.20.7#820007)