MrPowers / chispa

PySpark test helper methods with beautiful error messages
https://mrpowers.github.io/chispa/
MIT License
595 stars 65 forks source link

Add unit tests to highlight limitations of this library #72

Open MrPowers opened 1 year ago

MrPowers commented 1 year ago

Let's add some unit tests that highlight the limitations of this library.

Situations like DataFrames with nested schemas, nested arrays, NaN values, and any other weird edge case that we need to support.

This will hopefully encourage the open source community to fill the gaps.

MrPowers commented 1 year ago

Equality with arrays contaning NaN & None values is another good check to add.