This is an automated email from the ASF dual-hosted git repository.

gurwls223 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new 2e6f0ec2103f [MINOR][PYTHON][DOCS] Add TimeType to API reference
2e6f0ec2103f is described below

commit 2e6f0ec2103f6ce08ab4cfb86276e81993611f50
Author: Ruifeng Zheng <ruife...@apache.org>
AuthorDate: Thu Aug 21 08:27:23 2025 +0900

    [MINOR][PYTHON][DOCS] Add TimeType to API reference
    
    ### What changes were proposed in this pull request?
    Add TimeType to API reference
    
    ### Why are the changes needed?
    it is missing in the doc 
https://apache.github.io/spark/api/python/reference/pyspark.sql/data_types.html
    
    ### Does this PR introduce _any_ user-facing change?
    doc-only change
    
    ### How was this patch tested?
    ci
    
    ### Was this patch authored or co-authored using generative AI tooling?
    no
    
    Closes #52079 from zhengruifeng/add_time_type.
    
    Authored-by: Ruifeng Zheng <ruife...@apache.org>
    Signed-off-by: Hyukjin Kwon <gurwls...@apache.org>
---
 python/docs/source/reference/pyspark.sql/data_types.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/python/docs/source/reference/pyspark.sql/data_types.rst 
b/python/docs/source/reference/pyspark.sql/data_types.rst
index d201be271a6a..99f8c5bb87ef 100644
--- a/python/docs/source/reference/pyspark.sql/data_types.rst
+++ b/python/docs/source/reference/pyspark.sql/data_types.rst
@@ -31,6 +31,7 @@ Data Types
     ByteType
     DataType
     DateType
+    TimeType
     DecimalType
     DoubleType
     FloatType


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to