HyukjinKwon commented on code in PR #39485:
URL: https://github.com/apache/spark/pull/39485#discussion_r1066518748
##########
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
Review Comment:
Ah, actually these cannot be imported because it's missing in
`pyspark/sql/__init__.py`. Let me revert it for now since the CI is broken, and
technically the tests didn't pass here.
Sorry it was my bad ...
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]