You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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, uniontibble::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
The text was updated successfully, but these errors were encountered: