typelevel / frameless

Expressive types for Spark.
Apache License 2.0
872 stars 139 forks source link

project idea: frameless-scalacheck #147

Open tscholak opened 7 years ago

tscholak commented 7 years ago

Holden Karau has a project, https://github.com/holdenk/spark-testing-base, that provides scalacheck Gens and assert helpers for RDD, Dataframe, and Dataset. It would be cool if there was a frameless-scalacheck sub-project with a Gen for TypedDataset[A] where A: TypedEncoder.

OlivierBlanvillain commented 7 years ago

Highly related, package this law into something easily usable in user tests, similar to what being done with cats' laws.