akshayrai opened a new pull request #4286: Translator code refactor to accommodate entity config translation URL: https://github.com/apache/incubator-pinot/pull/4286 Changes: 1. Translator should be like a black box - takes raw config and returns detection object. Update the code to make translator accept raw yaml config as input rather than a map. - Removes duplicate logic in parsing of raw config to map - Eliminates the need to inject yaml config into detection object post translation. 2. Merge Composite pipeline translator into a single DetectionConfigTranslator. With assumption that we do not foresee any other types of translator. 3. Remove `pipelineType` and Translator Loader in favor of a single Detection Translator. 4. Renamed `YamlDetectionConfigTranslator` to `DetectionConfigTranslator` 5. Renamed `YamlDetectionAlertConfigTranslator` to `SubscriptionConfigTranslator`
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
