(doris) branch master updated: [Exec](expr) Opt the compound pred performace (#45414)

2024-12-15 Thread lihaopeng
This is an automated email from the ASF dual-hosted git repository. lihaopeng 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 0c97e0470f2 [Exec](expr) Opt the compound pred

(doris) branch auto-pick-45414-branch-2.1 created (now d13241115db)

2024-12-15 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-45414-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git at d13241115db [branch-2.1]downgrade resource tag when there is not queryable repli… (#45387) No

Re: [PR] [Bug](pipeline) make sink operator process eos signals after wake_up_early [doris]

2024-12-15 Thread via GitHub
yiguolei commented on code in PR #45207: URL: https://github.com/apache/doris/pull/45207#discussion_r1886082723 ## be/src/pipeline/pipeline_task.cpp: ## @@ -361,47 +354,44 @@ Status PipelineTask::execute(bool* eos) { RETURN_IF_ERROR(_sink->revoke_memory(_state));

(doris) branch auto-pick-45414-branch-3.0 created (now 4e9012fd8e4)

2024-12-15 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-45414-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git at 4e9012fd8e4 branch-3.0: [fix](hive) fix block decompressor bug #45289 (#45377) No new revisio

Re: [PR] [refactor](shuffle)(part III) Use local exchanger for both exchange sink and lo… [doris]

2024-12-15 Thread via GitHub
Gabriel39 commented on PR #45375: URL: https://github.com/apache/doris/pull/45375#issuecomment-2544433801 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 un

Re: [PR] [fix](cluster key) test mow cases in cluster key [doris]

2024-12-15 Thread via GitHub
mymeiyi commented on PR #42565: URL: https://github.com/apache/doris/pull/42565#issuecomment-254061 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 auto-pick-38185-branch-3.0 created (now 4e9012fd8e4)

2024-12-15 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-38185-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git at 4e9012fd8e4 branch-3.0: [fix](hive) fix block decompressor bug #45289 (#45377) No new revisio

Re: [PR] [doc](update) update concurrent control [doris-website]

2024-12-15 Thread via GitHub
KassieZ merged PR #1487: URL: https://github.com/apache/doris-website/pull/1487 -- 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...@dori

(doris-website) branch master updated: [doc](update) update concurrent control (#1487)

2024-12-15 Thread kassiez
This is an automated email from the ASF dual-hosted git repository. kassiez pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/master by this push: new fa45f8c987 [doc](update) update concurre

Re: [PR] [fix](binlog) Fix linking binlog failure due to existing files [doris]

2024-12-15 Thread via GitHub
github-actions[bot] commented on PR #45445: URL: https://github.com/apache/doris/pull/45445#issuecomment-2544495832 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[PR] [feat](Job)Ensure forced failure handling for tasks from previous master node during failover or restart [doris]

2024-12-15 Thread via GitHub
CalvinKirs opened a new pull request, #45446: URL: https://github.com/apache/doris/pull/45446 ### What problem does this PR solve? When the Master node restarts or switches to a new primary, the new Master must take over task scheduling. In this scenario, tasks running on the prev

Re: [PR] [feature](mtmv)Support iceberg partition refresh. [doris]

2024-12-15 Thread via GitHub
Jibing-Li commented on code in PR #44726: URL: https://github.com/apache/doris/pull/44726#discussion_r1886117447 ## fe/fe-core/src/main/java/org/apache/doris/datasource/iceberg/IcebergExternalTable.java: ## @@ -51,9 +108,63 @@ protected synchronized void makeSureInitialized() {

Re: [PR] [feat](Job)Ensure forced failure handling for tasks from previous master node during failover or restart [doris]

2024-12-15 Thread via GitHub
Thearas commented on PR #45446: URL: https://github.com/apache/doris/pull/45446#issuecomment-2544495713 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] [Bug](function) fix wrong result on group_concat with distinct+order_by+nullable [doris]

2024-12-15 Thread via GitHub
github-actions[bot] commented on PR #45313: URL: https://github.com/apache/doris/pull/45313#issuecomment-2544546118 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

(doris) branch master updated: [Bug](function) fix wrong result on group_concat with distinct+order_by+nullable (#45313)

2024-12-15 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei 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 fe8fa870941 [Bug](function) fix wrong result

Re: [PR] [feat](Job)Ensure forced failure handling for tasks from previous master node during failover or restart [doris]

2024-12-15 Thread via GitHub
github-actions[bot] commented on PR #45446: URL: https://github.com/apache/doris/pull/45446#issuecomment-2544547755 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 wrong result on group_concat with distinct+order_by+nullable [doris]

2024-12-15 Thread via GitHub
BiteThet merged PR #45313: URL: https://github.com/apache/doris/pull/45313 -- 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

[PR] [chore](ci) tmp remove required of performance [doris]

2024-12-15 Thread via GitHub
hello-stephen opened a new pull request, #45448: URL: https://github.com/apache/doris/pull/45448 ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: ### Release note None ### Check List (For Author) -

Re: [PR] [chore](ci) tmp remove required of performance [doris]

2024-12-15 Thread via GitHub
Thearas commented on PR #45448: URL: https://github.com/apache/doris/pull/45448#issuecomment-2544599780 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 hello-stephen-patch-7 created (now 756f411a0e8)

2024-12-15 Thread hellostephen
This is an automated email from the ASF dual-hosted git repository. hellostephen pushed a change to branch hello-stephen-patch-7 in repository https://gitbox.apache.org/repos/asf/doris.git at 756f411a0e8 [chore](ci) tmp remove required of performance No new revisions were added by this up

Re: [PR] [Fix](test) Fix cumu compaction with delete case fail [doris]

2024-12-15 Thread via GitHub
github-actions[bot] commented on PR #45442: URL: https://github.com/apache/doris/pull/45442#issuecomment-2544457222 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) Fix cumu compaction with delete case fail [doris]

2024-12-15 Thread via GitHub
github-actions[bot] commented on PR #45442: URL: https://github.com/apache/doris/pull/45442#issuecomment-2544457436 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: [Bug](function) fix repeat function result length is invalid and cause overflow #45288 [doris]

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

Re: [PR] [feature](meta-service) Support dynamic configuration for meta service [doris]

2024-12-15 Thread via GitHub
TangSiyang2001 commented on PR #45394: URL: https://github.com/apache/doris/pull/45394#issuecomment-2544498875 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.

Re: [PR] [feature](meta-service) Support dynamic configuration for meta service [doris]

2024-12-15 Thread via GitHub
github-actions[bot] commented on PR #45394: URL: https://github.com/apache/doris/pull/45394#issuecomment-2544502196 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [feature](mtmv)Support iceberg partition refresh. [doris]

2024-12-15 Thread via GitHub
Jibing-Li commented on PR #44726: URL: https://github.com/apache/doris/pull/44726#issuecomment-2544500704 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 un

Re: [PR] [pick](branch-2.1) pick #45210 [doris]

2024-12-15 Thread via GitHub
doris-robot commented on PR #45444: URL: https://github.com/apache/doris/pull/45444#issuecomment-2544502647 TeamCity be ut coverage result: Function Coverage: 36.48% (9569/26231) Line Coverage: 27.92% (78637/281651) Region Coverage: 26.60% (40386/151828) Branch Coverage: 23.3

Re: [PR] [pick](branch-3.0) pick #38185 #42059 #45210 [doris]

2024-12-15 Thread via GitHub
github-actions[bot] commented on code in PR #45092: URL: https://github.com/apache/doris/pull/45092#discussion_r1886123950 ## be/src/runtime/memory/heap_profiler.cpp: ## @@ -0,0 +1,130 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor lice

Re: [PR] [fix](nereids) fix bug when sum0 distinct appear in cte [doris]

2024-12-15 Thread via GitHub
Thearas commented on PR #45447: URL: https://github.com/apache/doris/pull/45447#issuecomment-2544569102 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] [fix](nereids) fix bug when sum0 distinct appear in cte [doris]

2024-12-15 Thread via GitHub
feiniaofeiafei opened a new pull request, #45447: URL: https://github.com/apache/doris/pull/45447 ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: ### Release note None ### Check List (For Author)

Re: [PR] [Enhancement] (nereids)implement KILL COMMAND in nereids [doris]

2024-12-15 Thread via GitHub
starocean999 commented on PR #44325: URL: https://github.com/apache/doris/pull/44325#issuecomment-2544692293 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] [chore](ci) tmp remove required of performance [doris]

2024-12-15 Thread via GitHub
xinyiZzz merged PR #45448: URL: https://github.com/apache/doris/pull/45448 -- 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

(doris) branch master updated: [chore](ci) tmp remove required of performance (#45448)

2024-12-15 Thread zouxinyi
This is an automated email from the ASF dual-hosted git repository. zouxinyi 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 830b74cf029 [chore](ci) tmp remove required of

(doris) branch hello-stephen-patch-7 deleted (was 756f411a0e8)

2024-12-15 Thread hellostephen
This is an automated email from the ASF dual-hosted git repository. hellostephen pushed a change to branch hello-stephen-patch-7 in repository https://gitbox.apache.org/repos/asf/doris.git was 756f411a0e8 [chore](ci) tmp remove required of performance The revisions that were on this branch

Re: [PR] [fix](nereids) fix bug when sum0 distinct appear in cte [doris]

2024-12-15 Thread via GitHub
github-actions[bot] commented on PR #45447: URL: https://github.com/apache/doris/pull/45447#issuecomment-2544588363 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](nereids) fix bug when sum0 distinct appear in cte [doris]

2024-12-15 Thread via GitHub
github-actions[bot] commented on PR #45447: URL: https://github.com/apache/doris/pull/45447#issuecomment-2544588396 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] [opt](Nereids) lock table in ascending order of table IDs [doris]

2024-12-15 Thread via GitHub
morrySnow commented on code in PR #45045: URL: https://github.com/apache/doris/pull/45045#discussion_r1886081704 ## fe/fe-core/src/main/java/org/apache/doris/tablefunction/MetadataGenerator.java: ## @@ -844,22 +845,28 @@ private static TFetchSchemaTableDataResult mtmvMetadataRe

Re: [PR] [Bug](pipeline) make sink operator process eos signals after wake_up_early [doris]

2024-12-15 Thread via GitHub
yiguolei commented on code in PR #45207: URL: https://github.com/apache/doris/pull/45207#discussion_r1886079385 ## be/src/pipeline/pipeline_task.cpp: ## @@ -320,27 +309,31 @@ Status PipelineTask::execute(bool* eos) { if (_wait_to_start()) { return Status::OK();

Re: [PR] [Exec](expr) Opt the compound pred performace [doris]

2024-12-15 Thread via GitHub
HappenLee merged PR #45414: URL: https://github.com/apache/doris/pull/45414 -- 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] [fix](statistics)Fix skip analyze empty table case. [doris]

2024-12-15 Thread via GitHub
hello-stephen commented on PR #45441: URL: https://github.com/apache/doris/pull/45441#issuecomment-251460 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](statistics)Fix skip analyze empty table case. [doris]

2024-12-15 Thread via GitHub
Jibing-Li commented on PR #45441: URL: https://github.com/apache/doris/pull/45441#issuecomment-252577 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 un

Re: [PR] [Fix](case) remove useless test [doris]

2024-12-15 Thread via GitHub
wangbo merged PR #45409: URL: https://github.com/apache/doris/pull/45409 -- 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.apach

(doris) branch master updated: [Fix](case) remove useless test (#45409)

2024-12-15 Thread wangbo
This is an automated email from the ASF dual-hosted git repository. wangbo 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 4a914fe1b88 [Fix](case) remove useless test (#454

Re: [PR] [Bug](pipeline) make sink operator process eos signals after wake_up_early [doris]

2024-12-15 Thread via GitHub
BiteThet commented on code in PR #45207: URL: https://github.com/apache/doris/pull/45207#discussion_r1886083527 ## be/src/pipeline/pipeline_task.cpp: ## @@ -320,27 +309,31 @@ Status PipelineTask::execute(bool* eos) { if (_wait_to_start()) { return Status::OK();

Re: [PR] [Bug](pipeline) make sink operator process eos signals after wake_up_early [doris]

2024-12-15 Thread via GitHub
yiguolei commented on code in PR #45207: URL: https://github.com/apache/doris/pull/45207#discussion_r1886091992 ## be/src/pipeline/pipeline_task.cpp: ## @@ -320,27 +309,31 @@ Status PipelineTask::execute(bool* eos) { if (_wait_to_start()) { return Status::OK();

[PR] branch-3.0: [Bug](function) fix repeat function result length is invalid and cause overflow #45288 [doris]

2024-12-15 Thread via GitHub
github-actions[bot] opened a new pull request, #45443: URL: https://github.com/apache/doris/pull/45443 Cherry-picked from #45288 -- 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-45288-branch-3.0 updated (4e9012fd8e4 -> 3c0262a7b3d)

2024-12-15 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-45288-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git from 4e9012fd8e4 branch-3.0: [fix](hive) fix block decompressor bug #45289 (#45377) add 3c0262

(doris) branch auto-pick-45288-branch-2.1 created (now d13241115db)

2024-12-15 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-45288-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git at d13241115db [branch-2.1]downgrade resource tag when there is not queryable repli… (#45387) No

(doris) branch auto-pick-45288-branch-3.0 created (now 4e9012fd8e4)

2024-12-15 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-45288-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git at 4e9012fd8e4 branch-3.0: [fix](hive) fix block decompressor bug #45289 (#45377) No new revisio

[PR] [doc](udf) update some error about java-udf type [doris-website]

2024-12-15 Thread via GitHub
zhangstar333 opened a new pull request, #1523: URL: https://github.com/apache/doris-website/pull/1523 ## Versions - [x] dev - [ ] 3.0 - [ ] 2.1 - [ ] 2.0 ## Languages - [x] Chinese - [x] English ## Docs Checklist - [ ] Checked by AI - [ ] Tes

Re: [PR] [fix](binlog) Fix linking binlog failure due to existing files [doris]

2024-12-15 Thread via GitHub
github-actions[bot] commented on PR #45445: URL: https://github.com/apache/doris/pull/45445#issuecomment-2544474822 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [feat](nereids) add is_merge tag for data sink [doris]

2024-12-15 Thread via GitHub
englefly commented on code in PR #45196: URL: https://github.com/apache/doris/pull/45196#discussion_r1886107822 ## gensrc/thrift/DataSinks.thrift: ## @@ -189,6 +189,7 @@ struct TDataStreamSink { 11: optional i64 tablet_sink_txn_id 12: optional Types.TTupleId tablet_sink_tu

Re: [PR] [feat](nereids) add is_merge tag for data sink [doris]

2024-12-15 Thread via GitHub
github-actions[bot] commented on PR #45196: URL: https://github.com/apache/doris/pull/45196#issuecomment-2544475566 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](cloud) fix error in get detached tablet stat [doris]

2024-12-15 Thread via GitHub
github-actions[bot] commented on code in PR #45449: URL: https://github.com/apache/doris/pull/45449#discussion_r1886201171 ## cloud/test/meta_service_tablet_stats_test.cpp: ## @@ -0,0 +1,108 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributo

Re: [PR] [chore](ci) tmp remove required of performance [doris]

2024-12-15 Thread via GitHub
github-actions[bot] commented on PR #45448: URL: https://github.com/apache/doris/pull/45448#issuecomment-2544644336 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](ci) tmp remove required of performance [doris]

2024-12-15 Thread via GitHub
github-actions[bot] commented on PR #45448: URL: https://github.com/apache/doris/pull/45448#issuecomment-2544644371 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](cloud) fix error in get detached tablet stat [doris]

2024-12-15 Thread via GitHub
gavinchou commented on code in PR #45449: URL: https://github.com/apache/doris/pull/45449#discussion_r1886202479 ## cloud/src/meta-service/meta_service_tablet_stats.cpp: ## @@ -148,8 +149,10 @@ int get_detached_tablet_stats(const std::vector

Re: [PR] [fix](cloud) fix error in get detached tablet stat [doris]

2024-12-15 Thread via GitHub
csun5285 commented on PR #45449: URL: https://github.com/apache/doris/pull/45449#issuecomment-2544653992 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] [fix](cloud) fix error in get detached tablet stat [doris]

2024-12-15 Thread via GitHub
csun5285 commented on code in PR #45449: URL: https://github.com/apache/doris/pull/45449#discussion_r1886207012 ## cloud/src/meta-service/meta_service_tablet_stats.cpp: ## @@ -148,8 +149,10 @@ int get_detached_tablet_stats(const std::vector

Re: [PR] [refactor](exchange) remove duplicate code [doris]

2024-12-15 Thread via GitHub
Gabriel39 commented on PR #45466: URL: https://github.com/apache/doris/pull/45466#issuecomment-2544850450 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 un

Re: [PR] [Enhancement] (nereids)implement adminRebalanceDiskCommand in nereids [doris]

2024-12-15 Thread via GitHub
DongLiang-0 commented on PR #45108: URL: https://github.com/apache/doris/pull/45108#issuecomment-2544850243 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

[PR] [refactor](exchange) remove duplicate code [doris]

2024-12-15 Thread via GitHub
Gabriel39 opened a new pull request, #45466: URL: https://github.com/apache/doris/pull/45466 follow-up: #44850 ### Release note None ### Check List (For Author) - Test - [ ] Regression test - [ ] Unit Test - [ ] Manual test (add detailed scrip

Re: [PR] [refactor](exchange) remove duplicate code [doris]

2024-12-15 Thread via GitHub
Thearas commented on PR #45466: URL: https://github.com/apache/doris/pull/45466#issuecomment-2544850379 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] [Bug](pipeline) make sink operator process eos signals after wake_up_early [doris]

2024-12-15 Thread via GitHub
BiteThet commented on code in PR #45207: URL: https://github.com/apache/doris/pull/45207#discussion_r1886084997 ## be/src/pipeline/pipeline_task.cpp: ## @@ -320,27 +309,31 @@ Status PipelineTask::execute(bool* eos) { if (_wait_to_start()) { return Status::OK();

Re: [PR] [Feature]Add cpu usage policy to limit big query [doris]

2024-12-15 Thread via GitHub
wangbo commented on PR #43406: URL: https://github.com/apache/doris/pull/43406#issuecomment-2544436692 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 unsub

Re: [PR] branch-2.1: [bug](function) fix first/last value return error with ignore null #44996 [doris]

2024-12-15 Thread via GitHub
zhangstar333 closed pull request #45345: branch-2.1: [bug](function) fix first/last value return error with ignore null #44996 URL: https://github.com/apache/doris/pull/45345 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

Re: [PR] branch-3.0: [bug](function) fix first/last value return error with ignore null #44996 [doris]

2024-12-15 Thread via GitHub
zhangstar333 commented on PR #45344: URL: https://github.com/apache/doris/pull/45344#issuecomment-2544465341 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] [feature](meta-service) Support dynamic configuration for meta service [doris]

2024-12-15 Thread via GitHub
github-actions[bot] commented on PR #45394: URL: https://github.com/apache/doris/pull/45394#issuecomment-2544467280 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [refactor](sql-statement) Refactor 3.0/2.1 sql statement [doris-website]

2024-12-15 Thread via GitHub
KassieZ closed pull request #1333: [refactor](sql-statement) Refactor 3.0/2.1 sql statement URL: https://github.com/apache/doris-website/pull/1333 -- 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

Re: [PR] [fix](binlog) Fix linking binlog failure due to existing files [doris]

2024-12-15 Thread via GitHub
Thearas commented on PR #45445: URL: https://github.com/apache/doris/pull/45445#issuecomment-2544470620 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] [doc](update) modify update-of-unique-model.md [doris-website]

2024-12-15 Thread via GitHub
KassieZ merged PR #1438: URL: https://github.com/apache/doris-website/pull/1438 -- 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...@dori

(doris-website) branch master updated (fa45f8c987 -> 43a077af6d)

2024-12-15 Thread kassiez
This is an automated email from the ASF dual-hosted git repository. kassiez pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git from fa45f8c987 [doc](update) update concurrent control (#1487) add 43a077af6d [doc](update) modify update-of-

Re: [PR] [fix](binlog) Fix linking binlog failure due to existing files [doris]

2024-12-15 Thread via GitHub
w41ter commented on PR #45445: URL: https://github.com/apache/doris/pull/45445#issuecomment-2544470724 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 unsub

Re: [PR] [feature](mtmv)Support iceberg partition refresh. [doris]

2024-12-15 Thread via GitHub
Jibing-Li commented on code in PR #44726: URL: https://github.com/apache/doris/pull/44726#discussion_r1886117113 ## fe/fe-core/src/main/java/org/apache/doris/job/extensions/mtmv/MTMVTask.java: ## @@ -176,6 +177,11 @@ public void run() throws JobException { this.rela

Re: [PR] [regression](minio) test minio as doris storage vault [doris]

2024-12-15 Thread via GitHub
hello-stephen commented on PR #45417: URL: https://github.com/apache/doris/pull/45417#issuecomment-2544536855 run compile -- 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] [feat](Job)Ensure forced failure handling for tasks from previous master node during failover or restart [doris]

2024-12-15 Thread via GitHub
CalvinKirs commented on code in PR #45446: URL: https://github.com/apache/doris/pull/45446#discussion_r1886133475 ## fe/fe-core/src/main/java/org/apache/doris/job/task/AbstractTask.java: ## @@ -64,26 +64,22 @@ private static long getNextTaskId() { @Override public vo

Re: [PR] [Bug](function) fix wrong result on group_concat with distinct+order_by+nullable [doris]

2024-12-15 Thread via GitHub
github-actions[bot] commented on PR #45313: URL: https://github.com/apache/doris/pull/45313#issuecomment-2544539453 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] [Enhancement] (nereids)implement KILL COMMAND in nereids [doris]

2024-12-15 Thread via GitHub
Yao-MR commented on PR #44325: URL: https://github.com/apache/doris/pull/44325#issuecomment-2544540572 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 unsub

Re: [PR] [feat](Job)Ensure forced failure handling for tasks from previous master node during failover or restart [doris]

2024-12-15 Thread via GitHub
CalvinKirs commented on code in PR #45446: URL: https://github.com/apache/doris/pull/45446#discussion_r1886133749 ## fe/fe-core/src/main/java/org/apache/doris/job/base/AbstractJob.java: ## @@ -461,4 +467,29 @@ public void onReplayCreate() throws JobException { public void o

Re: [PR] [feature](mtmv)Support iceberg partition refresh. [doris]

2024-12-15 Thread via GitHub
github-actions[bot] commented on PR #44726: URL: https://github.com/apache/doris/pull/44726#issuecomment-2544520651 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] [refactor](shuffle)(part III) Use local exchanger for both exchange sink and lo… [doris]

2024-12-15 Thread via GitHub
doris-robot commented on PR #45375: URL: https://github.com/apache/doris/pull/45375#issuecomment-2544522314 TeamCity be ut coverage result: Function Coverage: 38.78% (10124/26104) Line Coverage: 29.77% (85114/285947) Region Coverage: 28.82% (43649/151439) Branch Coverage: 25.

Re: [PR] [improve](profile) add profile about filtered rows in analytic operator [doris]

2024-12-15 Thread via GitHub
doris-robot commented on PR #44785: URL: https://github.com/apache/doris/pull/44785#issuecomment-2544523314 TeamCity be ut coverage result: Function Coverage: 38.82% (10124/26082) Line Coverage: 29.76% (85079/285875) Region Coverage: 28.81% (43640/151472) Branch Coverage: 25.

Re: [PR] [opt](Nereids) lock table in ascending order of table IDs [doris]

2024-12-15 Thread via GitHub
morrySnow commented on code in PR #45045: URL: https://github.com/apache/doris/pull/45045#discussion_r1886079285 ## fe/fe-core/src/main/java/org/apache/doris/common/proc/PartitionsProcDir.java: ## @@ -243,6 +243,7 @@ private List, TRow>> getPartitionInfosInrernal() throws An

Re: [PR] [refactor](shuffle)(part III) Use local exchanger for both exchange sink and lo… [doris]

2024-12-15 Thread via GitHub
github-actions[bot] commented on PR #45375: URL: https://github.com/apache/doris/pull/45375#issuecomment-2544439351 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[PR] [pick](branch-2.1) pick #45210 [doris]

2024-12-15 Thread via GitHub
xinyiZzz opened a new pull request, #45444: URL: https://github.com/apache/doris/pull/45444 ### What problem does this PR solve? [fix](memory) Disable Jemalloc Hook #45210 fix: ``` *** Aborted at 1733734087 (unix time) try "date -d @1733734087" if you are using GNU date *

Re: [PR] [pick](branch-2.1) pick #45210 [doris]

2024-12-15 Thread via GitHub
Thearas commented on PR #45444: URL: https://github.com/apache/doris/pull/45444#issuecomment-2544463124 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] [pick](branch-2.1) pick #45210 [doris]

2024-12-15 Thread via GitHub
xinyiZzz commented on PR #45444: URL: https://github.com/apache/doris/pull/45444#issuecomment-2544463233 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] branch-3.0: [Bug](function) fix repeat function result length is invalid and cause overflow #45288 [doris]

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

Re: [PR] branch-2.1: [bug](function) fix first/last value return error with ignore null #44996 [doris]

2024-12-15 Thread via GitHub
doris-robot commented on PR #45345: URL: https://github.com/apache/doris/pull/45345#issuecomment-2544533552 TeamCity be ut coverage result: Function Coverage: 36.48% (9569/26232) Line Coverage: 27.92% (78634/281654) Region Coverage: 26.60% (40385/151836) Branch Coverage: 23.3

Re: [PR] [feat](Job)Ensure forced failure handling for tasks from previous master node during failover or restart [doris]

2024-12-15 Thread via GitHub
zddr commented on code in PR #45446: URL: https://github.com/apache/doris/pull/45446#discussion_r1886126541 ## fe/fe-core/src/main/java/org/apache/doris/job/base/AbstractJob.java: ## @@ -461,4 +467,29 @@ public void onReplayCreate() throws JobException { public void onRepla

Re: [PR] [fix](statistics)Fix skip analyze empty table case. [doris]

2024-12-15 Thread via GitHub
Jibing-Li commented on PR #45441: URL: https://github.com/apache/doris/pull/45441#issuecomment-2544533210 run performance -- 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] [feature](hive)Support read hive4 transaction tables. [doris]

2024-12-15 Thread via GitHub
github-actions[bot] commented on PR #44001: URL: https://github.com/apache/doris/pull/44001#issuecomment-2544817725 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [fix](regression-test) Increase timeout for compaction tasks in some sc cases [doris]

2024-12-15 Thread via GitHub
TangSiyang2001 commented on PR #45461: URL: https://github.com/apache/doris/pull/45461#issuecomment-2544814368 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.

(doris) branch auto-pick-44726-branch-3.0 updated (1ba9b85863f -> 564b3b67cad)

2024-12-15 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-44726-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git from 1ba9b85863f branch-3.0: [fix](nereids)EliminateGroupBy rule should keep output's datatype unch

Re: [PR] [opt](nereids) merge SimplifyDecimalV3Comparison into SimplifyComparisonPredicate [doris]

2024-12-15 Thread via GitHub
yujun777 commented on PR #45459: URL: https://github.com/apache/doris/pull/45459#issuecomment-2544815158 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-2.1: [feature](mtmv)Support iceberg partition refresh. #44726 [doris]

2024-12-15 Thread via GitHub
github-actions[bot] opened a new pull request, #45463: URL: https://github.com/apache/doris/pull/45463 Cherry-picked from #44726 -- 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] [feature](hive)Support read hive4 transaction tables. [doris]

2024-12-15 Thread via GitHub
hubgeter commented on PR #44001: URL: https://github.com/apache/doris/pull/44001#issuecomment-2544807655 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] [opt](hms table)Some optimizations for hms external table [doris]

2024-12-15 Thread via GitHub
wuwenchi commented on PR #44909: URL: https://github.com/apache/doris/pull/44909#issuecomment-2544820321 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] branch-3.0: [fix](mysql-buffer) fix special buffer size with nested type #45126 [doris]

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

Re: [PR] [Fix](ShortCircuit) fix prepared statement with partial arguments prepared [doris]

2024-12-15 Thread via GitHub
eldenmoon merged PR #45371: URL: https://github.com/apache/doris/pull/45371 -- 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

  1   2   3   4   >