Skip to content

Commit

Permalink
[SPARK-40043][PYTHON][SS][DOCS] Document DataStreamWriter.toTable and…
Browse files Browse the repository at this point in the history
… DataStreamReader.table

### What changes were proposed in this pull request?

This PR is a followup of #30835 that adds `DataStreamWriter.toTable` and `DataStreamReader.table` into PySpark documentation.

### Why are the changes needed?

To document both features.

### Does this PR introduce _any_ user-facing change?

Yes, both API will be shown in PySpark reference documentation.

### How was this patch tested?

Manually built the documentation and checked.

Closes #37477 from HyukjinKwon/SPARK-40043.

Authored-by: Hyukjin Kwon <gurwls223@apache.org>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
  • Loading branch information
HyukjinKwon committed Aug 11, 2022
1 parent 7ae2b85 commit 4470033
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/docs/source/reference/pyspark.ss/io.rst
Expand Up @@ -34,6 +34,7 @@ Input/Output
DataStreamReader.orc
DataStreamReader.parquet
DataStreamReader.schema
DataStreamReader.table
DataStreamReader.text
DataStreamWriter.foreach
DataStreamWriter.foreachBatch
Expand All @@ -44,4 +45,5 @@ Input/Output
DataStreamWriter.partitionBy
DataStreamWriter.queryName
DataStreamWriter.start
DataStreamWriter.toTable
DataStreamWriter.trigger

0 comments on commit 4470033

Please sign in to comment.