You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by ma...@apache.org on 2017/01/06 01:12:00 UTC

incubator-atlas git commit: ATLAS-1429: fix hive model to make composite attributes as mandatory

Repository: incubator-atlas
Updated Branches:
  refs/heads/master 407ff00c1 -> 6c3b981ad


ATLAS-1429: fix hive model to make composite attributes as mandatory

Signed-off-by: Madhan Neethiraj <ma...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/6c3b981a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/6c3b981a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/6c3b981a

Branch: refs/heads/master
Commit: 6c3b981ad055fa17cae818c8f0f79ff49416de11
Parents: 407ff00
Author: Sarath Subramanian <ss...@hortonworks.com>
Authored: Wed Jan 4 14:25:49 2017 -0800
Committer: Madhan Neethiraj <ma...@apache.org>
Committed: Thu Jan 5 17:10:48 2017 -0800

----------------------------------------------------------------------
 addons/models/0030-hive_model.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/6c3b981a/addons/models/0030-hive_model.json
----------------------------------------------------------------------
diff --git a/addons/models/0030-hive_model.json b/addons/models/0030-hive_model.json
index 4bea160..2fe7820 100644
--- a/addons/models/0030-hive_model.json
+++ b/addons/models/0030-hive_model.json
@@ -326,7 +326,7 @@
                         }
                     ],
                     "isIndexable": false,
-                    "isOptional": true,
+                    "isOptional": false,
                     "isUnique": false
                 },
                 {
@@ -489,7 +489,7 @@
                         }
                     ],
                     "isIndexable": false,
-                    "isOptional": true,
+                    "isOptional": false,
                     "isUnique": false
                 }
             ]