Releases: mrpowers-io/spark-fast-tests
Releases · mrpowers-io/spark-fast-tests
Release v2.2.1_0.7.0
Version bump to 2.2.1_0.7.0
Release v2.2.0_0.7.0
Version bump to 2.2.0_0.7.0
v0.7.0
v0.5.0
Summary of changes:
-
Add the
assertSmallDataFrameEquality
method in case the user doesn't want to useassertSmallDatasetEquality
.assertSmallDatasetEquality
works for both DataFrames and Datasets whereasassertSmallDataFrameEquality
only works for DataFrames. -
Add the
assertLargeDataFrameEquality
method
v0.3.0
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
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
Summary of changes:
- Added a
RDDComparer
trait with anassertSmallRDDEquality
method to compare the equality of two RDDs
Full list of changes: v0.0.1...v0.1.0