This is an automated email from the ASF dual-hosted git repository.
sarath pushed a change to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git.
from 897c2fc ATLAS-3782 : Support NOT_CONTAINS operator in basic search
new dbc1865 ATLAS-3833 : Packaging for atlas index repair tool
new 1105e23 ATLAS-3724 : Update Qualified name pattern for Column since
it cause ambiguity in Quickstart data.
new 260f066 ATLAS-3844 - Ignore relationship attributes while fetching
entities in Import Hive bridge.
new af8bd8a ATLAS-3844 - Ignore relationship attributes while fetching
entities in Import Hive bridge. (UT fix) #2
new df58d1a ATLAS-3855 :- Bulk entity tag association and bulk api
enhancement, authorization fix.
new a89479e ATLAS-3892 : Basic search enhanced Feature - Search history
new b18ebd2 ATLAS-3920 : Update joda-time to version 2.10.latest.
The 7 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/bridge/HiveMetaStoreBridge.java | 14 +-
.../atlas/hive/bridge/HiveMetaStoreBridgeTest.java | 10 +-
.../org/apache/atlas/repository/Constants.java | 1 +
distro/pom.xml | 1 +
...exporter.xml => atlas-repair-index-package.xml} | 14 +-
.../atlas/model/discovery/SearchParameters.java | 5 +
pom.xml | 3 +-
.../apache/atlas/discovery/SearchProcessor.java | 181 ++++++++++++++--
.../store/graph/v2/AtlasEntityStoreV2.java | 63 ++++--
.../org/apache/atlas/util/SearchPredicateUtil.java | 58 ++++-
.../atlas/discovery/EntitySearchProcessorTest.java | 238 +++++++++++++++++++++
.../main/java/org/apache/atlas/RequestContext.java | 9 +
tools/atlas-index-repair/README | 28 +++
.../org/apache/atlas/examples/QuickStartV2.java | 66 +++---
.../org/apache/atlas/web/filters/AuditFilter.java | 2 +
15 files changed, 605 insertions(+), 88 deletions(-)
copy distro/src/main/assemblies/{migration-exporter.xml =>
atlas-repair-index-package.xml} (78%)
create mode 100644 tools/atlas-index-repair/README