Open pinakipb2 opened 3 days ago
In PR: https://github.com/datahub-project/datahub/pull/11514/files, empty strings were considered as null for ES indexing.
This is causing null pointer exception for entities, where browse path is empty string.
Which is emulated in the below test:
Have added test for the changes as well.
Checklist
Background:
In PR: https://github.com/datahub-project/datahub/pull/11514/files, empty strings were considered as null for ES indexing.
In Kibana:
From DB (aspect):
Issue:
This is causing null pointer exception for entities, where browse path is empty string.
Which is emulated in the below test:
Have added test for the changes as well.