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 8139f60ab2d [SPARK-41966][PYTHON][DOCS] Add `CharType` and 
`TimestampNTZType` to PySpark API references
8139f60ab2d is described below

commit 8139f60ab2d47aebda2ed83b9a7267414d88f4a4
Author: Ruifeng Zheng <[email protected]>
AuthorDate: Wed Jan 11 10:09:23 2023 +0900

    [SPARK-41966][PYTHON][DOCS] Add `CharType` and `TimestampNTZType` to 
PySpark API references
    
    ### What changes were proposed in this pull request?
    Add `CharType` and `TimestampNTZType` to PySpark API references
    
    ### Why are the changes needed?
    They are missing in the doc
    
    ### Does this PR introduce _any_ user-facing change?
    yes
    
    ### How was this patch tested?
    existing UT
    
    Closes #39486 from zhengruifeng/python_doc_types.
    
    Authored-by: Ruifeng Zheng <[email protected]>
    Signed-off-by: Hyukjin Kwon <[email protected]>
---
 python/docs/source/reference/pyspark.sql/data_types.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/python/docs/source/reference/pyspark.sql/data_types.rst 
b/python/docs/source/reference/pyspark.sql/data_types.rst
index 775f0bf394a..53417e43419 100644
--- a/python/docs/source/reference/pyspark.sql/data_types.rst
+++ b/python/docs/source/reference/pyspark.sql/data_types.rst
@@ -40,8 +40,10 @@ Data Types
     NullType
     ShortType
     StringType
+    CharType
     VarcharType
     StructField
     StructType
     TimestampType
+    TimestampNTZType
     DayTimeIntervalType


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to