Re: [PR] [fix](function) fix error result when STR_TO_DATE input all space [doris]

2025-03-11 Thread via GitHub
doris-robot commented on PR #48872: URL: https://github.com/apache/doris/pull/48872#issuecomment-2710182850 TPC-DS: Total hot run time: 193757 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [fix](function) fix error result when STR_TO_DATE input all space [doris]

2025-03-11 Thread via GitHub
doris-robot commented on PR #48872: URL: https://github.com/apache/doris/pull/48872#issuecomment-2710658096 TPC-H: Total hot run time: 32405 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [fix](function) fix error result when STR_TO_DATE input all space [doris]

2025-03-11 Thread via GitHub
hello-stephen commented on PR #48872: URL: https://github.com/apache/doris/pull/48872#issuecomment-2710059812 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+pro

Re: [PR] [fix](function) fix error result when STR_TO_DATE input all space [doris]

2025-03-11 Thread via GitHub
zhangstar333 merged PR #48872: URL: https://github.com/apache/doris/pull/48872 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris

Re: [PR] [fix](function) fix error result when STR_TO_DATE input all space [doris]

2025-03-10 Thread via GitHub
github-actions[bot] commented on PR #48872: URL: https://github.com/apache/doris/pull/48872#issuecomment-2712409572 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

Re: [PR] [fix](function) fix error result when STR_TO_DATE input all space [doris]

2025-03-10 Thread via GitHub
github-actions[bot] commented on PR #48872: URL: https://github.com/apache/doris/pull/48872#issuecomment-2712409968 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [PR] [fix](function) fix error result when STR_TO_DATE input all space [doris]

2025-03-10 Thread via GitHub
doris-robot commented on PR #48872: URL: https://github.com/apache/doris/pull/48872#issuecomment-2710723411 ClickBench: Total hot run time: 31.3 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools C

Re: [PR] [fix](function) fix error result when STR_TO_DATE input all space [doris]

2025-03-10 Thread via GitHub
doris-robot commented on PR #48872: URL: https://github.com/apache/doris/pull/48872#issuecomment-2710706572 TPC-DS: Total hot run time: 185612 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [fix](function) fix error result when STR_TO_DATE input all space [doris]

2025-03-10 Thread via GitHub
Mryange commented on code in PR #48872: URL: https://github.com/apache/doris/pull/48872#discussion_r1987276765 ## regression-test/suites/correctness/test_str_to_date.groovy: ## @@ -77,4 +77,9 @@ suite("test_str_to_date") { check_fold_consistency "STR_TO_DATE('2019-12-01', n

Re: [PR] [fix](function) fix error result when STR_TO_DATE input all space [doris]

2025-03-10 Thread via GitHub
Mryange commented on PR #48872: URL: https://github.com/apache/doris/pull/48872#issuecomment-2710585838 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsu

Re: [PR] [fix](function) fix error result when STR_TO_DATE input all space [doris]

2025-03-10 Thread via GitHub
zclllyybb commented on code in PR #48872: URL: https://github.com/apache/doris/pull/48872#discussion_r1987247055 ## regression-test/suites/correctness/test_str_to_date.groovy: ## @@ -77,4 +77,9 @@ suite("test_str_to_date") { check_fold_consistency "STR_TO_DATE('2019-12-01',

Re: [PR] [fix](function) fix error result when STR_TO_DATE input all space [doris]

2025-03-10 Thread via GitHub
doris-robot commented on PR #48872: URL: https://github.com/apache/doris/pull/48872#issuecomment-2710199047 ClickBench: Total hot run time: 30.76 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [fix](function) fix error result when STR_TO_DATE input all space [doris]

2025-03-10 Thread via GitHub
doris-robot commented on PR #48872: URL: https://github.com/apache/doris/pull/48872#issuecomment-2710147061 TPC-H: Total hot run time: 32611 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [fix](function) fix error result when STR_TO_DATE input all space [doris]

2025-03-10 Thread via GitHub
Mryange commented on PR #48872: URL: https://github.com/apache/doris/pull/48872#issuecomment-2710060216 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsu

[PR] [fix](function) fix error result when STR_TO_DATE input all space [doris]

2025-03-10 Thread via GitHub
Mryange opened a new pull request, #48872: URL: https://github.com/apache/doris/pull/48872 ### What problem does this PR solve? before ``` mysql> select STR_TO_DATE (' ', '%Y-%m-%d %H:%i:%s'); +-+ | STR_TO_DATE (' ', '%Y-%m-%d %