This is an automated email from the ASF dual-hosted git repository.
ruifengz pushed a commit to branch branch-4.1
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/branch-4.1 by this push:
new 13b89bad552e [SPARK-54692][DOCS] Add python_worker_logs tvf doc to API
reference
13b89bad552e is described below
commit 13b89bad552e0638eae23268b308508f7221627e
Author: Takuya Ueshin <[email protected]>
AuthorDate: Mon Dec 15 11:09:27 2025 +0800
[SPARK-54692][DOCS] Add python_worker_logs tvf doc to API reference
### What changes were proposed in this pull request?
Adds `python_worker_logs` tvf doc to API reference.
### Why are the changes needed?
The doc is missing.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
N/A
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #53451 from ueshin/issues/SPARK-54692/doc.
Authored-by: Takuya Ueshin <[email protected]>
Signed-off-by: Ruifeng Zheng <[email protected]>
(cherry picked from commit 48c323aa6e26e879a9b71b60d19aacb853751712)
Signed-off-by: Ruifeng Zheng <[email protected]>
---
python/docs/source/reference/pyspark.sql/functions.rst | 1 +
1 file changed, 1 insertion(+)
diff --git a/python/docs/source/reference/pyspark.sql/functions.rst
b/python/docs/source/reference/pyspark.sql/functions.rst
index f6ce1a3f2d06..5fed5c8d6719 100644
--- a/python/docs/source/reference/pyspark.sql/functions.rst
+++ b/python/docs/source/reference/pyspark.sql/functions.rst
@@ -711,6 +711,7 @@ Table-Valued Functions
TableValuedFunction.json_tuple
TableValuedFunction.posexplode
TableValuedFunction.posexplode_outer
+ TableValuedFunction.python_worker_logs
TableValuedFunction.range
TableValuedFunction.sql_keywords
TableValuedFunction.stack
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]