UWHustle / hustle-in-Rust-now-defunct

Hustle
GNU General Public License v3.0
7 stars 1 forks source link

Enforce unique column names in the execution engine #69

Closed mattdutson closed 5 years ago

mattdutson commented 5 years ago

Current lack of enforcement leads to ambiguity in queries and errors when converting to Numpy.

This issue is apparent when joining two tables with a shared attribute.