FRosner / drunken-data-quality

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

Check constructor also taking table name and implicit sql context #19

Closed FRosner closed 9 years ago

FRosner commented 9 years ago

It would be nice to have another constructor where we accept a table name and look for an implicit SQL context. This allows us to write the table name instead of that ugly data frame string representation in the blue text.

FRosner commented 9 years ago

Already done in #24