You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Neal Richardson (Jira)" <ji...@apache.org> on 2021/05/04 20:55:00 UTC

[jira] [Resolved] (ARROW-12602) [R] Add BuildInfo from C++ to arrow_info

     [ https://issues.apache.org/jira/browse/ARROW-12602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Neal Richardson resolved ARROW-12602.
-------------------------------------
    Fix Version/s: 5.0.0
       Resolution: Fixed

Issue resolved by pull request 10200
[https://github.com/apache/arrow/pull/10200]

> [R] Add BuildInfo from C++ to arrow_info
> ----------------------------------------
>
>                 Key: ARROW-12602
>                 URL: https://issues.apache.org/jira/browse/ARROW-12602
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: R
>            Reporter: Weston Pace
>            Assignee: Weston Pace
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 5.0.0
>
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> In the C++ library there is arrow::BuildInfo and arrow::GetBuildInfo which provides captures some information from the build that created the library.  Some of this we may want to add to R.
> C++ library version -> Yes.  Should be lockstep with the R version but couldn't hurt and may not match during custom builds.
> C++ SO version -> No.  I don't know enough about this to know how it differs from the library version and it seems it would be more confusing than helpful.
> C++ compiler info -> Yes.  The compiler ID and compiler flags should again be pretty standard if obtained from CRAN but could be useful for custom builds.
> C++ package kind -> No. This is useful in python where there is a distinction (pypi vs conda) but I don't think it would have a meaningful value in R.



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