MrPowers / chispa

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

Make proper StructField comparer and DataType comparer abstractions #73

Open MrPowers opened 1 year ago

MrPowers commented 1 year ago

These comparers should be abstracted to separate files and fully unit tested.

DataType compares are more complex than they seem at first blush. There are a bunch of nested options that deserve full unit testing.