shauryachats opened a new issue, #16093: URL: https://github.com/apache/pinot/issues/16093
[CursorWithAuthIntegrationTest.java](https://github.com/apache/pinot/blob/master/pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/CursorWithAuthIntegrationTest.java#L135) has implemented a `uploadSegments` method, which is very similar to the one in the base method in [ClusterTest](https://github.com/apache/pinot/blob/master/pinot-integration-test-base/src/test/java/org/apache/pinot/integration/tests/ClusterTest.java#L422), except the former method passes authentication headers. Support of custom headers to be passed in the base method needs to be supported to prevent duplication of this logic. -- 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]
