[
https://issues.apache.org/jira/browse/ATLAS-3068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16789708#comment-16789708
]
Madhan Neethiraj commented on ATLAS-3068:
-----------------------------------------
[~ssainath] - fix for this issue was committed few hours back in
[https://gitbox.apache.org/repos/asf?p=atlas.git;a=commit;h=10f34ed8adc41929dcdcbaf8ac5fc23e712ae46d.]
Can you please check if the build where this issue was found includes this fix?
> Regression : Removal of ownedRef/inverseRef constraints in hive types causes
> related entities missing from the response's "attributes"
> --------------------------------------------------------------------------------------------------------------------------------------
>
> Key: ATLAS-3068
> URL: https://issues.apache.org/jira/browse/ATLAS-3068
> Project: Atlas
> Issue Type: Bug
> Components: atlas-core
> Affects Versions: 1.2.0, 2.0.0
> Reporter: Sharmadha Sainath
> Priority: Major
> Fix For: 1.2.0, 2.0.0
>
>
> In GET entity response of hive_table , "attributes" doesn't have table,
> column attributes anymore due to recent change
> [ATLAS-3067|https://issues.apache.org/jira/browse/ATLAS-3067].
> Example :
> {code}
> attributes: {
> owner: "admin",
> temporary: false,
> lastAccessTime: 769588200,
> aliases: null,
> replicatedTo: null,
> replicatedFrom: null,
> qualifiedName: "default.hive_table_nogsc_9@cl1",
> description: null,
> viewExpandedText: null,
> tableType: "MANAGED_TABLE",
> createTime: 1552306685000,
> name: "hive_table_nogsc_9",
> comment: null,
> parameters: {
> totalSize: "0",
> numRows: "0",
> rawDataSize: "0",
> transactional_properties: "default",
> COLUMN_STATS_ACCURATE:
> "{"BASIC_STATS":"true","COLUMN_STATS":{"id":"true","name":"true"}}",
> numFiles: "0",
> transient_lastDdlTime: "1552306685",
> bucketing_version: "2",
> transactional: "true"
> },
> retention: 1,
> viewOriginalText: null
> },
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)