Skip to content

Commit

Permalink
comment ref. issue
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico authored Nov 27, 2024
1 parent 56e3169 commit 8deaa6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/bmerge.R
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ bmerge = function(i, x, icols, xcols, roll, rollends, nomatch, mult, ops, verbos
} else stopf("Incompatible join types: %s is type integer64 but %s is type double and contains fractions", nm[2L], nm[1L])
} else {
# just integer and double left
ic_idx = which(icol == icols) # check if on is joined on multiple conditions
ic_idx = which(icol == icols) # check if on is joined on multiple conditions, #6602
if (i_merge_type=="double") {
coerce_x = FALSE
if (!isReallyReal(i[[icol]])) {
Expand Down

0 comments on commit 8deaa6a

Please sign in to comment.