Skip to content

Releases: mrpowers-io/spark-fast-tests

Release v2.2.1_0.7.0

18 Mar 16:47
Compare
Choose a tag to compare
Version bump to 2.2.1_0.7.0

Release v2.2.0_0.7.0

18 Mar 16:40
Compare
Choose a tag to compare
Version bump to 2.2.0_0.7.0

v0.7.0

04 Feb 23:30
Compare
Choose a tag to compare
Mark private methods in DatasetComparer and add documentation for the…

v0.5.0

05 Oct 02:26
Compare
Choose a tag to compare

Summary of changes:

  • Add the assertSmallDataFrameEquality method in case the user doesn't want to use assertSmallDatasetEquality. assertSmallDatasetEquality works for both DataFrames and Datasets whereas assertSmallDataFrameEquality only works for DataFrames.

  • Add the assertLargeDataFrameEquality method

v0.3.0

31 May 04:29
Compare
Choose a tag to compare

Use Dataset generics for base classes instead of relying on the DataFrame API.

Diff of changes: v0.2.0...v0.3.0

v0.2.0

11 Apr 21:21
Compare
Choose a tag to compare

Summary of changes:

  • Used the spark-testing-base code to add an assertDataFrameEquality method

Compare view of changes: v0.1.0...v0.2.0

v0.1.0

09 Apr 23:47
Compare
Choose a tag to compare

Summary of changes:

  • Added a RDDComparer trait with an assertSmallRDDEquality method to compare the equality of two RDDs

Full list of changes: v0.0.1...v0.1.0

v0.0.1

08 Apr 00:30
Compare
Choose a tag to compare

First release!!

Add a assertSmallDataFrameEquality to validate the equality of two small DataFrames.

Still need to explore a bunch of edge cases... I'm confident this code is full of bugs!