-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/64943/
-----------------------------------------------------------
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
-----
graphdb/janus/src/main/java/org/apache/atlas/repository/graphdb/janus/AtlasJanusGraphDatabase.java
e507a8ad
graphdb/janus/src/main/java/org/apache/atlas/repository/graphdb/janus/serializer/StringListSerializer.java
fa6f5fda
intg/src/test/java/org/apache/atlas/TestUtilsV2.java bbccf77c
repository/src/main/java/org/apache/atlas/repository/graph/GraphHelper.java
3e602431
repository/src/main/java/org/apache/atlas/repository/store/graph/v1/EntityGraphMapper.java
f6a15b69
repository/src/main/java/org/apache/atlas/repository/store/graph/v1/EntityGraphRetriever.java
706e7373
repository/src/test/java/org/apache/atlas/repository/store/graph/AtlasTypeDefGraphStoreTest.java
e1047220
repository/src/test/java/org/apache/atlas/repository/store/graph/v1/AtlasEntityStoreV1Test.java
1f8b9fdb
Diff: https://reviews.apache.org/r/64943/diff/1/
Testing
-------
added unit tests to validate handling of attributes with nested collection
datatypes
Thanks,
Madhan Neethiraj