HPI-Information-Systems / Metanome

The source repository of the Metanome tool
metanome.de
Apache License 2.0
171 stars 62 forks source link

Robustness issues when a relation name is null #363

Closed sekruse closed 7 years ago

sekruse commented 7 years ago

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.

sekruse commented 7 years ago

Fixed in PR #364.