zhengruifeng opened a new pull request, #56115: URL: https://github.com/apache/spark/pull/56115
### What changes were proposed in this pull request? Add the six time numeric conversion functions to the PySpark Python API reference (`python/docs/source/reference/pyspark.sql/functions.rst`): - `time_from_seconds` - `time_from_millis` - `time_from_micros` - `time_to_seconds` - `time_to_millis` - `time_to_micros` ### Why are the changes needed? These functions were added in Spark 4.2 (SPARK-54442) and are exported from `pyspark.sql.functions`, but the entries were missing from the API reference autosummary, so they do not show up in the rendered Python docs. ### Does this PR introduce _any_ user-facing change? Documentation-only change; the functions themselves are unchanged. ### How was this patch tested? Docs-only change. Verified the new entries are in alphabetical order, matching the order in `python/pyspark/sql/functions/__init__.py`. ### Was this patch authored or co-authored using generative AI tooling? Generated-by: Claude Code (model: claude-opus-4-7) -- 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 to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
