Skip to content

Tests fail with Spark 1.3.0 #90

@FRosner

Description

@FRosner
[info] A NumberOfRowsConstraint
Checking [column: int]
It has a total number of 1 columns and 3 rows.
- The number of rows satisfies (count = 3).

[info] - should succeed if the actual number of rows is equal to the expected *** FAILED ***
[info]   Map(NumberOfRowsConstraint((count = 3)) -> NumberOfRowsConstraintResult(NumberOfRowsConstraint((count = 3)),3,de.frosner.ddq.constraints.ConstraintSuccess$@1e02dfb7)) was not equal to Map(NumberOfRowsConstraint((count = 3)) -> NumberOfRowsConstraintResult(NumberOfRowsConstraint((count = 3)),3,de.frosner.ddq.constraints.ConstraintSuccess$@1e02dfb7)) (NumberOfRowsConstraintTest.scala:18)
Checking [column: int]
It has a total number of 1 columns and 3 rows.
- The actual number of rows 3 does not satisfy ((count < 3) || (count > 3)).

[info] - should fail if the number of rows is not in the expected range *** FAILED ***
[info]   Map(NumberOfRowsConstraint(((count < 3) || (count > 3))) -> NumberOfRowsConstraintResult(NumberOfRowsConstraint(((count < 3) || (count > 3))),3,de.frosner.ddq.constraints.ConstraintFailure$@336d0940)) was not equal to Map(NumberOfRowsConstraint(((count < 3) || (count > 3))) -> NumberOfRowsConstraintResult(NumberOfRowsConstraint(((count < 3) || (count > 3))),3,de.frosner.ddq.constraints.ConstraintFailure$@336d0940)) (NumberOfRowsConstraintTest.scala:32)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions