mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-17 21:56:56 +00:00

* fix(patch-entity-registry): Remove exception for entities with key aspects. * test(patch-entity-registry): Fix failing unit test for entities with key aspect * test(patch-entity-registry): Fix checkstyle for PatchEntityRegistryTest.java * fix(patch-entity-registry): Remove duplicate semicolon. * fix(patch-entity-registry): Use AspectSpec to retrieve aspect class in order to support custom entity ingestion via patch mechanism. * fix(patch-entity-registry): Fixed incorrect merge conflict resolution in BrowsePathUtils.java * fix(patch-entity-registry): Remove extraneous import from BrowsePathUtils.java Co-authored-by: Parham Ghazanfari <pghazanfari53@yahoo.com>