Describe the bug
Join on sq type fails. I am trying to join two tables on sq column.
To Reproduce
tibble(sq=sq(c("CTGAATGCAGT", "ATGCCGT", "CAGACCATT"))) %>% inner_join(.,.)
->
Joining with `by = join_by(sq)`
Error: Unsupported type raw
Desktop :
- OS: MacOS 14.7.1 (23H222)
- R version 4.3.1 (2023-06-16)