[Fix](datetime) fix %f (microseconds) format specifier in str_to_date#60632
[Fix](datetime) fix %f (microseconds) format specifier in str_to_date#60632zclllyybb merged 1 commit intoapache:masterfrom
Conversation
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
|
run buildall |
TPC-H: Total hot run time: 30535 ms |
ClickBench: Total hot run time: 28.58 s |
FE UT Coverage ReportIncrement line coverage |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
FE Regression Coverage ReportIncrement line coverage |
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
FE Regression Coverage ReportIncrement line coverage |
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
…#60632) before it returns `NULL`, now is: ```sql select str_to_date('2026-01-28 11:32:47.123', '%Y-%m-%d %T.%f'); +----------------------------------------------------------+ | str_to_date('2026-01-28 11:32:47.123', '%Y-%m-%d %T.%f') | +----------------------------------------------------------+ | 2026-01-28 11:32:47.123000 | +----------------------------------------------------------+ ```
… str_to_date apache#60632 (apache#60642) Cherry-picked from apache#60632 Co-authored-by: zclllyybb <zhaochangle@selectdb.com>
What problem does this PR solve?
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
before it returns
NULL, now is:Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)