[ https://issues.apache.org/jira/browse/ARROW-5252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17662275#comment-17662275 ]
Rok Mihevc commented on ARROW-5252: ----------------------------------- This issue has been migrated to [issue #21723|https://github.com/apache/arrow/issues/21723] on GitHub. Please see the [migration documentation|https://github.com/apache/arrow/issues/14542] for further details. > [C++] Change variant implementation > ----------------------------------- > > Key: ARROW-5252 > URL: https://issues.apache.org/jira/browse/ARROW-5252 > Project: Apache Arrow > Issue Type: Improvement > Components: C++ > Affects Versions: 0.13.0 > Reporter: Antoine Pitrou > Assignee: Antoine Pitrou > Priority: Major > Labels: pull-request-available > Fix For: 0.14.0 > > Time Spent: 0.5h > Remaining Estimate: 0h > > Our vendored variant implementation, [Mapbox > variant|https://github.com/mapbox/variant], does not provide the same API as > the official [C++17 variant > class|https://en.cppreference.com/w/cpp/utility/variant]. > We could / should switch to an implementation that follows the C++17 API, > such as https://github.com/mpark/variant or > https://github.com/martinmoene/variant-lite . -- This message was sent by Atlassian Jira (v8.20.10#820010)