Re: [PR] [Bug](function) fix week function get wrong result [doris]

2024-06-10 Thread via GitHub
zhangstar333 merged PR #36000: URL: https://github.com/apache/doris/pull/36000 -- 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] [Bug](function) fix week function get wrong result [doris]

2024-06-10 Thread via GitHub
github-actions[bot] commented on PR #36000: URL: https://github.com/apache/doris/pull/36000#issuecomment-2159714927 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] [Bug](function) fix week function get wrong result [doris]

2024-06-10 Thread via GitHub
github-actions[bot] commented on PR #36000: URL: https://github.com/apache/doris/pull/36000#issuecomment-2159650285 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] [Bug](function) fix week function get wrong result [doris]

2024-06-07 Thread via GitHub
doris-robot commented on PR #36000: URL: https://github.com/apache/doris/pull/36000#issuecomment-2154303260 ClickBench: Total hot run time: 31.12 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Bug](function) fix week function get wrong result [doris]

2024-06-07 Thread via GitHub
doris-robot commented on PR #36000: URL: https://github.com/apache/doris/pull/36000#issuecomment-2154294966 TPC-DS: Total hot run time: 171523 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [Bug](function) fix week function get wrong result [doris]

2024-06-07 Thread via GitHub
doris-robot commented on PR #36000: URL: https://github.com/apache/doris/pull/36000#issuecomment-2154278233 TPC-H: Total hot run time: 40496 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [Bug](function) fix week function get wrong result [doris]

2024-06-07 Thread via GitHub
zhangstar333 commented on PR #36000: URL: https://github.com/apache/doris/pull/36000#issuecomment-2154224524 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

Re: [PR] [Bug](function) fix week function get wrong result [doris]

2024-06-06 Thread via GitHub
zhangstar333 commented on PR #36000: URL: https://github.com/apache/doris/pull/36000#issuecomment-2154181556 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

Re: [PR] [Bug](function) fix week function get wrong result [doris]

2024-06-06 Thread via GitHub
doris-robot commented on PR #36000: URL: https://github.com/apache/doris/pull/36000#issuecomment-2152766449 ClickBench: Total hot run time: 30.66 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Bug](function) fix week function get wrong result [doris]

2024-06-06 Thread via GitHub
doris-robot commented on PR #36000: URL: https://github.com/apache/doris/pull/36000#issuecomment-2152754510 TPC-DS: Total hot run time: 170516 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [Bug](function) fix week function get wrong result [doris]

2024-06-06 Thread via GitHub
doris-robot commented on PR #36000: URL: https://github.com/apache/doris/pull/36000#issuecomment-2152729735 TPC-H: Total hot run time: 39988 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [Bug](function) fix week function get wrong result [doris]

2024-06-06 Thread via GitHub
zhangstar333 commented on PR #36000: URL: https://github.com/apache/doris/pull/36000#issuecomment-2152682948 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

Re: [PR] [Bug](function) fix week function get wrong result [doris]

2024-06-06 Thread via GitHub
doris-robot commented on PR #36000: URL: https://github.com/apache/doris/pull/36000#issuecomment-2152672258 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+process+y

[PR] [Bug](function) fix week function get wrong result [doris]

2024-06-06 Thread via GitHub
zhangstar333 opened a new pull request, #36000: URL: https://github.com/apache/doris/pull/36000 ## Proposed changes before: ``` select week(cast('-01-01' as DATEV2), cast(2 as INT)); ++ | week(cast('-01-01' as DATE