-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/73416/
-----------------------------------------------------------
Review request for atlas, Ashutosh Mestry, Jayendra Parab, Nixon Rodrigues, and
Sarath Subramanian.
Bugs: ATLAS-4336
https://issues.apache.org/jira/browse/ATLAS-4336
Repository: atlas
Description
-------
Currently type can be updated with an attribute whose name starts with "__"
like __guid.
This gets mixed up with system attributes.
Hence attribute names should not be allowed to be started with double
underscore or following attribute names (system attribute names) should be
restricted when a type is created or updated :
__classificationNames
__modifiedBy
__createdBy
__state
__typeName
__modificationTimestamp
__propagatedClassificationNames
__customAttributes
__isIncomplete
__guid
__timestamp
__labels
Diffs
-----
repository/src/main/java/org/apache/atlas/repository/store/graph/v2/AtlasAbstractDefStoreV2.java
3dab120
Diff: https://reviews.apache.org/r/73416/diff/1/
Testing
-------
Thanks,
Mandar Ambawane