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

yao pushed a commit to branch branch-3.4
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-3.4 by this push:
     new 92bea64b507 [MINOR][DOCS] Fix the example value in the docs
92bea64b507 is described below

commit 92bea64b507f2801759d52ade4cdbf6c930124c5
Author: longfei.jiang <longfei.ji...@kyligence.io>
AuthorDate: Sat Nov 11 13:49:18 2023 +0800

    [MINOR][DOCS] Fix the example value in the docs
    
    ### What changes were proposed in this pull request?
    
    fix the example value
    
    ### Why are the changes needed?
    
    for doc
    
    ### Does this PR introduce _any_ user-facing change?
    
    Yes
    
    ### How was this patch tested?
    
    Just example value in the docs, no need to test.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No
    
    Closes #43750 from jlfsdtc/fix_typo_in_doc.
    
    Authored-by: longfei.jiang <longfei.ji...@kyligence.io>
    Signed-off-by: Kent Yao <y...@apache.org>
    (cherry picked from commit b501a223bfcf4ddbcb0b2447aa06c549051630b0)
    Signed-off-by: Kent Yao <y...@apache.org>
---
 docs/sql-ref-datetime-pattern.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/sql-ref-datetime-pattern.md b/docs/sql-ref-datetime-pattern.md
index 5e28a18acef..e5d5388f262 100644
--- a/docs/sql-ref-datetime-pattern.md
+++ b/docs/sql-ref-datetime-pattern.md
@@ -41,7 +41,7 @@ Spark uses pattern letters in the following table for date 
and timestamp parsing
 |**a**|am-pm-of-day|am-pm|PM|
 |**h**|clock-hour-of-am-pm (1-12)|number(2)|12|
 |**K**|hour-of-am-pm (0-11)|number(2)|0|
-|**k**|clock-hour-of-day (1-24)|number(2)|0|
+|**k**|clock-hour-of-day (1-24)|number(2)|1|
 |**H**|hour-of-day (0-23)|number(2)|0|
 |**m**|minute-of-hour|number(2)|30|
 |**s**|second-of-minute|number(2)|55|


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

Reply via email to