Github user HyukjinKwon commented on a diff in the pull request:
https://github.com/apache/spark/pull/20456#discussion_r165838215
--- Diff: python/pyspark/sql/dataframe.py ---
@@ -667,6 +667,51 @@ def repartition(self, numPartitions, *cols):
else:
raise TypeError("numPartitions should be an int or Column")
+ @since("2.3.0")
--- End diff --
Hm, I prefer 2.4.0 but am okay with 2.3.0.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]