This is an automated email from the ASF dual-hosted git repository.
madhan pushed a change to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git.
from 28caa64 ATLAS-3602: Provide option to Ignore relationship attribute
mapping in getAndCacheEntity()
new 04556cf ATLAS-3608: Hive Bridge: Hive Metastore: Alter Table Query
Not Handled Correctly.
new e621788 ATLAS-3534: enhancements to support add/update/delete
namespace-attributes on entities
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../atlas/hive/hook/HiveMetastoreHookImpl.java | 9 +-
.../org/apache/atlas/repository/Constants.java | 3 +-
.../main/java/org/apache/atlas/AtlasErrorCode.java | 41 +++---
.../apache/atlas/model/instance/AtlasEntity.java | 56 +++++++-
.../org/apache/atlas/type/AtlasNamespaceType.java | 17 +--
.../org/apache/atlas/type/AtlasTypeRegistry.java | 1 +
.../repository/store/graph/AtlasEntityStore.java | 17 +++
.../store/graph/v2/AtlasEntityStoreV2.java | 122 ++++++++++++++++-
.../store/graph/v2/EntityGraphMapper.java | 146 ++++++++++++++++++++-
.../store/graph/v2/EntityGraphRetriever.java | 23 ++++
.../java/org/apache/atlas/web/rest/EntityREST.java | 73 +++++++++++
11 files changed, 460 insertions(+), 48 deletions(-)