You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/10/05 12:53:00 UTC

[jira] [Updated] (ARROW-14221) [R] [CI] DuckDB tests fail on R < 4.0

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

ASF GitHub Bot updated ARROW-14221:
-----------------------------------
    Labels: pull-request-available  (was: )

> [R] [CI] DuckDB tests fail on R < 4.0
> -------------------------------------
>
>                 Key: ARROW-14221
>                 URL: https://issues.apache.org/jira/browse/ARROW-14221
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Continuous Integration, R
>            Reporter: Jonathan Keane
>            Assignee: Jonathan Keane
>            Priority: Blocker
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Because of changes to factors/strings as defaults, the data.frame includes factors prior to this.
> {code}
> ══ Failed tests ════════════════════════════════════════════════════════════════
> ── Failure (test-duckdb.R:167:3): to_duckdb passing a connection ───────────────
> result$char (`actual`) not identical to new_df[new_df$int != 4, ]$char (`expected`).
> `actual` is a character vector ('z', 'y', 'x', 'v', 'u', ...)
> `expected` is an S3 object of class <factor>, an integer vector
> [ FAIL 1 | WARN 23 | SKIP 29 | PASS 5717 ]
> {code}



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