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 12:44:00 UTC

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

Jonathan Keane created ARROW-14221:
--------------------------------------

             Summary: [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


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)