spark-fast-tests
spark-fast-tests copied to clipboard
Feature: Timestamps tolerance for assertApproximateDataFrameEquality
Before this PR assertApproximateDataFrameEquality
method shared precision
argument to check decimal numbers (decimal
type --> 0 < value < 1
) & timestamps (long
type --> 0 < value
)