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_r327460903
##########
File path: docs/structured-streaming-kafka-integration.md
##########
@@ -401,15 +402,16 @@ The following configurations are optional:
<tr>
<td>endingOffsetsByTimestamp</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>latest</td>
+ <td>the value of <code>endingOffsets</code> will apply</td>
<td>batch query</td>
- <td>The end point when a batch query is ended, a json string specifying an
ending timesamp for each TopicPartition.
+ <td>The end point when a batch query is ended, a json string specifying an
ending timestamp for each TopicPartition.
Review comment:
Just fixed a nit.
----------------------------------------------------------------
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]