Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
atlas
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dataplatform
atlas
Commits
c8f9f363
Commit
c8f9f363
authored
8 years ago
by
Madhan Neethiraj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-1507: fixed incorrect relationship specified in hive-model
parent
224eaffe
master
No related merge requests found
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
0030-hive_model.json
addons/models/0030-hive_model.json
+6
-3
release-log.txt
release-log.txt
+2
-0
No files found.
addons/models/0030-hive_model.json
View file @
c8f9f363
...
...
@@ -233,7 +233,10 @@
"cardinality"
:
"SINGLE"
,
"constraintDefs"
:
[
{
"type"
:
"foreignKey"
"type"
:
"foreignKey"
,
"params"
:
{
"onDelete"
:
"update"
}
}
],
"isIndexable"
:
false
,
...
...
@@ -254,9 +257,9 @@
"cardinality"
:
"SINGLE"
,
"constraintDefs"
:
[
{
"type"
:
"
mappedFromRef
"
,
"type"
:
"
foreignKey
"
,
"params"
:
{
"
refAttribute"
:
"tabl
e"
"
onDelete"
:
"updat
e"
}
}
],
...
...
This diff is collapsed.
Click to expand it.
release-log.txt
View file @
c8f9f363
...
...
@@ -9,6 +9,8 @@ ATLAS-1060 Add composite indexes for exact match performance improvements for al
ATLAS-1127 Modify creation and modification timestamps to Date instead of Long(sumasai)
ALL CHANGES:
ATLAS-1507 fixed incorrect relationship specified in hive-model
ATLAS-1506 updated AtlasObjectId to support unqiueAttributes to identity the object
ATLAS-1378 Use .gitignore so git does not see binary files as changed (david_radley via dkantor)
ATLAS-1431 Integration tests added by ATLAS 1311 fail on Eclipse (david_radley via dkantor)
ATLAS-1387 Compiled Query Cache (jnhagelberg@us.ibm.com via svimal2106)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment