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 d630bba7911 [SPARK-41965][PYTHON][DOCS] Add `DataFrameWriterV2` to 
PySpark API references
d630bba7911 is described below

commit d630bba791179239412478dfb5301dd98f2dd397
Author: Ruifeng Zheng <[email protected]>
AuthorDate: Wed Jan 11 10:10:10 2023 +0900

    [SPARK-41965][PYTHON][DOCS] Add `DataFrameWriterV2` to PySpark API 
references
    
    ### What changes were proposed in this pull request?
    Add `DataFrameWriterV2` to PySpark API references
    
    ### Why are the changes needed?
    `DataFrameWriterV2` was not added in the API references
    
    ### Does this PR introduce _any_ user-facing change?
    yes, doc
    
    ### How was this patch tested?
    existing UT
    
    Closes #39485 from zhengruifeng/python_doc_dfwv2.
    
    Authored-by: Ruifeng Zheng <[email protected]>
    Signed-off-by: Hyukjin Kwon <[email protected]>
---
 python/docs/source/reference/pyspark.sql/io.rst | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/python/docs/source/reference/pyspark.sql/io.rst 
b/python/docs/source/reference/pyspark.sql/io.rst
index 52e4593eead..e687ca0d27d 100644
--- a/python/docs/source/reference/pyspark.sql/io.rst
+++ b/python/docs/source/reference/pyspark.sql/io.rst
@@ -52,3 +52,14 @@ Input/Output
     DataFrameWriter.saveAsTable
     DataFrameWriter.sortBy
     DataFrameWriter.text
+    DataFrameWriterV2.using
+    DataFrameWriterV2.option
+    DataFrameWriterV2.options
+    DataFrameWriterV2.tableProperty
+    DataFrameWriterV2.partitionedBy
+    DataFrameWriterV2.create
+    DataFrameWriterV2.replace
+    DataFrameWriterV2.createOrReplace
+    DataFrameWriterV2.append
+    DataFrameWriterV2.overwrite
+    DataFrameWriterV2.overwritePartitions


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to