Skip to content

Commit

Permalink
[MINOR][DOCS] Fix the example value in the docs
Browse files Browse the repository at this point in the history
### 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.jiang@kyligence.io>
Signed-off-by: Kent Yao <yao@apache.org>
  • Loading branch information
jlfsdtc authored and yaooqinn committed Nov 11, 2023
1 parent 0a79199 commit b501a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sql-ref-datetime-pattern.md
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand Down

0 comments on commit b501a22

Please sign in to comment.