sheetalshah1007 opened a new pull request, #478: URL: https://github.com/apache/atlas/pull/478
…le relationship types under a single attribute ## What changes were proposed in this pull request? `mapRelationshipAttributeWithMultipleTypes` chooses, per element, which relationship type to use for a relationship attribute that can be backed by multiple relationshipDefs, and then delegates to `mapAttribute` to actually create/update the edges.If no valid relationship type exists for a given element, it fails fast instead of silently picking a wrong one. ## How was this patch tested? Integration test creates a hive_db with mixed hive_table and iceberg_table entities in the "tables" attribute, verifies each uses its correct relationship type (hive_table_db vs iceberg_table_db), and confirms no validation errors occur during CREATE and incremental UPDATE operations. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
