Re: [PR] [chore] Add Clang 18/19 Support [doris]

2025-01-25 Thread via GitHub
doris-robot commented on PR #47438: URL: https://github.com/apache/doris/pull/47438#issuecomment-2613830622 ClickBench: Total hot run time: 30.21 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [chore] Add Clang 18/19 Support [doris]

2025-01-25 Thread via GitHub
zhiqiang- commented on PR #47438: URL: https://github.com/apache/doris/pull/47438#issuecomment-2613934236 run p0 -- 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] [opt](hive docker)Exit on creating table failed [doris]

2025-01-25 Thread via GitHub
Thearas commented on PR #47390: URL: https://github.com/apache/doris/pull/47390#issuecomment-2613936677 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] [Enhancement] Support some compress functions [doris]

2025-01-25 Thread via GitHub
zclllyybb commented on code in PR #47307: URL: https://github.com/apache/doris/pull/47307#discussion_r1929533192 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/scalar/Compress.java: ## @@ -0,0 +1,67 @@ +// Licensed to the Apache Software Foundat

Re: [PR] [Enhancement] Support some compress functions [doris]

2025-01-25 Thread via GitHub
zclllyybb commented on code in PR #47307: URL: https://github.com/apache/doris/pull/47307#discussion_r1929533053 ## be/src/util/block_compression.cpp: ## @@ -854,8 +854,13 @@ class ZlibBlockCompression : public BlockCompressionCodec { Slice s(*output); auto z

Re: [PR] [Enhancement] Support some compress functions [doris]

2025-01-25 Thread via GitHub
zclllyybb commented on code in PR #47307: URL: https://github.com/apache/doris/pull/47307#discussion_r1929533247 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/scalar/Uncompress.java: ## @@ -0,0 +1,67 @@ +// Licensed to the Apache Software Found

Re: [PR] [Enhancement] Support some compress functions [doris]

2025-01-25 Thread via GitHub
zclllyybb commented on code in PR #47307: URL: https://github.com/apache/doris/pull/47307#discussion_r1929534784 ## be/src/vec/functions/function_compress.cpp: ## @@ -0,0 +1,242 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agr

Re: [PR] [Enhancement] Support some compress functions [doris]

2025-01-25 Thread via GitHub
zclllyybb commented on code in PR #47307: URL: https://github.com/apache/doris/pull/47307#discussion_r1929534888 ## be/src/vec/functions/function_compress.cpp: ## @@ -0,0 +1,242 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agr

Re: [PR] [Enhancement] Support some compress functions [doris]

2025-01-25 Thread via GitHub
lzyy2024 commented on code in PR #47307: URL: https://github.com/apache/doris/pull/47307#discussion_r1928699139 ## be/src/vec/functions/function_compress.cpp: ## @@ -0,0 +1,269 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agre

(doris-website) branch asf-site updated (c09ddf6dab0 -> b13324338f1)

2025-01-25 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/doris-website.git discard c09ddf6dab0 Automated deployment with doris branch @ 733d881a1cdcd53881988df182e711d69bfa4275 new b

Re: [PR] [chore] Add Clang 18/19 Support [doris]

2025-01-25 Thread via GitHub
doris-robot commented on PR #47438: URL: https://github.com/apache/doris/pull/47438#issuecomment-2613836978 TeamCity be ut coverage result: Function Coverage: 42.06% (10969/26082) Line Coverage: 32.33% (92723/286775) Region Coverage: 31.48% (47536/151017) Branch Coverage: 27.

Re: [PR] [fix](delete) fix insert into cols should be corresponding to the query output for delete from command [doris]

2025-01-25 Thread via GitHub
bobhan1 commented on code in PR #47406: URL: https://github.com/apache/doris/pull/47406#discussion_r1929509529 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/DeleteFromCommand.java: ## @@ -475,7 +475,8 @@ public LogicalPlan completeQueryPlan(ConnectCon

Re: [PR] [Feature](literal)Support TimeLiteral [doris]

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

Re: [PR] [Feature](literal)Support TimeLiteral [doris]

2025-01-25 Thread via GitHub
doris-robot commented on PR #47319: URL: https://github.com/apache/doris/pull/47319#issuecomment-2613867446 ClickBench: Total hot run time: 30.99 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Enhancement](Log) Reduce usage of log fatal(PART II) [doris]

2025-01-25 Thread via GitHub
wyxxxcat commented on PR #47249: URL: https://github.com/apache/doris/pull/47249#issuecomment-2613930157 run p0 -- 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 unsubscri

