vtlim commented on code in PR #17031: URL: https://github.com/apache/druid/pull/17031#discussion_r1754972997
########## docs/ingestion/input-sources.md: ########## @@ -887,7 +891,7 @@ Compared to the other native batch input sources, SQL input source behaves diffe The Combining input source lets you read data from multiple input sources. It identifies the splits from delegate input sources and uses a worker task to process each split. -Use the Combining input source only if all the delegates are splittable and can be used by the [Parallel task](./native-batch.md). +Use the Combining input source only if all the delegates are splittable and can be used by the [parallel task](./native-batch.md). Review Comment: ```suggestion Each delegate input source must be splittable and compatible with the [parallel task type](./native-batch.md). ``` -- 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]
