In the case where there was a column name collision between a table and its reference table, the materialize.tables interface was not building queries with the correct column name even though it was smart enough to keep that information in its metadata. This PR fixes this.
In the case where there was a column name collision between a table and its reference table, the
materialize.tables
interface was not building queries with the correct column name even though it was smart enough to keep that information in its metadata. This PR fixes this.