[
https://issues.apache.org/jira/browse/ATLAS-3876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17177630#comment-17177630
]
ASF subversion and git services commented on ATLAS-3876:
--------------------------------------------------------
Commit aa441de4f62947b96f6ff387f4d140a2b83c99dc in atlas's branch
refs/heads/dependabot/npm_and_yarn/dashboardv2/bootstrap-3.4.1 from Pinal Shah
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=aa441de ]
ATLAS-3876 : Relationship Search API not showing correct approximateCount
Signed-off-by: nixonrodrigues <[email protected]>
> 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
>
>
> 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)