[GitHub] [spark] HyukjinKwon commented on a diff in pull request #42770: [SPARK-45049][CONNECT][DOCS][TESTS] Refine docstrings of `coalesce/repartition/repartitionByRange`

2023-09-03 Thread via GitHub
HyukjinKwon commented on code in PR #42770: URL: https://github.com/apache/spark/pull/42770#discussion_r1314400083 ## python/pyspark/sql/dataframe.py: ## @@ -1809,18 +1810,27 @@ def repartition( # type: ignore[misc] Repartition the data into 10 partitions. -

[GitHub] [spark] HyukjinKwon commented on a diff in pull request #42770: [SPARK-45049][CONNECT][DOCS][TESTS] Refine docstrings of `coalesce/repartition/repartitionByRange`

2023-09-03 Thread via GitHub
HyukjinKwon commented on code in PR #42770: URL: https://github.com/apache/spark/pull/42770#discussion_r1314400083 ## python/pyspark/sql/dataframe.py: ## @@ -1809,18 +1810,27 @@ def repartition( # type: ignore[misc] Repartition the data into 10 partitions. -

[GitHub] [spark] HyukjinKwon commented on a diff in pull request #42770: [SPARK-45049][CONNECT][DOCS][TESTS] Refine docstrings of `coalesce/repartition/repartitionByRange`

2023-09-03 Thread via GitHub
HyukjinKwon commented on code in PR #42770: URL: https://github.com/apache/spark/pull/42770#discussion_r1314343527 ## python/pyspark/sql/dataframe.py: ## @@ -1809,18 +1810,27 @@ def repartition( # type: ignore[misc] Repartition the data into 10 partitions. -