damik3 commented on PR #429: URL: https://github.com/apache/incubator-wayang/pull/429#issuecomment-2074542004
@zkaoudi Yes `BlossomContext` extends `WayangContext`, so they can't have the same name, we have to choose something different. Maybe something like `MultiWayangContext` or `MultiCapableWayangContext` because the thing is that `BlossomContext` still is only one context, but it is the class that should be used for multi context operations instead of the original wayangcontext. -- 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]
