churromorales commented on PR #13498: URL: https://github.com/apache/druid/pull/13498#issuecomment-1343317779
CICD failed https://github.com/apache/druid/actions/runs/3644209290/jobs/6153224474 because of an unused method. While I did touch the file, I did not change this method, ``` public static String getBrokerServiceName(Map<String, Object> queryContext) { return queryContext == null ? null : (String) queryContext.get(BROKER_SERVICE_NAME); } ``` It has nothing to do with the PR, any suggestions on how to proceed here? -- 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]
