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
I'm writing bindings for dplyr::distinct() and I have a unit test which uses expect_dplyr_equal() and passes despite the result incorrectly dropping groups.
Neal Richardson / @nealrichardson:
It's because it is using expect_equivalent, which ignores attributes. I'll deal with this in ARROW-13550 (I have to in order to test that feature).
I'm writing bindings for
dplyr::distinct()
and I have a unit test which usesexpect_dplyr_equal()
and passes despite the result incorrectly dropping groups.See:
https://github.com/apache/arrow/pull/11143/files#diff-aea5ce6c4634423c094e06eaa84000ad9b92f7ed5127f1678dc51892c54003ceR56-R63
Reporter: Nicola Crane / @thisisnic
Assignee: Neal Richardson / @nealrichardson
Note: This issue was originally created as ARROW-14019. Please see the migration documentation for further details.
The text was updated successfully, but these errors were encountered: