Skip to content

Commit

Permalink
Add issue link to factor issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nealrichardson committed Nov 6, 2024
1 parent 151db3a commit a89c1fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r/tests/testthat/test-dplyr-distinct.R
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ test_that("distinct() can return all columns", {
# hash_one prefers to keep non-null values, which is different from .keep_all in dplyr
# so we can't compare the result directly
expected <- tbl %>%
# Drop factor because:
# Drop factor because of #44661:
# NotImplemented: Function 'hash_one' has no kernel matching input types
# (dictionary<values=string, indices=int8, ordered=0>, uint8)
select(-fct) %>%
Expand Down

0 comments on commit a89c1fe

Please sign in to comment.