FRosner / drunken-data-quality

Spark package for checking data quality
Apache License 2.0
222 stars 69 forks source link

Move header and prologue to PrintStream reporter class #70

Closed FRosner closed 8 years ago

FRosner commented 8 years ago

As the two fields header and prologue are specific to printed reports, they should be moved there. A check itself does not necessarily need them (see #69 or #67).