Skip to content

Commit 20ad20b

Browse files
test comment
1 parent a720fcb commit 20ad20b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/tests/tests.Rraw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20775,7 +20775,7 @@ x = data.table(a=1, b=2L)
2077520775
y = data.table(c=1.5, d=1L)
2077620776
test(2297.31, y[x, on=.(c == a, d == a), nomatch=NULL], output="Empty data.table (0 rows and 3 cols): c,d,b")
2077720777

20778-
# #6605: Joins do not warn user when using POSc and Date comparisons
20778+
# Ensure a warning when trying problematic join on mismatched time types, #6605
2077920779
test(2297.41, data.table(a = .POSIXct(20000L), v1 = 1)[data.table(a = .Date(20000L), v2 = 2), on = "a"], output = ".+", warning = "incompatible")
2078020780

2078120781
# rbindlist(l, use.names=TRUE) should handle different colnames encodings #5452

0 commit comments

Comments
 (0)