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

[R] Missing cases for ChunkedArray conversion

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.12.0
    • R

    Description

       library(arrow)
       tab <- table(iris)
       tab$schema()
       #> arrow::Schema 
       #> Sepal.Length: double
       #> Sepal.Width: double
       #> Petal.Length: double
       #> Petal.Width: double
       #> Species: dictionary<values=string, indices=int8, ordered=0>
      
      as_tibble(tab)
       #> Error in Table__to_dataframe(x): cannot handle Array of type 26
       # simpler reprex:
       a <- chunked_array(factor(c("a", "b")))
       a$as_vector()
       #> Error in ChunkedArray__as_vector(self): cannot handle Array of type 26
      

      Attachments

        Issue Links

          Activity

            People

              romainfrancois Romain Francois
              romainfrancois Romain Francois
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 50m
                  50m