Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] The input_count is less than the output_count in the stats table #63

Open
DevathiNNikhil opened this issue Jan 5, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@DevathiNNikhil
Copy link

Describe the bug
The values that are observed in the output_count are sometimes more than the value of input_count. This case was happened only few times for the many times the execution has happened

To Reproduce
The checks performed on the table are row_dq and to be specific the rules are null_validation and uniqueness check and the rules was defined as it is defined in documentation. All the rules has been passed successfully with zero error rate but out of my experimentation on many tables it specifically happened on 2 tables

Expected behavior
Expected that input_counts to be equal to output_counts

Screenshots
image001

The spark expectations version that has been used is 0.8.1

@DevathiNNikhil DevathiNNikhil added the bug Something isn't working label Jan 5, 2024
@asingamaneni
Copy link
Collaborator

@DevathiNNikhil Can you please try with the latest version of the codebase and let us know if you still have the issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants