Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
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
- links to