You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Nicola Crane (Jira)" <ji...@apache.org> on 2021/11/11 18:52:00 UTC

[jira] [Resolved] (ARROW-13888) [R] Rephrase docs for schema()'s ellipses argument and rephrase error message

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

Nicola Crane resolved ARROW-13888.
----------------------------------
    Fix Version/s: 7.0.0
       Resolution: Fixed

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

> [R] Rephrase docs for schema()'s ellipses argument and rephrase error message
> -----------------------------------------------------------------------------
>
>                 Key: ARROW-13888
>                 URL: https://issues.apache.org/jira/browse/ARROW-13888
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: R
>            Reporter: Nicola Crane
>            Assignee: Nicola Crane
>            Priority: Minor
>              Labels: good-first-issue, pull-request-available
>             Fix For: 7.0.0
>
>          Time Spent: 2h
>  Remaining Estimate: 0h
>
> In the docs for {{schema()}}, the ellipses argument is documented as "named list of data types".
> However, if I create a schema using a named list, e.g.
>  
> {code:java}
> share_schema <- schema(
>   list(
>     company = utf8(),
>     price = float64(),
>     date = date32()
>   )
> )
> {code}
> I get the error: \{{Error: !is.null(nms <- names(.list)) is not TRUE }}
> We should:
>  # Rephrase the documentation of that argument so it doesn't say to use a named list
>  # Update the error message shown if a named list is supplied to be a little clearer about what the user has done wrong
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)