Skip to content

Commit

Permalink
2.3.0 -> 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HyukjinKwon committed Feb 2, 2018
1 parent e180ade commit ffa1b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyspark/ml/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def columnSchema(self):
:return: a :class:`StructType` for image column,
``struct<origin:string, height:int, width:int, nChannels:int, mode:int, data:binary>``.
.. versionadded:: 2.3.0
.. versionadded:: 2.4.0
"""

if self._columnSchema is None:
Expand Down

0 comments on commit ffa1b48

Please sign in to comment.