Skip to content

Commit af1f0a7

Browse files
hb
1 parent 2b7edce commit af1f0a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/bmerge.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ bmerge = function(i, x, icols, xcols, roll, rollends, nomatch, mult, ops, verbos
6767
# Incompatible factor join: Factor vs (Not Factor and Not Character)
6868
# The 'message' attribute must match the *old* error for direct calls to bmerge (e.g., DT[otherDT])
6969
condition_message <- sprintf(
70-
"Incompatible join types: %s (%s) and %s (%s)", # Exact match for tests like 2044.24
70+
"Incompatible join types: %s (%s) and %s (%s). Factor columns must join to factor or character columns.", # Exact match for tests like 2044.24
7171
xname, x_merge_type,
7272
iname, i_merge_type
7373
)

0 commit comments

Comments
 (0)