JuliaData / IndexedTables.jl

Flexible tables with ordered indices
https://juliadb.org
MIT License
121 stars 37 forks source link

Fix join when lkey and rkey have different names #247

Closed piever closed 5 years ago

piever commented 5 years ago

Old behavior relied on StructArrays not checking that eltype and column named tuple have the same names.