Skip to content

Commit fc67d72

Browse files
ws
1 parent fe23e00 commit fc67d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/merge.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ merge.data.table = function(x, y, by = NULL, by.x = NULL, by.y = NULL, all = FAL
9898
}
9999

100100
dt = tryCatch(
101-
y[x, nomatch=if (all.x) NA else NULL, on=by, allow.cartesian=allow.cartesian],
101+
y[x, nomatch=if (all.x) NA else NULL, on=by, allow.cartesian=allow.cartesian],
102102
dt_bmerge_incompatible_type_error = function(e) {
103103
x_part_col_name = e$bmerge_i_arg_col_name
104104
x_part_type = e$bmerge_i_arg_type

0 commit comments

Comments
 (0)