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




webapp/src/main/java/org/apache/atlas/examples/QuickStartV2.java
Line 354 (original), 354 (patched)
<https://reviews.apache.org/r/72335/#comment308634>

    salesDB.getTypeName()     => SALES_DB
    logDB.getTypeName()       => LOGGING_DB
    reportingDB.getTypeName() => REPORTING_DB



webapp/src/main/java/org/apache/atlas/examples/QuickStartV2.java
Line 506 (original), 506 (patched)
<https://reviews.apache.org/r/72335/#comment308635>

    Database  => databaseName
    TableName => tableName
    name      => columnName



webapp/src/main/java/org/apache/atlas/examples/QuickStartV2.java
Line 354 (original), 354 (patched)
<https://reviews.apache.org/r/72335/#comment308636>

    salesDB.getTypeName()     => SALES_DB
    logDB.getTypeName()       => LOGGING_DB
    reportingDB.getTypeName() => REPORTING_DB



webapp/src/main/java/org/apache/atlas/examples/QuickStartV2.java
Line 506 (original), 506 (patched)
<https://reviews.apache.org/r/72335/#comment308637>

    Database  => databaseName
    TableName => tableName
    name      => columnName



webapp/src/main/java/org/apache/atlas/examples/QuickStartV2.java
Line 354 (original), 354 (patched)
<https://reviews.apache.org/r/72335/#comment308639>

    salesDB.getTypeName()     => SALES_DB
    logDB.getTypeName()       => LOGGING_DB
    reportingDB.getTypeName() => REPORTING_DB



webapp/src/main/java/org/apache/atlas/examples/QuickStartV2.java
Line 506 (original), 506 (patched)
<https://reviews.apache.org/r/72335/#comment308638>

    Database  => databaseName
    TableName => tableName
    name      => columnName


- Madhan Neethiraj


On April 13, 2020, 6:41 a.m., chaitali wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/72335/
> -----------------------------------------------------------
> 
> (Updated April 13, 2020, 6:41 a.m.)
> 
> 
> Review request for atlas, Madhan Neethiraj, Nixon Rodrigues, and Sarath 
> Subramanian.
> 
> 
> Bugs: ATLAS-3724
>     https://issues.apache.org/jira/browse/ATLAS-3724
> 
> 
> Repository: atlas
> 
> 
> Description
> -------
> 
> When we create entity of type Column (app_id) first with Table 
> log_fact_daily_mv and then same entity with Table logging_fact_monthly_mv 
> using same qualified name both the times.Column app_id relationship reflects 
> only recent assigned Table.
> 
> This patch sets the qualified name format db.table.column@cluster which 
> breaks the ambiguity.
> 
> 
> Diffs
> -----
> 
>   webapp/src/main/java/org/apache/atlas/examples/QuickStartV2.java b5d2a47ec 
>   webapp/src/main/java/org/apache/atlas/examples/QuickStartV2.java b5d2a47ec 
>   webapp/src/main/java/org/apache/atlas/examples/QuickStartV2.java b5d2a47ec 
> 
> 
> Diff: https://reviews.apache.org/r/72335/diff/3/
> 
> 
> Testing
> -------
> 
> Pre-commit: 
> https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/1788/console
> 
> 
> Thanks,
> 
> chaitali
> 
>

Reply via email to