Jackie-Jiang opened a new pull request, #14601: URL: https://github.com/apache/pinot/pull/14601
Address #13049 Another attempt after #13086 and #13704 - Make `RecordEnricher` extend `RecordTransformer` - Integrate `RecordEnricherPipeline` into `CompositeTransformer` - Add API `RecordTransformer.getInputColumns()` to return the required input columns, and simplify `IngestionUtils.getFieldsForRecordExtractor()` ## Incompatible `RecordTransformer` is moved to `pinot-spi` module: `org.apache.pinot.spi.recordtransformer` `RecordEnricher` is moved from `org.apache.pinot.spi.recordenricher` to `org.apache.pinot.spi.recordtransformer.enricher` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
