[
https://issues.apache.org/jira/browse/ATLAS-3876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pinal updated ATLAS-3876:
-------------------------
Fix Version/s: 2.2.0
> Relationship Search API not showing correct approximateCount
> ------------------------------------------------------------
>
> Key: ATLAS-3876
> URL: https://issues.apache.org/jira/browse/ATLAS-3876
> Project: Atlas
> Issue Type: Bug
> Components: atlas-core
> Affects Versions: 2.0.0
> Reporter: Pinal
> Assignee: Pinal
> Priority: Major
> Labels: Relationships
> Fix For: 3.0.0, 2.2.0
>
>
> Relationship Search API for hive columns showing *approximateCount* as -1 in
> response.
> E.g.
> {code:java}
> v2/search/relationship?limit=10&offset=0&guid=3e424245-0676-4d47-96a1-e17228b38367&relation=__hive_table.columns&sortBy=name&sortOrder=ASCENDING&excludeDeletedEntities=true
> {code}
> *WorkAround:*
> Added queryParam in REST api : *boolean getApproximateCount*
> To get approximate count, enable flag getApproximateCount = true
--
This message was sent by Atlassian Jira
(v8.3.4#803005)