shounakmk219 commented on code in PR #17632:
URL: https://github.com/apache/pinot/pull/17632#discussion_r2791751801
##########
pinot-plugins/pinot-minion-tasks/pinot-minion-builtin-tasks/src/main/java/org/apache/pinot/plugin/minion/tasks/BaseSingleSegmentConversionExecutor.java:
##########
@@ -184,22 +188,28 @@ public SegmentConversionResult
executeTask(PinotTaskConfig pinotTaskConfig)
httpHeaders.add(segmentZKMetadataCustomMapModifierHeader);
httpHeaders.addAll(AuthProviderUtils.toRequestHeaders(authProvider));
Review Comment:
`uploadSegmentWithMetadata` internally calls `getSegmentPushMetadataHeaders`
to populate the required headers
--
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]