Re: [PR] [Enhancement] Support some compress functions [doris]

2025-01-25 Thread via GitHub
zclllyybb commented on code in PR #47307: URL: https://github.com/apache/doris/pull/47307#discussion_r1929542483 ## be/src/vec/functions/function_compress.cpp: ## @@ -0,0 +1,242 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agr

Re: [PR] [Enhancement] Support some compress functions [doris]

2025-01-25 Thread via GitHub
zclllyybb commented on code in PR #47307: URL: https://github.com/apache/doris/pull/47307#discussion_r1929542732 ## be/src/vec/functions/function_compress.cpp: ## @@ -0,0 +1,242 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agr

(doris-website) branch asf-site updated (b13324338f1 -> d4bc38e3962)

2025-01-25 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/doris-website.git discard b13324338f1 Automated deployment with doris branch @ 733d881a1cdcd53881988df182e711d69bfa4275 new d

Re: [PR] [Enhancement] Support some compress functions [doris]

2025-01-25 Thread via GitHub
zclllyybb commented on code in PR #47307: URL: https://github.com/apache/doris/pull/47307#discussion_r1929542675 ## be/src/util/block_compression.cpp: ## @@ -854,8 +854,13 @@ class ZlibBlockCompression : public BlockCompressionCodec { Slice s(*output); auto z

Re: [PR] [Enhancement] Support some compress functions [doris]

2025-01-25 Thread via GitHub
zclllyybb commented on code in PR #47307: URL: https://github.com/apache/doris/pull/47307#discussion_r1929542886 ## be/src/vec/functions/function_compress.cpp: ## @@ -0,0 +1,242 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agr

Re: [PR] [Feature](literal)Support TimeLiteral [doris]

2025-01-25 Thread via GitHub
koarz commented on PR #47319: URL: https://github.com/apache/doris/pull/47319#issuecomment-2613839617 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 unsubs

(doris-website) branch asf-site updated (43a603b58d7 -> d02029fe3fa)

2025-01-25 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/doris-website.git discard 43a603b58d7 Automated deployment with doris branch @ 733d881a1cdcd53881988df182e711d69bfa4275 new d

Re: [PR] [improve](cloud-mow)Add delete bitmap metrics [doris]

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

Re: [PR] [improve](cloud-mow)Add delete bitmap metrics [doris]

2025-01-25 Thread via GitHub
doris-robot commented on PR #47028: URL: https://github.com/apache/doris/pull/47028#issuecomment-2613860063 ClickBench: Total hot run time: 31.33 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Feature](literal)Support TimeLiteral [doris]

2025-01-25 Thread via GitHub
doris-robot commented on PR #47319: URL: https://github.com/apache/doris/pull/47319#issuecomment-2613860255 TeamCity be ut coverage result: Function Coverage: 42.06% (10971/26083) Line Coverage: 32.33% (92749/286839) Region Coverage: 31.49% (47560/151055) Branch Coverage: 27.

(doris-website) branch asf-site updated (d02029fe3fa -> 4643405d1c9)

2025-01-25 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/doris-website.git discard d02029fe3fa Automated deployment with doris branch @ 733d881a1cdcd53881988df182e711d69bfa4275 new 4

Re: [PR] [Feature](literal)Support TimeLiteral [doris]

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

Re: [PR] [fix](delete) fix insert into cols should be corresponding to the query output for delete from command [doris]

2025-01-25 Thread via GitHub
bobhan1 commented on code in PR #47406: URL: https://github.com/apache/doris/pull/47406#discussion_r1929509529 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/DeleteFromCommand.java: ## @@ -475,7 +475,8 @@ public LogicalPlan completeQueryPlan(ConnectCon

[PR] update docs for string functions multi-match-any, multi-search-all-positions, ngram-search and tokenize [doris-website]

2025-01-25 Thread via GitHub
xiaokang opened a new pull request, #1948: URL: https://github.com/apache/doris-website/pull/1948 ## Versions - [x] dev - [x] 3.0 - [x] 2.1 - [x] 2.0 ## Languages - [x] Chinese - [x] English ## Docs Checklist - [x] Checked by AI - [x] Test Ca

Re: [PR] [improve](cloud-mow)Add delete bitmap metrics [doris]

2025-01-25 Thread via GitHub
hust-hhb commented on PR #47028: URL: https://github.com/apache/doris/pull/47028#issuecomment-2613838954 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 uns

