adithyachakilam commented on code in PR #15981: URL: https://github.com/apache/druid/pull/15981#discussion_r1509522975
########## docs/ingestion/tasks.md: ########## @@ -93,6 +93,59 @@ An example output is shown below: } ``` +For compaction tasks alone, there could be multiple `index`, `index_parallel` tasks run based on the split of input +interval, and they all have a seperate reports. So, the key field for the report also includes the index of the split. Review Comment: ```suggestion Compaction tasks can generate multiple sets of segment output reports based on how the input interval is split. So the overall report contains mappings from each split to each report. ``` -- 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]
