You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2019/06/06 23:55:21 UTC

[GitHub] [incubator-pinot] akshayrai opened a new pull request #4286: Translator code refactor to accommodate entity config translation

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org