Skip to content

Error % not calculated correctly for ColumnBased checks #41

Description

@samratmitra-0812

Example

CheckType: minNumRows
minValue: 1800
actualValue: 1144

In the above example error % should be (1800 - 1144) * 100/1800 = 36.44%
However, it is calculated as (1 * 100)/1144 = 0.09%

Similar issue exists for ColumnMaxCheck.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions