-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/71046/#review216554
-----------------------------------------------------------


Ship it!




Ship It!

- Ashutosh Mestry


On July 10, 2019, 2:14 p.m., Nikhil Bonte wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/71046/
> -----------------------------------------------------------
> 
> (Updated July 10, 2019, 2:14 p.m.)
> 
> 
> Review request for atlas, Ashutosh Mestry, madhan, Nixon Rodrigues, and 
> Sarath Subramanian.
> 
> 
> Bugs: ATLAS-3324
>     https://issues.apache.org/jira/browse/ATLAS-3324
> 
> 
> Repository: atlas
> 
> 
> Description
> -------
> 
> Right now Incremental export is supported if it is for hive_db.
> This patch will enable Incremental export with hive_table.
> This will export hive_table & its connected entities provided qualifies 
> changeMarker.
> 
> 
> Diffs
> -----
> 
>   
> repository/src/main/java/org/apache/atlas/repository/impexp/EntitiesExtractor.java
>  15cb111 
>   
> repository/src/main/java/org/apache/atlas/repository/impexp/ExportService.java
>  5055607 
>   
> repository/src/main/java/org/apache/atlas/repository/impexp/IncrementalExportEntityProvider.java
>  256d9de 
>   
> repository/src/test/java/org/apache/atlas/repository/impexp/ExportIncrementalTest.java
>  1d44081 
> 
> 
> Diff: https://reviews.apache.org/r/71046/diff/3/
> 
> 
> Testing
> -------
> 
> Added unit test.
> Passing unit tests.
> Verified Manually.
> e.g. : 
> {
>    "itemsToExport":[
>       {
>          "typeName":"hive_table",
>          "uniqueAttributes":{
>             "qualifiedName":"largedb.testtable_7@cluster0"
>          }
>       }
> 
>    ],
>    "options":{
>      "fetchType" : "incremental", 
>      "changeMarker" : 1562741110005,
>      "skipLineage": true
>    }
> }
> 
> 
> Thanks,
> 
> Nikhil Bonte
> 
>

Reply via email to