You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Nixon Rodrigues (JIRA)" <ji...@apache.org> on 2018/06/07 11:41:00 UTC

[jira] [Comment Edited] (ATLAS-2743) Create Entity UI renders Name and QualifiedName attribute textfield twice for Avrotype.

    [ https://issues.apache.org/jira/browse/ATLAS-2743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16504553#comment-16504553 ] 

Nixon Rodrigues edited comment on ATLAS-2743 at 6/7/18 11:40 AM:
-----------------------------------------------------------------

Removing  'Asset' as superType from Avro type from model JSON resolves the duplicate rendering issue.

Below is diff from patch ATLAS-2743.patch for review 
{noformat}
 diff --git a/addons/models/1000-Hadoop/1065-avro_model.json b/addons/models/1000-Hadoop/1065-avro_model.json
index 3eaddfb38..17fba8bb1 100644
--- a/addons/models/1000-Hadoop/1065-avro_model.json
+++ b/addons/models/1000-Hadoop/1065-avro_model.json
@@ -7,7 +7,7 @@
             "name": "avro_type",
             "description": "Atlas Type representing Abstract Avro Type",
             "superTypes": [
-                "DataSet", "Asset"
+                "DataSet"
             ],
{noformat}


was (Author: nixonrodrigues):
Removing  'Asset' as superType from Avro type from model JSON resolves the duplicate rendering issue.

Below is diff from patch ATLAS-2743.patch^!/jira/images/icons/link_attachment_7.gif|width=7,height=7! ^ for review 
{noformat}
 diff --git a/addons/models/1000-Hadoop/1065-avro_model.json b/addons/models/1000-Hadoop/1065-avro_model.json
index 3eaddfb38..17fba8bb1 100644
--- a/addons/models/1000-Hadoop/1065-avro_model.json
+++ b/addons/models/1000-Hadoop/1065-avro_model.json
@@ -7,7 +7,7 @@
             "name": "avro_type",
             "description": "Atlas Type representing Abstract Avro Type",
             "superTypes": [
-                "DataSet", "Asset"
+                "DataSet"
             ],
{noformat}

> Create Entity UI renders Name and QualifiedName attribute textfield twice for Avrotype.
> ---------------------------------------------------------------------------------------
>
>                 Key: ATLAS-2743
>                 URL: https://issues.apache.org/jira/browse/ATLAS-2743
>             Project: Atlas
>          Issue Type: Bug
>    Affects Versions: 1.0.0
>            Reporter: Nixon Rodrigues
>            Priority: Major
>             Fix For: 1.1.0, 2.0.0
>
>         Attachments: ATLAS-2743.patch, Avro-Type.png
>
>
> !Avro-Type.png!



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)