Re: [PR] [SPARK-46767][PYTHON][DOCS] Refine docstring of `abs/acos/acosh` [spark]

2024-01-20 Thread via GitHub
LuciferYang commented on PR #44794: URL: https://github.com/apache/spark/pull/44794#issuecomment-1902038392 Merged into master. Thanks @zhengruifeng -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

Re: [PR] [SPARK-46767][PYTHON][DOCS] Refine docstring of `abs/acos/acosh` [spark]

2024-01-20 Thread via GitHub
LuciferYang closed pull request #44794: [SPARK-46767][PYTHON][DOCS] Refine docstring of `abs/acos/acosh` URL: https://github.com/apache/spark/pull/44794 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

Re: [PR] [SPARK-46767][PYTHON][DOCS] Refine docstring of `abs/acos/acosh` [spark]

2024-01-19 Thread via GitHub
zhengruifeng commented on code in PR #44794: URL: https://github.com/apache/spark/pull/44794#discussion_r1458893184 ## python/pyspark/sql/functions/builtin.py: ## @@ -1488,31 +1533,66 @@ def acos(col: "ColumnOrName") -> Column: Parameters -- col : :class:`

Re: [PR] [SPARK-46767][PYTHON][DOCS] Refine docstring of `abs/acos/acosh` [spark]

2024-01-19 Thread via GitHub
zhengruifeng commented on code in PR #44794: URL: https://github.com/apache/spark/pull/44794#discussion_r1458881539 ## python/pyspark/sql/functions/builtin.py: ## @@ -1488,31 +1533,66 @@ def acos(col: "ColumnOrName") -> Column: Parameters -- col : :class:`

Re: [PR] [SPARK-46767][PYTHON][DOCS] Refine docstring of `abs/acos/acosh` [spark]

2024-01-19 Thread via GitHub
zhengruifeng commented on code in PR #44794: URL: https://github.com/apache/spark/pull/44794#discussion_r1458879184 ## python/pyspark/sql/functions/builtin.py: ## @@ -1488,31 +1533,66 @@ def acos(col: "ColumnOrName") -> Column: Parameters -- col : :class:`

Re: [PR] [SPARK-46767][PYTHON][DOCS] Refine docstring of `abs/acos/acosh` [spark]

2024-01-18 Thread via GitHub
LuciferYang commented on code in PR #44794: URL: https://github.com/apache/spark/pull/44794#discussion_r1458475678 ## python/pyspark/sql/functions/builtin.py: ## @@ -1488,31 +1533,75 @@ def acos(col: "ColumnOrName") -> Column: Parameters -- col : :class:`~

Re: [PR] [SPARK-46767][PYTHON][DOCS] Refine docstring of `abs/acos/acosh` [spark]

2024-01-18 Thread via GitHub
zhengruifeng commented on code in PR #44794: URL: https://github.com/apache/spark/pull/44794#discussion_r1458467248 ## python/pyspark/sql/functions/builtin.py: ## @@ -1488,31 +1533,75 @@ def acos(col: "ColumnOrName") -> Column: Parameters -- col : :class:`

Re: [PR] [SPARK-46767][PYTHON][DOCS] Refine docstring of `abs/acos/acosh` [spark]

2024-01-18 Thread via GitHub
zhengruifeng commented on code in PR #44794: URL: https://github.com/apache/spark/pull/44794#discussion_r1458467248 ## python/pyspark/sql/functions/builtin.py: ## @@ -1488,31 +1533,75 @@ def acos(col: "ColumnOrName") -> Column: Parameters -- col : :class:`

[PR] [SPARK-46767][PYTHON][DOCS] Refine docstring of `abs/acos/acosh` [spark]

2024-01-18 Thread via GitHub
LuciferYang opened a new pull request, #44794: URL: https://github.com/apache/spark/pull/44794 ### What changes were proposed in this pull request? This pr refine docstring of `abs/acos/acosh` and add some new examples. ### Why are the changes needed? To improve PySpark document