walterddr opened a new pull request #7458: URL: https://github.com/apache/pinot/pull/7458
## Description Currently the `SegmentWriter` and `SegmentUploader` doesn't allow overrides on top of TableConfig. However, it looks like the `BatchConfig` construct is exactly built to allow overrides on top of the `BatchIngestionConfig`. Making additional APIs in both interfaces to support an optional override Map. Does this PR otherwise need attention when creating release notes? Things to consider: - New configuration options - NO - Deprecation of configurations - NO - Signature changes to public methods/interfaces - NO (no changes, only additions) - New plugins added or old plugins removed - NO ## Release Notes - Adding optional `Map<String, String> batchConfigOverride` argument to `SegmentWriter` and `SegmentUploader`. ## Documentation N/A -- 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]
