jiteshsoni commented on code in PR #55227:
URL: https://github.com/apache/spark/pull/55227#discussion_r3043223611
##########
python/docs/source/tutorial/sql/python_data_source.rst:
##########
@@ -238,7 +238,7 @@ This is a dummy streaming data reader that generates 2 rows
in every microbatch.
"""
return {"offset": 0}
- def latestOffset(self) -> dict:
+ def latestOffset(self, start: dict, limit) -> dict:
Review Comment:
My bad, this was not ready for review yet.
Give me a couple of days, and I will test this and bring this PR out of
draft status.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]