Skip to content

Commit c63d419

Browse files
author
Cheolsoo Park
committed
Fix version
1 parent 524e0aa commit c63d419

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/pyspark/sql/readwriter.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def schema(self, schema):
7373
self._jreader = self._jreader.schema(jschema)
7474
return self
7575

76-
@since(1.4)
76+
@since(1.5)
7777
def option(self, key, value):
7878
"""Adds an input option for the underlying data source.
7979
"""
@@ -242,7 +242,7 @@ def format(self, source):
242242
self._jwrite = self._jwrite.format(source)
243243
return self
244244

245-
@since(1.4)
245+
@since(1.5)
246246
def option(self, key, value):
247247
"""Adds an output option for the underlying data source.
248248
"""

0 commit comments

Comments
 (0)