bhor-sanket commented on code in PR #609:
URL: https://github.com/apache/atlas/pull/609#discussion_r3231429674
##########
repository/src/main/java/org/apache/atlas/repository/store/bootstrap/AtlasTypeDefStoreInitializer.java:
##########
@@ -1179,6 +1180,120 @@ public PatchStatus applyPatch(TypeDefPatch patch)
throws AtlasBaseException {
}
}
+ /**
+ * Applies {@code SET_ATTRIBUTE_DEF_OVERRIDES} on entity typedefs and
{@code SET_PROPAGATE_RENAME} on relationship typedefs.
+ */
+ static class SetAttributeDefOverridesPatchHandler extends PatchHandler {
Review Comment:
renamed this classed as "AttributeDefOverridesAndPropagateRenamePatchHandler"
--
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]