Skip to content
Closed
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion python/pyspark/sql/streaming.py
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ def format(self, source):

.. note:: Experimental.

:param source: string, name of the data source, e.g. 'json', 'parquet'.
:param source: string, name of the data source, which for now can be 'parquet'.

>>> writer = sdf.writeStream.format('json')
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ final class DataStreamWriter[T] private[sql](ds: Dataset[T]) {

/**
* :: Experimental ::
* Specifies the underlying output data source. Built-in options include "parquet", "json", etc.
* Specifies the underlying output data source. Built-in options include "parquet" for now.
*
* @since 2.0.0
*/
Expand Down