Commit 6c3b981a by Sarath Subramanian Committed by Madhan Neethiraj

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

parent 407ff00c
...@@ -326,7 +326,7 @@ ...@@ -326,7 +326,7 @@
} }
], ],
"isIndexable": false, "isIndexable": false,
"isOptional": true, "isOptional": false,
"isUnique": false "isUnique": false
}, },
{ {
...@@ -489,7 +489,7 @@ ...@@ -489,7 +489,7 @@
} }
], ],
"isIndexable": false, "isIndexable": false,
"isOptional": true, "isOptional": false,
"isUnique": false "isUnique": false
} }
] ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment