-
Notifications
You must be signed in to change notification settings - Fork 51
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
Null ponter exception if there's a discriminator without a corresponding top level column #86
Comments
That is a very detailed bug report, thank you for that! I'll look into this. |
This was an interesting bug. It turned out that column definitions which are in the discriminator, but not in the table configuration cause anonimatron to not process that column, and when fixed, it would not anonimyze any of the columns in the discriminator configuration. |
…ter-#86 Bugfix/no top column nullpointer #86
Merged a fix for this issue to the develop branch, and should be part of release 1.14 of anonimatron. |
Describe the bug
The config below produces a
java.lang.NullPointerException
The config below does not, but then it anonymizes every meta_value entry:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Only alters rows with a meta_key of
first_name
. Leaves all other rows unchanged.Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: