Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions python/docs/source/tutorial/sql/python_data_source.rst
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ Create a fake data source writer that processes each partition of data, counts t
Implement a Streaming Reader
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

This is a dummy streaming data reader that generate 2 rows in every microbatch. The streamReader instance has a integer offset that increase by 2 in every microbatch.
This is a dummy streaming data reader that generates 2 rows in every microbatch. The streamReader instance has an integer offset that increases by 2 in every microbatch.

.. code-block:: python

Expand Down Expand Up @@ -291,7 +291,7 @@ One of simpleStreamReader() and streamReader() must be implemented for a readabl

...

This is the same dummy streaming reader that generate 2 rows every batch implemented with SimpleDataSourceStreamReader interface.
This is the same dummy streaming reader that generates 2 rows every batch implemented with SimpleDataSourceStreamReader interface.

.. code-block:: python

Expand Down