Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
It'll be worth checking the other lubridate temporal extraction bindings to check if any others need extra arguments implementing too
library(lubridate) dates_table <- data.frame( date = as.Date(c("1987-10-09", "2021-10-26")) ) dates_table_arrow <- Table$create(dates_table) dates_table_arrow %>% mutate( month = month(date, label = TRUE) ) %>% collect() # Error: Invalid: Function month accepts 1 arguments but attempted to look up kernel(s) with 2
Attachments
Issue Links
- links to