AbsaOSS / spark-commons

Apache License 2.0
7 stars 0 forks source link

Make the `ExplosionSuite` test independent on the Spark print-out style #40

Closed benedeki closed 2 years ago

benedeki commented 2 years ago

Background

The tests in ExplosionSuite are depending on the style of the DataFrame print-out style (show method). This can and does easily change between versions.

Feature

Make the test to compare actual data, not the print-out.