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

[jira] [Resolved] (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 ]

Jonathan Keane resolved ARROW-14221.
------------------------------------
    Resolution: Fixed

> [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
>             Fix For: 6.0.0
>
>          Time Spent: 40m
>  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)