Sheetal Shah created ATLAS-5241:
-----------------------------------
Summary: searchRelatedEntities fails to return all entities when
relation maps to multiple types
Key: ATLAS-5241
URL: https://issues.apache.org/jira/browse/ATLAS-5241
Project: Atlas
Issue Type: Bug
Components: atlas-core
Affects Versions: 3.0.0
Reporter: Sheetal Shah
**Summary:**
The searchRelatedEntities API only returns entities from any of the
relationship types when an attribute can reference multiple entity types,
resulting in incomplete results.
**Example:**
- Database has hive_db.tables attribute
- tables can reference both hive_table AND hbase_table
- Query: relation=tables returns only hbase tables (1 result)
- Expected: Should return all tables - hive + hbase (4 results)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)