Re: [PR] [improve](cloud-mow)Add delete bitmap metrics [doris]

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

(doris-website) branch asf-site updated (4643405d1c9 -> 8c3223419b2)

2025-01-25 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/doris-website.git discard 4643405d1c9 Automated deployment with doris branch @ 733d881a1cdcd53881988df182e711d69bfa4275 new 8

Re: [PR] [Enhancement](Log) Reduce usage of log fatal(PART II) [doris]

2025-01-25 Thread via GitHub
linrrzqqq commented on PR #47249: URL: https://github.com/apache/doris/pull/47249#issuecomment-2613931876 run p0 -- 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 unsubscr

Re: [PR] [Enhancement](Log) Reduce usage of log fatal(PART II) [doris]

2025-01-25 Thread via GitHub
wyxxxcat commented on PR #47249: URL: https://github.com/apache/doris/pull/47249#issuecomment-2613931690 run p0 -- 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 unsubscri

(doris-website) branch asf-site updated (8c3223419b2 -> c09ddf6dab0)

2025-01-25 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/doris-website.git discard 8c3223419b2 Automated deployment with doris branch @ 733d881a1cdcd53881988df182e711d69bfa4275 new c

Re: [PR] [fix](delete) fix insert into cols should be corresponding to the query output for delete from command [doris]

2025-01-25 Thread via GitHub
bobhan1 commented on code in PR #47406: URL: https://github.com/apache/doris/pull/47406#discussion_r1929526410 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/DeleteFromCommand.java: ## @@ -475,7 +475,8 @@ public LogicalPlan completeQueryPlan(ConnectCon

(doris-website) branch asf-site updated (cf1c51a76e8 -> 092ef246d2d)

2025-01-25 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/doris-website.git discard cf1c51a76e8 Automated deployment with doris branch @ 733d881a1cdcd53881988df182e711d69bfa4275 new 0

Re: [PR] [Fix](Test) debug point case should be nonConcurrent [doris]

2025-01-25 Thread via GitHub
hello-stephen commented on PR #47443: URL: https://github.com/apache/doris/pull/47443#issuecomment-2613998758 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](Test) debug point case should be nonConcurrent [doris]

2025-01-25 Thread via GitHub
Yukang-Lian commented on PR #47443: URL: https://github.com/apache/doris/pull/47443#issuecomment-2613998782 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

(doris-website) branch asf-site updated (16f8fb638f3 -> d324a2ea5e9)

2025-01-25 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/doris-website.git discard 16f8fb638f3 Automated deployment with doris branch @ 733d881a1cdcd53881988df182e711d69bfa4275 new d

Re: [PR] [Enhancement] Support some compress functions [doris]

2025-01-25 Thread via GitHub
lzyy2024 commented on PR #47307: URL: https://github.com/apache/doris/pull/47307#issuecomment-2614007660 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 uns

(doris-website) branch asf-site updated (092ef246d2d -> 76d79dc1924)

2025-01-25 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/doris-website.git discard 092ef246d2d Automated deployment with doris branch @ 733d881a1cdcd53881988df182e711d69bfa4275 new 7

(doris-website) branch asf-site updated (e877836e105 -> 64874d7f542)

2025-01-25 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/doris-website.git discard e877836e105 Automated deployment with doris branch @ 733d881a1cdcd53881988df182e711d69bfa4275 new 6

Re: [PR] [Fix](Test) debug point case should be nonConcurrent [doris]

2025-01-25 Thread via GitHub
github-actions[bot] commented on PR #47443: URL: https://github.com/apache/doris/pull/47443#issuecomment-2614153969 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] [Chore](profile) add some profile on ReaderInit #45556 [doris]

2025-01-25 Thread via GitHub
github-actions[bot] commented on PR #47427: URL: https://github.com/apache/doris/pull/47427#issuecomment-2614154370 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](Test) debug point case should be nonConcurrent [doris]

2025-01-25 Thread via GitHub
github-actions[bot] commented on PR #47443: URL: https://github.com/apache/doris/pull/47443#issuecomment-2614153973 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] branch-3.0: [opt](docker)Replace healthy container with `--wait` #47357 [doris]

2025-01-25 Thread via GitHub
dataroaring closed pull request #47420: branch-3.0: [opt](docker)Replace healthy container with `--wait` #47357 URL: https://github.com/apache/doris/pull/47420 -- 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

Re: [PR] branch-3.0: [fix](partition) Add partition of mismatched type to table #47200 [doris]

