Skip to content
This repository was archived by the owner on May 9, 2024. It is now read-only.

Commit b65dfa2

Browse files
author
Davies Liu
committed
Update readwriter.py
1 parent 1299ab6 commit b65dfa2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/pyspark/sql/readwriter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ def __init__(self, df):
219219
self._sqlContext = df.sql_ctx
220220
self._jwrite = df._jdf.write()
221221

222+
@since(1.4)
222223
def mode(self, saveMode):
223224
"""
224225
Specifies the behavior when data or table already exists. Options include:

0 commit comments

Comments
 (0)