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