-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/58833/
-----------------------------------------------------------
(Updated May 1, 2017, 8:17 p.m.)
Review request for atlas, Madhan Neethiraj, Sarath Subramanian, and Suma
Shivaprasad.
Changes
-------
Updated commit message and added link to apache JIRA
Bugs: ATLAS-1762
https://issues.apache.org/jira/browse/ATLAS-1762
Repository: atlas
Description
-------
Following tests
1. Creating a type with super type that doesn’t exist
2. Updating a type with super type that doesn’t exist
3. Creating a type with attribute of unknown data type
throw 404 Not Found error. Expected is 400 Bad Request.
Diffs (updated)
-----
repository/src/main/java/org/apache/atlas/repository/store/graph/AtlasTypeDefGraphStore.java
82465bfc
Diff: https://reviews.apache.org/r/58833/diff/2/
Changes: https://reviews.apache.org/r/58833/diff/1-2/
Testing
-------
mvn clean package executes successfully
Thanks,
Apoorv Naik