mrpowers-io / spark-fast-tests

Apache Spark testing helpers (dependency free & works with Scalatest, uTest, and MUnit)
https://mrpowers-io.github.io/spark-fast-tests/
MIT License
429 stars 77 forks source link

Row Comparer support Tolerance on nested Row #123

Closed zeotuan closed 3 weeks ago

zeotuan commented 4 months ago

Row comparer currently only support tolerance on first layer of row. After that it will default to Row built in equals implementation

SemyonSinchenko commented 1 month ago

@zeotuan May you provide little more details about an issue and a possible solution?