Query.jl icon indicating copy to clipboard operation
Query.jl copied to clipboard

Should joins require equal types of the keys?

Open davidanthoff opened this issue 8 years ago • 1 comments

davidanthoff avatar Jun 13 '17 20:06 davidanthoff

I would say yes, because failing that requirement is more informative than an error thrown somewhere out of the source of queries when you want to match a string and an Int, say. R data.table requires the types to match.

floswald avatar Jun 14 '17 08:06 floswald