zachjsh commented on a change in pull request #9519: Ability to Delete task logs and segments from Google Storage URL: https://github.com/apache/druid/pull/9519#discussion_r394683698
########## File path: extensions-core/google-extensions/src/main/java/org/apache/druid/storage/google/GoogleDataSegmentKiller.java ########## @@ -37,11 +38,18 @@ private static final Logger LOG = new Logger(GoogleDataSegmentKiller.class); private final GoogleStorage storage; + private final GoogleAccountConfig accountConfig; + private final GoogleInputDataConfig inputDataConfig; @Inject - public GoogleDataSegmentKiller(final GoogleStorage storage) + public GoogleDataSegmentKiller( + final GoogleStorage storage, + GoogleAccountConfig accountConfig, + GoogleInputDataConfig inputDataConfig) Review comment: done ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
