Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
Repro:
tbl <- tibble::tibble(
int = c(1, NA, NaN, -1)
)
batch <- record_batch(tbl)
as_tibble(batch)
# A tibble: 4 x 1
int <dbl>
1 1
2 NA
3 NA
4 -1
Notice NaN is replaced with NA
Attachments
Issue Links
- links to