-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/64937/
-----------------------------------------------------------
Review request for atlas.
Bugs: ATLAS-2332
https://issues.apache.org/jira/browse/ATLAS-2332
Repository: atlas
Description
-------
Updated type-def and instance modules to enable attributes with nested
collection datatypes, like map<string,array<string>>, array<map<string,string>>
Diffs
-----
intg/src/test/java/org/apache/atlas/TestUtilsV2.java 25d502ba
repository/src/main/java/org/apache/atlas/repository/graph/GraphHelper.java
0a13efb1
repository/src/main/java/org/apache/atlas/repository/graph/GraphToTypedInstanceMapper.java
bbacb146
repository/src/main/java/org/apache/atlas/repository/store/graph/v1/EntityGraphMapper.java
0d8b026b
repository/src/main/java/org/apache/atlas/repository/store/graph/v1/EntityGraphRetriever.java
7758b1e2
repository/src/test/java/org/apache/atlas/repository/store/graph/AtlasTypeDefGraphStoreTest.java
242c07fc
repository/src/test/java/org/apache/atlas/repository/store/graph/v1/AtlasEntityStoreV1Test.java
8a13b685
typesystem/src/main/java/org/apache/atlas/typesystem/types/TypeUtils.java
6a14dc41
typesystem/src/main/java/org/apache/atlas/typesystem/types/TypedStructHandler.java
9afa8730
Diff: https://reviews.apache.org/r/64937/diff/1/
Testing
-------
added unit tests to validate handling of attributes with nested collection
datatypes
Thanks,
Madhan Neethiraj