Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-12511

[R] na.omit test error on Array and ChunkedArray

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • 3.0.0
    • None
    • R
    • None

    Description

      _This is linked to https://github.com/apache/arrow/pull/10056._

      R 3.3. nightly

      See https://github.com/ursacomputing/crossbow/runs/2407283789#step:7:11574, which is the nightly build for R 3.3. Please notice that R 3.4 and 3.5 pass the build on bionic.

      One of the errors is:

      ── Error (test-na-omit.R:32:3): na.omit on Array and ChunkedArray ──────────────
      Error: attempt to replicate an object of type 'closure'
      Backtrace:
          █
       1. └─arrow:::expect_vector_equal(na.omit(input), data_na, ignore_attr = TRUE) test-na-omit.R:32:2
       2.   └─arrow:::expect_as_vector(via_array, expected, ignore_attr, ...) helper-expectation.R:170:4
       3.     └─base::ifelse(ignore_attr, expect_equivalent, expect_equal) helper-expectation.R:19:2
      ── Error (test-na-omit.R:37:3): na.exclude on Array and ChunkedArray ───────────
      

      R without Arrow

      See https://dev.azure.com/ursacomputing/crossbow/_build/results?buildId=4117&view=logs&j=0da5d1d9-276d-5173-c4c4-9d4d4ed14fdb&t=d9b15392-e4ce-5e4c-0c8c-b69645229181&l=532. This is a different error which happens t appear with test-na-omit. In the case the error is:

      ── Error (test-na-omit.R:20:1): (code run outside of `test_that()`) ────────────
      Error: Cannot call vec_to_arrow(). See https://arrow.apache.org/docs/r/articles/install.html for help installing Arrow C++ libraries. 
      Backtrace:
          █
       1. └─Scalar$create(NA) test-na-omit.R:20:0
       2.   ├─arrow:::Array__GetScalar(Array$create(x, type = type), 0)
       3.   └─Array$create(x, type = type)
       4.     └─arrow:::vec_to_arrow(x, type)
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            pachamaltese Mauricio 'Pachá' Vargas Sepúlveda
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: