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.
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.