uncleGen commented on a change in pull request #26302: [MINOR][DOCS] Use proper html tag in markdown URL: https://github.com/apache/spark/pull/26302#discussion_r340418668
########## File path: docs/structured-streaming-kafka-integration.md ########## @@ -473,16 +473,16 @@ The following configurations are optional: <td>Desired minimum number of partitions to read from Kafka. By default, Spark has a 1-1 mapping of topicPartitions to Spark partitions consuming from Kafka. If you set this option to a value greater than your topicPartitions, Spark will divvy up large - Kafka partitions to smaller pieces. Please note that this configuration is like a `hint`: the - number of Spark tasks will be **approximately** `minPartitions`. It can be less or more depending on Review comment: fix format error ---------------------------------------------------------------- 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]
