HPI-Information-Systems/Metanome

Robustness issues when a relation name is null

Closed this issue · 1 comments

As I encountered with Redshift, Metanome fails to deal with ColumnCombinations because the ResultIterator could not infer a name for the profiled relation. To cope with this, we can (i) infer a default table name and (ii) reckon with table names being null in affected classes.

Fixed in PR #364.