Skip to content

Implement date type #124

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Tracked by #205
thisisnic opened this issue May 19, 2022 · 0 comments · Fixed by #214
Closed
Tracked by #205

Implement date type #124

thisisnic opened this issue May 19, 2022 · 0 comments · Fixed by #214

Comments

@thisisnic
Copy link
Contributor

library(dplyr, warn.conflicts = FALSE)
library(substrait, warn.conflicts = FALSE)

tibble::tibble(date = Sys.Date()) %>%
  duckdb_substrait_compiler() %>%
  collect()
#> Error in as_substrait.default(X[[i]], ...): Can't create substrait.Type from object of type 'Date'

Created on 2022-05-19 by the reprex package (v2.0.0)

@thisisnic thisisnic changed the title Implement datetime types Implement date type Nov 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant