You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by Madhan Neethiraj <ma...@apache.org> on 2018/01/04 00:04:04 UTC

Review Request 64937: ATLAS-2332: support for attributes having nested collection datatype

-----------------------------------------------------------
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


Re: Review Request 64937: ATLAS-2332: support for attributes having nested collection datatype

Posted by Sarath Subramanian <sa...@apache.org>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/64937/#review194793
-----------------------------------------------------------


Ship it!




Ship It!

- Sarath Subramanian


On Jan. 3, 2018, 4:04 p.m., Madhan Neethiraj wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/64937/
> -----------------------------------------------------------
> 
> (Updated Jan. 3, 2018, 4:04 p.m.)
> 
> 
> 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
> 
>