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_r327460843
##########
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>
Review comment:
This is actually same meaning as NOTE 2 but in case of misunderstanding I
just mentioned this again here. Please let me know if it is just OK to be
latest.
----------------------------------------------------------------
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]