Re: [PR] [fix](hudi) replace non thread safe SimpleDateFormat [doris]

2025-03-12 Thread via GitHub
morningman merged PR #48923: URL: https://github.com/apache/doris/pull/48923 -- 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.a

Re: [PR] [fix](hudi) replace non thread safe SimpleDateFormat [doris]

2025-03-12 Thread via GitHub
github-actions[bot] commented on PR #48923: URL: https://github.com/apache/doris/pull/48923#issuecomment-2720089295 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](hudi) replace non thread safe SimpleDateFormat [doris]

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

Re: [PR] [fix](hudi) replace non thread safe SimpleDateFormat [doris]

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

Re: [PR] [fix](hudi) replace non thread safe SimpleDateFormat [doris]

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

Re: [PR] [fix](hudi) replace non thread safe SimpleDateFormat [doris]

2025-03-12 Thread via GitHub
morningman commented on PR #48923: URL: https://github.com/apache/doris/pull/48923#issuecomment-2718267754 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 u

Re: [PR] [fix](hudi) replace non thread safe SimpleDateFormat [doris]

2025-03-11 Thread via GitHub
github-actions[bot] commented on PR #48923: URL: https://github.com/apache/doris/pull/48923#issuecomment-2716180939 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](hudi) replace non thread safe SimpleDateFormat [doris]

2025-03-11 Thread via GitHub
github-actions[bot] commented on PR #48923: URL: https://github.com/apache/doris/pull/48923#issuecomment-2714516032 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](hudi) replace non thread safe SimpleDateFormat [doris]

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

Re: [PR] [fix](hudi) replace non thread safe SimpleDateFormat [doris]

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

Re: [PR] [fix](hudi) replace non thread safe SimpleDateFormat [doris]

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

Re: [PR] [fix](hudi) replace non thread safe SimpleDateFormat [doris]

2025-03-11 Thread via GitHub
morningman commented on PR #48923: URL: https://github.com/apache/doris/pull/48923#issuecomment-2714075755 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 u

Re: [PR] [fix](hudi) replace non thread safe SimpleDateFormat [doris]

2025-03-11 Thread via GitHub
hello-stephen commented on PR #48923: URL: https://github.com/apache/doris/pull/48923#issuecomment-2713151536 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

[PR] [fix](hudi) replace non thread safe SimpleDateFormat [doris]

2025-03-11 Thread via GitHub
morningman opened a new pull request, #48923: URL: https://github.com/apache/doris/pull/48923 ### What problem does this PR solve? `SimpleDateFormat` is not thread safe, replace it with `DateTimeFormatter` ### Release note None ### Check List (For Author) -