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
Copy file name to clipboardExpand all lines: docs/userguide/advanced_data_comparison.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -250,8 +250,9 @@ FAILURE
250
250
at "anonymous block", line 15
251
251
```
252
252
**Note**
253
-
> `join_by` matcher is much faster on performing data comparison, consider using `join_by` over unordered
254
-
> `contain` matcher is not considering orde
5ACE
r of compared data-sets. Using `unordered` makes no difference (it's default)
253
+
> Consider using `join_by( columns... )` over `unordered()` with the `equal` matcher. The `join_by` method is much faster at performing data comparison.
254
+
>
255
+
> The `contain` matcher is not considering the order of the compared data-sets. Using `unordered` makes no difference (it's default).
0 commit comments