gaborgsomogyi commented on a change in pull request #32609:
URL: https://github.com/apache/spark/pull/32609#discussion_r637726496
##########
File path: docs/structured-streaming-kafka-integration.md
##########
@@ -512,6 +526,17 @@ The following configurations are optional:
</tr>
</table>
+### Details on timestamp offset options
+
+The returned offset for each partition is the earliest offset whose timestamp
is greater than or equal to the given timestamp in the corresponding partition.
+The behavior varies across options if the matched offset doesn't exist - check
the description of each option.
Review comment:
Same as down below in the file.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]