This is an automated email from the ASF dual-hosted git repository.
pinal pushed a change to branch atlas-2.5
in repository https://gitbox.apache.org/repos/asf/atlas.git
from b2180af92 ATLAS-5043 : import-hive.sh is failing when shell entity id
present during import (#360)
new 7312a2652 ATLAS-5194: Add pagination while fetching relationships of
an entity (#510)
new 9107d4931 ATLAS-5241: searchRelatedEntities fails to return all
entities when relation maps to multiple types (#569)
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:
.../main/java/org/apache/atlas/AtlasErrorCode.java | 2 +
.../atlas/discovery/AtlasDiscoveryService.java | 28 +++-
.../atlas/discovery/EntityDiscoveryService.java | 129 +++++++++++------
.../atlas/discovery/AtlasDiscoveryServiceTest.java | 161 ++++++++++++++++++++-
.../discovery/EntityDiscoveryServiceTest.java | 119 ++++++++++++++-
.../org/apache/atlas/web/rest/DiscoveryREST.java | 22 ++-
.../apache/atlas/web/rest/DiscoveryRESTTest.java | 8 +-
7 files changed, 402 insertions(+), 67 deletions(-)