Skip to content
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

Error calling select on i64 column #270

Open
thisisnic opened this issue Apr 14, 2023 · 0 comments
Open

Error calling select on i64 column #270

thisisnic opened this issue Apr 14, 2023 · 0 comments

Comments

@thisisnic
Copy link
Contributor

library(substrait)
#> 
#> Attaching package: 'substrait'
#> The following object is masked from 'package:stats':
#> 
#>     filter
library(dplyr)
#> 
#> Attaching package: 'dplyr'
#> The following objects are masked from 'package:stats':
#> 
#>     filter, lag
#> The following objects are masked from 'package:base':
#> 
#>     intersect, setdiff, setequal, union

tibble::tibble(x = as.Date("1987-10-09")) %>%
  duckdb_substrait_compiler() %>%
  mutate(x = year(x)) %>%
  select(x)
#> Error in from_substrait.vctrs_unspecified(dots[[1L]][[1L]], dots[[2L]][[1L]]): Can't convert substrait.Type<i64> to ptype<any>

Created on 2023-04-14 with reprex v2.0.2

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

No branches or pull requests

1 participant