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
Submitted by: Arun ; Assigned to: Nobody; R-Forge link
The error message suggesting to use allow.cartesian=TRUE currently is:
# Error in vecseq(f__, len__, if (allow.cartesian) NULL else as.integer(max(nrow(x), : # Join results in 320342 rows; more than 160171 = max(nrow(x),nrow(i)). Check for duplicate key # values in i, each of which join to the same group in x over and over again. If that's ok, try including `j` # and dropping `by` (by-without-by) so that j runs for each group to avoid the large allocation. If you # are sure you wish to proceed, rerun with allow.cartesian=TRUE. Otherwise, please search for this # error message in the FAQ, Wiki, Stack Overflow and datatable-help for advice.
However, this also happens when x has duplicate values but not i. Check eddi's post here for an example.
So, it's a bit misleading to check for i having duplicate keys.. Not sure how to change it yet. Filing so that we don't miss it.
The text was updated successfully, but these errors were encountered:
Submitted by: Arun ; Assigned to: Nobody; R-Forge link
The error message suggesting to use
allow.cartesian=TRUE
currently is:However, this also happens when
x
has duplicate values but noti
. Check eddi's post here for an example.So, it's a bit misleading to check for
i
having duplicate keys.. Not sure how to change it yet. Filing so that we don't miss it.The text was updated successfully, but these errors were encountered: