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

Core: dataintegrity doesn't check the number of fields. #1359

Open
rizlik opened this issue Sep 29, 2019 · 0 comments
Open

Core: dataintegrity doesn't check the number of fields. #1359

rizlik opened this issue Sep 29, 2019 · 0 comments

Comments

@rizlik
Copy link

rizlik commented Sep 29, 2019

dataintegrity fails to detect missing fields or empty object.

This because verifyRow routine "trusts" the field map returned from the DB

and
for (Map.Entry<String, ByteIterator> entry : cells.entrySet()) {

As an example it doesn't detect the issue #1358 (you can find a test script there)

@rizlik rizlik mentioned this issue Sep 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant