v3.0.0
What's Changed
- Remove unnecessary column sort before the rows are sorted by @MrPowers in #92
- Updated to scala 2.13 compatibility (to support spark 3.2) by @skestle in #95
- ignoreNullable on complex Spark data types by @Dressingoak in #97
- Enable cross spark version by @alfonsorr in #106
- Update sclafmt plugin and sbt version by @SemyonSinchenko in #128
- Package version upgrade by @zeotuan in #131
- Support unordered column compare by @zeotuan in #132
- Add Laika and API docs by @SemyonSinchenko in #134
- Add AssertApproximateSmallDataFrameEquality by @zeotuan in #133
- Hot-fix doc by @SemyonSinchenko in #137
- Update sbt to the latest version. Unlocks use of newer jvm versions. by @alfonsorr in #139
- Feature/codeowners by @alfonsorr in #140
- Codeowners file was not created correctly by @alfonsorr in #141
- Avoid double executions for each spark version when a pull request is… by @alfonsorr in #142
- Add color diff for small dataframe comparison by @happytomatoe in #143
- Avoid making an execution not used later. by @alfonsorr in #154
- Update spark and plugins version to to latest. by @alfonsorr in #151
- Newer versions of java dont accept CMSClassUnloadingEnabled option by @alfonsorr in #153
- Init benchmarks module with multi-projects structure by @zeotuan in #147
- Make colored-diff also work on small dataset by @zeotuan in #150
- Improved CI - check fmt by @alfonsorr in #156
- Column Comparer benchmarks by @zeotuan in #158
- color diff between actual and expected row for column comparer by @zeotuan in #157
- correct spark-sql should be provided dep by @zeotuan in #162
- Separate docs by @zeotuan in #161
- test ColumnComparer with StructType by @zeotuan in #168
- Add test to verify ignoreNullable work when false by @zeotuan in #167
- Schema color diff by @zeotuan in #166
- Add option to enable metadata comparison by @zeotuan in #164
- Make it easier to write message color diff test by @zeotuan in #171
- Release Ci pipeline by @zeotuan in #174
- CI only to check PR. Release of snapshots. by @alfonsorr in #175
- Add tree-string color diff by @zeotuan in #176
- Publish to SonaType Central by @zeotuan in #179
- Update Documentation by @zeotuan in #180
- Add setup sbt steps by @zeotuan in #182
- Fix Sonatype Central Ci release (#20) by @zeotuan in #183
- Only publish core(spark-fast-test) module (#21) by @zeotuan in #184
New Contributors
- @skestle made their first contribution in #95
- @Dressingoak made their first contribution in #97
- @SemyonSinchenko made their first contribution in #128
- @happytomatoe made their first contribution in #143
Full Changelog: v1.0.0...v3.0.0