HeartSaVioR commented on a change in pull request #25911:
[SPARK-29223][SQL][SS] Enable global timestamp per topic while specifying
offset by timestamp in Kafka source
URL: https://github.com/apache/spark/pull/25911#discussion_r327460021
##########
File path: docs/structured-streaming-kafka-integration.md
##########
@@ -365,15 +365,16 @@ The following configurations are optional:
<tr>
<td>startingOffsetsByTimestamp</td>
<td>json string
- """ {"topicA":{"0": 1000, "1": 1000}, "topicB": {"0": 2000, "1": 2000}} """
+ """ {"topicA":{"0": 1000, "1": 1000}, "topicB": {"0": 2000, "1": 2000}} """
or """ {"topicA":{"-1": 1000}, "topicB": {"-1": 2000}} """
</td>
- <td>none (the value of <code>startingOffsets<code/> will apply)</td>
+ <td>none (the value of <code>startingOffsets</code> will apply)</td>
Review comment:
Just fixed a nit which IDEA warns about.
----------------------------------------------------------------
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]