2025-01-25 Thread via GitHub
hello-stephen commented on PR #47446: URL: https://github.com/apache/doris/pull/47446#issuecomment-2614174246 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. T

Re: [PR] [fix](nereids) fix range inference generate an empty range [doris]

2025-01-25 Thread via GitHub
yujun777 commented on PR #47434: URL: https://github.com/apache/doris/pull/47434#issuecomment-2614174959 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 uns

[PR] branch-3.0: [fix](partition) Add partition of mismatched type to table #47200 [doris]

2025-01-25 Thread via GitHub
github-actions[bot] opened a new pull request, #47446: URL: https://github.com/apache/doris/pull/47446 Cherry-picked from #47200 -- 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 comme

Re: [PR] [improve](cloud-mow)Add delete bitmap metrics [doris]

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

Re: [PR] branch-2.1: [fix](backup) filter the staled task response by job id #47416 [doris]

2025-01-25 Thread via GitHub
hello-stephen commented on PR #47445: URL: https://github.com/apache/doris/pull/47445#issuecomment-2614174124 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

(doris) branch auto-pick-47416-branch-3.0 created (now a3580a610d9)

2025-01-25 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-47416-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git at a3580a610d9 branch-3.0: [fix](regression test) Fix S3 load profile test failed in multi-fronte

Re: [PR] [enhance](column) add has_enough_capacity function interface for column [doris]

2025-01-25 Thread via GitHub
zhangstar333 commented on PR #47364: URL: https://github.com/apache/doris/pull/47364#issuecomment-2614176915 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] [Fix](test) test_cumu_compaction_with_delete case should be nonConcurrent [doris]

2025-01-25 Thread via GitHub
dataroaring merged PR #47372: URL: https://github.com/apache/doris/pull/47372 -- 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] [enhance](column) add has_enough_capacity function interface for column [doris]

2025-01-25 Thread via GitHub
zhangstar333 commented on code in PR #47364: URL: https://github.com/apache/doris/pull/47364#discussion_r1929642752 ## be/src/vec/columns/column_string.h: ## @@ -62,13 +62,13 @@ class ColumnStr final : public COWHelper> { static constexpr size_t MAX_STRINGS_OVERFLOW_SIZE

Re: [PR] [improve](cloud-mow)Add delete bitmap metrics [doris]

2025-01-25 Thread via GitHub
doris-robot commented on PR #47028: URL: https://github.com/apache/doris/pull/47028#issuecomment-2614175484 ClickBench: Total hot run time: 30.55 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

(doris) branch auto-pick-47416-branch-3.0 updated (a3580a610d9 -> 09263cc025c)

2025-01-25 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-47416-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git from a3580a610d9 branch-3.0: [fix](regression test) Fix S3 load profile test failed in multi-fronte

(doris) branch auto-pick-47200-branch-3.0 created (now a3580a610d9)

2025-01-25 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-47200-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git at a3580a610d9 branch-3.0: [fix](regression test) Fix S3 load profile test failed in multi-fronte

Re: [PR] branch-3.0: [fix](partition) Add partition of mismatched type to table #47200 [doris]

2025-01-25 Thread via GitHub
dataroaring closed pull request #47446: branch-3.0: [fix](partition) Add partition of mismatched type to table #47200 URL: https://github.com/apache/doris/pull/47446 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

(doris) branch branch-3.0 updated: branch-3.0: [fix](regression test) Fix S3 load profile test failed in multi-frontends environment. #47330 (#47442)

