Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
They're included but the values are all null.
Minimal reproducer in R:
library(arrow) dir.create("testds/c=5", recursive = TRUE) cat("a,b\n1,2\n", file = "testds/c=5/test.csv") ds <- open_dataset("testds", format = "csv") ds ## FileSystemDataset with 1 csv file ## a: int64 ## b: int64 ## c: int32 dplyr::collect(ds) ## # A tibble: 1 x 3 ## a b c ## <int> <int> <int> ## 1 1 2 NA
Attachments
Issue Links
- links to