cryptoe commented on code in PR #18379: URL: https://github.com/apache/druid/pull/18379#discussion_r2260196688
########## processing/src/main/java/org/apache/druid/indexer/report/TaskReportFileWriter.java: ########## @@ -31,4 +33,7 @@ public interface TaskReportFileWriter OutputStream openReportOutputStream(String taskId) throws IOException; void setObjectMapper(ObjectMapper objectMapper); + + @Nullable + File getReportsFile(String taskId); Review Comment: Nit: Lets add java docs to this method. -- 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]