2025-01-25 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new a3580a610d9 branch-3.0: [fix](regres

Re: [PR] [feat](nereids) simplify conflict compound [doris]

2025-01-25 Thread via GitHub
yujun777 commented on PR #47385: URL: https://github.com/apache/doris/pull/47385#issuecomment-2614176204 run p0 -- 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 unsubscri

[PR] branch-2.1: [fix](backup) filter the staled task response by job id #47416 [doris]

2025-01-25 Thread via GitHub
github-actions[bot] opened a new pull request, #47445: URL: https://github.com/apache/doris/pull/47445 Cherry-picked from #47416 -- 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 comme

[PR] branch-3.0: [Fix](test) test_cumu_compaction_with_delete case should be nonConcurrent #47372 [doris]

2025-01-25 Thread via GitHub
github-actions[bot] opened a new pull request, #47447: URL: https://github.com/apache/doris/pull/47447 Cherry-picked from #47372 -- 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 comme

(doris) branch auto-pick-47372-branch-2.1 created (now 0e13ee3db64)

2025-01-25 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-47372-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git at 0e13ee3db64 branch-2.1: [fix](restore) Release snapshots after the FINISHED state is persisted

Re: [PR] branch-3.0: [Fix](test) test_cumu_compaction_with_delete case should be nonConcurrent #47372 [doris]

2025-01-25 Thread via GitHub
Thearas commented on PR #47447: URL: https://github.com/apache/doris/pull/47447#issuecomment-2614177506 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

(doris) branch master updated: [Fix](test) test_cumu_compaction_with_delete case should be nonConcurrent (#47372)

2025-01-25 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new ca506fab899 [Fix](test) test_cumu_compaction

Re: [PR] branch-3.0: [Fix](test) test_cumu_compaction_with_delete case should be nonConcurrent #47372 [doris]

2025-01-25 Thread via GitHub
dataroaring closed pull request #47447: branch-3.0: [Fix](test) test_cumu_compaction_with_delete case should be nonConcurrent #47372 URL: https://github.com/apache/doris/pull/47447 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

(doris) branch auto-pick-47372-branch-3.0 updated (a3580a610d9 -> 92f898a3748)

2025-01-25 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-47372-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git from a3580a610d9 branch-3.0: [fix](regression test) Fix S3 load profile test failed in multi-fronte

Re: [PR] branch-3.0: [Fix](test) test_cumu_compaction_with_delete case should be nonConcurrent #47372 [doris]

2025-01-25 Thread via GitHub
Thearas commented on PR #47447: URL: https://github.com/apache/doris/pull/47447#issuecomment-2614177488 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

(doris) branch auto-pick-47372-branch-2.1 updated (0e13ee3db64 -> a270c79d49e)

2025-01-25 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-47372-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git from 0e13ee3db64 branch-2.1: [fix](restore) Release snapshots after the FINISHED state is persisted

Re: [PR] branch-2.1: [Fix](test) test_cumu_compaction_with_delete case should be nonConcurrent #47372 [doris]

2025-01-25 Thread via GitHub
dataroaring closed pull request #47448: branch-2.1: [Fix](test) test_cumu_compaction_with_delete case should be nonConcurrent #47372 URL: https://github.com/apache/doris/pull/47448 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] branch-2.1: [Fix](test) test_cumu_compaction_with_delete case should be nonConcurrent #47372 [doris]

2025-01-25 Thread via GitHub
Thearas commented on PR #47448: URL: https://github.com/apache/doris/pull/47448#issuecomment-2614177683 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

Re: [PR] branch-2.1: [Fix](test) test_cumu_compaction_with_delete case should be nonConcurrent #47372 [doris]

2025-01-25 Thread via GitHub
Thearas commented on PR #47448: URL: https://github.com/apache/doris/pull/47448#issuecomment-2614177695 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] branch-2.1: [Fix](test) test_cumu_compaction_with_delete case should be nonConcurrent #47372 [doris]

2025-01-25 Thread via GitHub
github-actions[bot] opened a new pull request, #47448: URL: https://github.com/apache/doris/pull/47448 Cherry-picked from #47372 -- 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 comme

(doris) branch auto-pick-47372-branch-3.0 created (now a3580a610d9)

2025-01-25 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-47372-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git at a3580a610d9 branch-3.0: [fix](regression test) Fix S3 load profile test failed in multi-fronte

Re: [PR] [fix](kerberos) pass kerberos_krb5_conf_path to be jvm option [doris]

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

Re: [PR] [fix](kerberos) pass kerberos_krb5_conf_path to be jvm option [doris]

2025-01-25 Thread via GitHub
doris-robot commented on PR #47431: URL: https://github.com/apache/doris/pull/47431#issuecomment-2613993016 ClickBench: Total hot run time: 31.22 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [opt](hive docker)Exit on creating table failed [doris]

2025-01-25 Thread via GitHub
Thearas commented on PR #47390: URL: https://github.com/apache/doris/pull/47390#issuecomment-2613993451 run external -- 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](kerberos) pass kerberos_krb5_conf_path to be jvm option [doris]

2025-01-25 Thread via GitHub
doris-robot commented on PR #47431: URL: https://github.com/apache/doris/pull/47431#issuecomment-2613994264 TeamCity be ut coverage result: Function Coverage: 42.06% (10970/26083) Line Coverage: 32.33% (92706/286779) Region Coverage: 31.48% (47546/151018) Branch Coverage: 27.

Re: [PR] [opt](hive docker)Exit on creating table failed [doris]

2025-01-25 Thread via GitHub
Thearas commented on PR #47390: URL: https://github.com/apache/doris/pull/47390#issuecomment-2614211644 run cloud_p0 -- 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

(doris) branch auto-pick-47372-branch-3.0 deleted (was 92f898a3748)

2025-01-25 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-47372-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git was 92f898a3748 [Fix](test) test_cumu_compaction_with_delete case should be nonConcurrent (#47372)

Re: [PR] [fix](nereids) fix non-foldable expression wrong fold [doris]

2025-01-25 Thread via GitHub
yujun777 commented on PR #47092: URL: https://github.com/apache/doris/pull/47092#issuecomment-2614213790 run p0 -- 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 unsubscri

(doris) branch branch-2.1 updated: Revert "[fix](date_function) fix str_to_date function return wrong microsecond issue" (#47441)

2025-01-25 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new 803d3a1545c Revert "[fix](date_function

(doris) branch branch-3.0 updated: branch-3.0: [Fix](test) test_cumu_compaction_with_delete case should be nonConcurrent #47372 (#47447)

2025-01-25 Thread gavinchou
This is an automated email from the ASF dual-hosted git repository. gavinchou pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new fd514be024a branch-3.0: [Fix](test) te

Re: [PR] branch-3.0: [Fix](test) test_cumu_compaction_with_delete case should be nonConcurrent #47372 [doris]

2025-01-25 Thread via GitHub
gavinchou merged PR #47447: URL: https://github.com/apache/doris/pull/47447 -- 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.ap

Re: [PR] Revert "[fix](date_function) fix str_to_date function return wrong microsecond issue" [doris]

2025-01-25 Thread via GitHub
yiguolei merged PR #47441: URL: https://github.com/apache/doris/pull/47441 -- 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.apa

Re: [PR] [feat](scan) Adaptive scan concurrency [doris]

2025-01-25 Thread via GitHub
zhiqiang- commented on PR #44690: URL: https://github.com/apache/doris/pull/44690#issuecomment-2614214560 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. T

(doris-website) branch asf-site updated (47627b09f24 -> c3a9e20e121)

2025-01-25 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/doris-website.git discard 47627b09f24 Automated deployment with doris branch @ 733d881a1cdcd53881988df182e711d69bfa4275 new c

(doris) branch auto-pick-47337-branch-3.0 deleted (was baa63dc5776)

2025-01-25 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-47337-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git was baa63dc5776 [fix](Nereids) Use the schema saved during planning as the schema of the original

Re: [PR] [improve](cloud-mow)Add delete bitmap metrics [doris]

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

Re: [PR] [fix](nereids) fix range inference generate an empty range [doris]

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

Re: [PR] branch-3.0: [fix](backup) filter the staled task response by job id #47416 [doris]

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

Re: [PR] [fix](fe) Fix `slf4j` contains multiple SLF4J bindings [doris]

2025-01-25 Thread via GitHub
github-actions[bot] commented on PR #45945: URL: https://github.com/apache/doris/pull/45945#issuecomment-2614176110 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] [Chore](dependencies)upgrade dependencies [doris]

2025-01-25 Thread via GitHub
CalvinKirs commented on PR #47127: URL: https://github.com/apache/doris/pull/47127#issuecomment-2614179735 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] branch-3.0: [fix](partition) Add partition of mismatched type to table #47200 [doris]

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

Re: [PR] branch-3.0: [fix](partition) Add partition of mismatched type to table #47200 [doris]

2025-01-25 Thread via GitHub
doris-robot commented on PR #47446: URL: https://github.com/apache/doris/pull/47446#issuecomment-2614185788 ClickBench: Total hot run time: 32.21 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [bug](analytic) fix duplicate add _num_rows_returned issue [doris]

2025-01-25 Thread via GitHub
zhangstar333 merged PR #47366: URL: https://github.com/apache/doris/pull/47366 -- 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] [test](vault) Add more regression test about storage vault [doris]

2025-01-25 Thread via GitHub
doris-robot commented on PR #47449: URL: https://github.com/apache/doris/pull/47449#issuecomment-2614195354 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

(doris) branch master updated (304443d1d8d -> c066d4f6c97)

2025-01-25 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 304443d1d8d [bug](analytic) fix duplicate add _num_rows_returned issue (#47366) add c066d4f6c97 [Fix](Test)

  1   2   3   4   >