Mandar Ambawane created ATLAS-4605:
--------------------------------------
Summary: Prevent NullPointerException when Atlas Vertex is empty
because of corrupted data.
Key: ATLAS-4605
URL: https://issues.apache.org/jira/browse/ATLAS-4605
Project: Atlas
Issue Type: Improvement
Components: atlas-core
Reporter: Mandar Ambawane
Assignee: Mandar Ambawane
Because of corrupted data, there may be a chance of having AtlasVertex as an
empty, which means AtlasVertex does not have any property present in it.
This can cause NullPointerException while populating System attributes as well
Normal attributes for AtlasEntity object.
To avoid NullPointerException we need to skip such vertices, so that they
cannot be used to populate system attributes and normal attributes.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)