Skip to content

Commit 8b74cc6

Browse files
Jan's clarifying comment
1 parent 2707d2c commit 8b74cc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/data.table.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ replace_dot_alias = function(e) {
520520
}
521521
i = .shallow(i, retain.key = TRUE)
522522
ans = bmerge(i, x, leftcols, rightcols, roll, rollends, nomatch, mult, ops, verbose=verbose)
523-
if (mult == "error") mult = "all"
523+
if (mult == "error") mult = "all" ## error should have been raised inside bmerge() call above already, if it wasn't continue as mult="all"
524524
xo = ans$xo ## to make it available for further use.
525525
# temp fix for issue spotted by Jan, test #1653.1. TODO: avoid this
526526
# 'setorder', as there's another 'setorder' in generating 'irows' below...

0 commit comments

Comments
 (0)