You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2020/05/14 08:26:00 UTC

[jira] [Commented] (ARROW-8795) Limited iOS support

    [ https://issues.apache.org/jira/browse/ARROW-8795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17107068#comment-17107068 ] 

Antoine Pitrou commented on ARROW-8795:
---------------------------------------

We definitely would like Arrow to work on as many platforms as possible. However, one concern is that the project has no iOS CI. Also, other Arrow contributors may not have access to the platform to test their changes. Given that Arrow development moves rather quickly, there is a significant chance for regressions to happen. That said, feel free to open PRs with your changes.

Also cc [~kou]

> Limited iOS support
> -------------------
>
>                 Key: ARROW-8795
>                 URL: https://issues.apache.org/jira/browse/ARROW-8795
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>    Affects Versions: 0.17.0
>            Reporter: Ilija Puaca
>            Priority: Minor
>
> We at Unfolded have been making use of Arrow in our native implementation of deck.gl ([https://github.com/UnfoldedInc/deck.gl-native]). As iOS is one of the platforms we plan on supporting, we've spent some time building Arrow so that we can make use of it on iOS.
>  
> There is a detailed writeup on issues we've encountered while doing so ([https://github.com/UnfoldedInc/deck.gl-native-dependencies/blob/master/docs/iOS-BUILD.md#arrow-v0170]). Some of them had to do with cmake, but there were a few updates that had to be made to Arrow source.
>  
> As noted in the writeup, we use a limited set of optional features that cover our needs right now (json, csv, filesystem). With this in mind, and knowing that we did not resolve issues across all optional features (known issues building parquet support due to Boost/Thrift dependencies), would incorporating some of these fixes, or supporting iOS in general, be of any interest at this stage?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)