You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by gu...@apache.org on 2022/08/11 06:01:18 UTC

[spark] branch master updated: [SPARK-40043][PYTHON][SS][DOCS] Document DataStreamWriter.toTable and DataStreamReader.table

This is an automated email from the ASF dual-hosted git repository.

gurwls223 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new 447003324d2 [SPARK-40043][PYTHON][SS][DOCS] Document DataStreamWriter.toTable and DataStreamReader.table
447003324d2 is described below

commit 447003324d2cf9f2bfa799ef3a1e744a5bc9277d
Author: Hyukjin Kwon <gu...@apache.org>
AuthorDate: Thu Aug 11 15:01:05 2022 +0900

    [SPARK-40043][PYTHON][SS][DOCS] Document DataStreamWriter.toTable and DataStreamReader.table
    
    ### What changes were proposed in this pull request?
    
    This PR is a followup of https://github.com/apache/spark/pull/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 <gu...@apache.org>
    Signed-off-by: Hyukjin Kwon <gu...@apache.org>
---
 python/docs/source/reference/pyspark.ss/io.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/python/docs/source/reference/pyspark.ss/io.rst b/python/docs/source/reference/pyspark.ss/io.rst
index da476fb6fac..7a20777fdc7 100644
--- a/python/docs/source/reference/pyspark.ss/io.rst
+++ b/python/docs/source/reference/pyspark.ss/io.rst
@@ -34,6 +34,7 @@ Input/Output
     DataStreamReader.orc
     DataStreamReader.parquet
     DataStreamReader.schema
+    DataStreamReader.table
     DataStreamReader.text
     DataStreamWriter.foreach
     DataStreamWriter.foreachBatch
@@ -44,4 +45,5 @@ Input/Output
     DataStreamWriter.partitionBy
     DataStreamWriter.queryName
     DataStreamWriter.start
+    DataStreamWriter.toTable
     DataStreamWriter.trigger


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org