Re: [PR] [fix](cluster key) fix compaction and schema change [doris]

2024-12-19 Thread via GitHub
github-actions[bot] commented on PR #45383: URL: https://github.com/apache/doris/pull/45383#issuecomment-2553195651 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: [Enhancement](nereids)implement showStatusCommand in nereids (#45427)

2024-12-19 Thread starocean999
This is an automated email from the ASF dual-hosted git repository. starocean999 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 ea6958cb40e [Enhancement](nereids)implement

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

2024-12-19 Thread via GitHub
starocean999 merged PR #45427: URL: https://github.com/apache/doris/pull/45427 -- 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] [fix](ranger) make RangerDorisAccessController as singleton to avoid more and more ranger policy refresher [doris]

2024-12-19 Thread via GitHub
Yulei-Yang opened a new pull request, #45645: URL: https://github.com/apache/doris/pull/45645 ### What problem does this PR solve? Issue Number: close #45641 Problem Summary: doris create new RangerDorisAccessController twice when do every checkpoint, and the new RangerDoris

(doris) branch master updated (a3de177da07 -> 0e2de34bdc8)

2024-12-19 Thread starocean999
This is an automated email from the ASF dual-hosted git repository. starocean999 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from a3de177da07 [fix](cloud) Adjust rowset state check in `CloudTablet::create_transient_rowset_writer` (#45496)

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

2024-12-19 Thread via GitHub
starocean999 merged PR #44299: URL: https://github.com/apache/doris/pull/44299 -- 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: [I] [Enhancement] (nereids)implement showDataTypesCommand in nereids [doris]

2024-12-19 Thread via GitHub
starocean999 closed issue #42743: [Enhancement] (nereids)implement showDataTypesCommand in nereids URL: https://github.com/apache/doris/issues/42743 -- 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 t

Re: [I] [Enhancement] (nereids)implement showStatusCommand in nereids [doris]

2024-12-19 Thread via GitHub
starocean999 closed issue #42730: [Enhancement] (nereids)implement showStatusCommand in nereids URL: https://github.com/apache/doris/issues/42730 -- 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](ranger) make RangerDorisAccessController as singleton to avoid more and more ranger policy refresher [doris]

2024-12-19 Thread via GitHub
Yulei-Yang commented on PR #45645: URL: https://github.com/apache/doris/pull/45645#issuecomment-2553190394 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](ranger) make RangerDorisAccessController as singleton to avoid more and more ranger policy refresher [doris]

2024-12-19 Thread via GitHub
hello-stephen commented on PR #45645: URL: https://github.com/apache/doris/pull/45645#issuecomment-2553190207 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: [I] [Enhancement] (nereids)implement showStatusCommand in nereids [doris]

2024-12-19 Thread via GitHub
starocean999 closed issue #42730: [Enhancement] (nereids)implement showStatusCommand in nereids URL: https://github.com/apache/doris/issues/42730 -- 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] [feat](nereids) push down encode slot [doris]

2024-12-19 Thread via GitHub
github-actions[bot] commented on PR #44748: URL: https://github.com/apache/doris/pull/44748#issuecomment-2553240341 `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/12410177477";) output. shellcheck er

Re: [PR] [Improvement](scheduler) Use a separate eager queue to execute cancel… [doris]

2024-12-19 Thread via GitHub
yiguolei commented on code in PR #45614: URL: https://github.com/apache/doris/pull/45614#discussion_r1891592582 ## be/src/pipeline/task_queue.cpp: ## @@ -190,17 +196,23 @@ PipelineTask* MultiCoreTaskQueue::_steal_take(int core_id) { return nullptr; } -Status MultiCoreTa

[PR] [Bug](function) fix ip function parse error throw exception [doris]

2024-12-19 Thread via GitHub
zhangstar333 opened a new pull request, #45657: URL: https://github.com/apache/doris/pull/45657 ### What problem does this PR solve? Problem Summary: before: will be throw exception when parse NULL value, as the input is empty invalid. so need check firstly and then parse it.

Re: [PR] [Bug](function) fix ip function parse error throw exception [doris]

2024-12-19 Thread via GitHub
hello-stephen commented on PR #45657: URL: https://github.com/apache/doris/pull/45657#issuecomment-2553398487 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](ub) Dont throw in noexcept function [doris]

2024-12-19 Thread via GitHub
zclllyybb opened a new pull request, #45672: URL: https://github.com/apache/doris/pull/45672 ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: fix bug introduced by https://github.com/apache/doris/pull/42344. throw in

Re: [PR] [fix](ub) Dont throw in noexcept function [doris]

2024-12-19 Thread via GitHub
Thearas commented on PR #45672: URL: https://github.com/apache/doris/pull/45672#issuecomment-2554071663 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] [fix](ub) Dont throw in noexcept function [doris]

2024-12-19 Thread via GitHub
shuke987 commented on PR #45672: URL: https://github.com/apache/doris/pull/45672#issuecomment-2554077390 skip 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] [feature](mtmv)Support iceberg mtmv query. [doris]

2024-12-19 Thread via GitHub
Jibing-Li commented on PR #45659: URL: https://github.com/apache/doris/pull/45659#issuecomment-2554081016 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] [fix](ub) Dont throw in noexcept function [doris]

2024-12-19 Thread via GitHub
github-actions[bot] commented on PR #45672: URL: https://github.com/apache/doris/pull/45672#issuecomment-2554083905 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] [feature](mtmv)Support iceberg mtmv query. [doris]

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

Re: [PR] [fix](ub) Dont throw in noexcept function [doris]

2024-12-19 Thread via GitHub
github-actions[bot] commented on PR #45672: URL: https://github.com/apache/doris/pull/45672#issuecomment-2554096700 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](hive)Support read hive4 transaction tables. [doris]

2024-12-19 Thread via GitHub
doris-robot commented on PR #44001: URL: https://github.com/apache/doris/pull/44001#issuecomment-2554109987 TeamCity be ut coverage result: Function Coverage: 38.88% (10132/26062) Line Coverage: 29.78% (85171/285961) Region Coverage: 28.90% (43456/150366) Branch Coverage: 25.

Re: [PR] [test](test) is master has core? [doris]

2024-12-19 Thread via GitHub
doris-robot commented on PR #45663: URL: https://github.com/apache/doris/pull/45663#issuecomment-2554109093 TeamCity be ut coverage result: Function Coverage: 38.87% (10129/26061) Line Coverage: 29.79% (85178/285935) Region Coverage: 28.89% (43441/150359) Branch Coverage: 25.

Re: [PR] [enhancement](cloud) reconnect after the RPC request to the meta service fails [doris]

2024-12-19 Thread via GitHub
doris-robot commented on PR #45668: URL: https://github.com/apache/doris/pull/45668#issuecomment-2554103976 TeamCity be ut coverage result: Function Coverage: 38.87% (10132/26064) Line Coverage: 29.79% (85203/285983) Region Coverage: 28.90% (43455/150384) Branch Coverage: 25.

[PR] [fix](cloud-mow) FE should release delete bitmap lock when calculating delete bitmap failed [doris]

2024-12-19 Thread via GitHub
hust-hhb opened a new pull request, #45673: URL: https://github.com/apache/doris/pull/45673 When calculating delete bitmap failed, delete bitmap lock is holded by last failed txn, fe should release lock for other txn can do commit. Issue Number: close #xxx Related PR: #41759

Re: [PR] [fix](cloud-mow) FE should release delete bitmap lock when calculating delete bitmap failed [doris]

2024-12-19 Thread via GitHub
hello-stephen commented on PR #45673: URL: https://github.com/apache/doris/pull/45673#issuecomment-2554124957 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](cloud-mow) FE should release delete bitmap lock when calculating delete bitmap failed [doris]

2024-12-19 Thread via GitHub
hust-hhb commented on PR #45673: URL: https://github.com/apache/doris/pull/45673#issuecomment-2554126182 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] [feature](nereids)support CreateMaterializedViewCommand in nereids [doris]

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

Re: [PR] [feature](nereids)support CreateMaterializedViewCommand in nereids [doris]

2024-12-19 Thread via GitHub
hello-stephen commented on PR #45674: URL: https://github.com/apache/doris/pull/45674#issuecomment-2554127602 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] [feature](nereids)support CreateMaterializedViewCommand in nereids [doris]

2024-12-19 Thread via GitHub
starocean999 commented on PR #45674: URL: https://github.com/apache/doris/pull/45674#issuecomment-2554127887 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] [opt](recycler) Improve robustness and observability [doris]

2024-12-19 Thread via GitHub
github-actions[bot] commented on PR #45617: URL: https://github.com/apache/doris/pull/45617#issuecomment-2554903674 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](cloud) add profile counter for file cache [doris]

2024-12-19 Thread via GitHub
github-actions[bot] commented on PR #45678: URL: https://github.com/apache/doris/pull/45678#issuecomment-2554908187 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] [enhancement](cloud) reconnect after the RPC request to the meta service fails [doris]

2024-12-19 Thread via GitHub
gavinchou commented on code in PR #45668: URL: https://github.com/apache/doris/pull/45668#discussion_r1892656886 ## be/src/cloud/cloud_meta_mgr.cpp: ## @@ -447,6 +481,7 @@ Status CloudMetaMgr::sync_tablet_rowsets(CloudTablet* tablet, bool warmup_delta_

Re: [PR] [opt](profile) add index page profile for io [doris]

2024-12-19 Thread via GitHub
doris-robot commented on PR #45675: URL: https://github.com/apache/doris/pull/45675#issuecomment-2554910541 TeamCity be ut coverage result: Function Coverage: 38.87% (10130/26061) Line Coverage: 29.80% (85213/285944) Region Coverage: 28.90% (43462/150365) Branch Coverage: 25.

Re: [PR] [opt](profile) add index page profile for io [doris]

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

Re: [PR] [Enhancement](compaction) enable the compaction producer to generate multiple compaction tasks in a single run [doris]

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

(doris) branch master updated (b5249a9e471 -> 1bd8003a1a1)

2024-12-19 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 b5249a9e471 [opt](cloud) reduce cache hotspot table write amplification (#45557) add 1bd8003a1a1 [Enhancemen

Re: [PR] [enhancement](cloud) reconnect after the RPC request to the meta service fails [doris]

2024-12-19 Thread via GitHub
gavinchou commented on code in PR #45668: URL: https://github.com/apache/doris/pull/45668#discussion_r1892667529 ## be/src/cloud/cloud_meta_mgr.cpp: ## @@ -326,16 +356,19 @@ Status retry_rpc(std::string_view op_name, const Request& req, Response* res, std::default_random_e

Re: [PR] branch-3.0: [test](show_data) test the correctness of data statistics in cloud mode #44947 [doris]

2024-12-19 Thread via GitHub
dataroaring merged PR #45330: URL: https://github.com/apache/doris/pull/45330 -- 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] [opt](profile) add index page profile for io [doris]

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

Re: [PR] [enhancement](cloud) reconnect after the RPC request to the meta service fails [doris]

2024-12-19 Thread via GitHub
gavinchou commented on code in PR #45668: URL: https://github.com/apache/doris/pull/45668#discussion_r1892666493 ## be/src/cloud/cloud_meta_mgr.cpp: ## @@ -672,10 +702,41 @@ Status CloudMetaMgr::sync_tablet_delete_bitmap(CloudTablet* tablet, int64_t old_ } VLOG_DEBU

(doris) branch auto-pick-45411-branch-2.1 created (now c459ad73826)

2024-12-19 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-45411-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git at c459ad73826 [fix](binlog) Avoid clear binlog dir #45581 (#45620) No new revisions were added b

(doris) branch auto-pick-45411-branch-3.0 created (now db8793db79b)

2024-12-19 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-45411-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git at db8793db79b branch-3.0-pick: [fix](cloud) Adjust rowset state check in `CloudTablet::create_tr

(doris) branch branch-3.0 updated: branch-3.0: [test](show_data) test the correctness of data statistics in cloud mode #44947 (#45330)

2024-12-19 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 7bb04917273 branch-3.0: [test](show_

(doris) branch auto-pick-45309-branch-3.0 deleted (was dcd479b4e9d)

2024-12-19 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-45309-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git was dcd479b4e9d [fix](hive)Clear processed tasks (#45309) The revisions that were on this branch a

Re: [PR] [enhancement](cloud) reconnect after the RPC request to the meta service fails [doris]

2024-12-19 Thread via GitHub
gavinchou commented on code in PR #45668: URL: https://github.com/apache/doris/pull/45668#discussion_r1892674175 ## be/src/cloud/cloud_meta_mgr.cpp: ## @@ -139,11 +139,75 @@ class MetaServiceProxy { public: static Status get_client(std::shared_ptr* stub) { TEST_SY

Re: [PR] branch-3.0: [fix](hive)Clear processed tasks #45309 [doris]

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

(doris) branch branch-3.0 updated: branch-3.0: [fix](hive)Clear processed tasks #45309 (#45336)

2024-12-19 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 e644e7f2e53 branch-3.0: [fix](hive)C

(doris) branch auto-pick-44947-branch-3.0 deleted (was 02e7f0dbc38)

2024-12-19 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-44947-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git was 02e7f0dbc38 [test](show_data) test the correctness of data statistics in cloud mode (#44947)

Re: [PR] [enhancement](cloud) reconnect after the RPC request to the meta service fails [doris]

2024-12-19 Thread via GitHub
gavinchou commented on code in PR #45668: URL: https://github.com/apache/doris/pull/45668#discussion_r1892676741 ## fe/fe-common/src/main/java/org/apache/doris/common/Config.java: ## @@ -3307,4 +3307,6 @@ public static int metaServiceRpcRetryTimes() { "For disabling

Re: [PR] [enhancement](cloud) reconnect after the RPC request to the meta service fails [doris]

2024-12-19 Thread via GitHub
gavinchou commented on code in PR #45668: URL: https://github.com/apache/doris/pull/45668#discussion_r1892675158 ## be/src/cloud/cloud_meta_mgr.cpp: ## @@ -139,11 +139,75 @@ class MetaServiceProxy { public: static Status get_client(std::shared_ptr* stub) { TEST_SY

Re: [PR] [enhancement](cloud) reconnect after the RPC request to the meta service fails [doris]

2024-12-19 Thread via GitHub
gavinchou commented on code in PR #45668: URL: https://github.com/apache/doris/pull/45668#discussion_r1892677256 ## be/src/cloud/config.h: ## @@ -111,5 +111,9 @@ DECLARE_mBool(enable_use_cloud_unique_id_from_fe); DECLARE_Bool(enable_cloud_tablet_report); +DECLARE_mInt32(del

Re: [PR] branch-3.0: [enhance](auth)When authorization includes create, not check if resources exist #45125 [doris]

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

(doris) branch branch-3.0 updated: branch-3.0: [enhance](auth)When authorization includes create, not check if resources exist #45125 (#45165)

2024-12-19 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 549cf65060e branch-3.0: [enhance](au

(doris) branch auto-pick-45125-branch-3.0 deleted (was 6dce6417647)

2024-12-19 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-45125-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git was 6dce6417647 [enhance](auth)When authorization includes create, not check if resources exist (#

Re: [PR] branch-3.0: [enhance](nereids) SqlParser support load data into temporary partition #45025 [doris]

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

(doris) branch branch-3.0 updated: branch-3.0: [enhance](nereids) SqlParser support load data into temporary partition #45025 (#45227)

2024-12-19 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 f4cea1a73ce branch-3.0: [enhance](ne

[PR] [test](join) Fuzzy disable runtime filters in BE [doris]

2024-12-19 Thread via GitHub
mrhhsg opened a new pull request, #45654: URL: https://github.com/apache/doris/pull/45654 ### What problem does this PR solve? Add the functionality to disable the runtime filter, in preparation for the spill feature. Problem Summary: ### Release note None

Re: [PR] [test](join) Fuzzy disable runtime filters in BE [doris]

2024-12-19 Thread via GitHub
hello-stephen commented on PR #45654: URL: https://github.com/apache/doris/pull/45654#issuecomment-2553288474 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] [test](join) Fuzzy disable runtime filters in BE [doris]

2024-12-19 Thread via GitHub
mrhhsg commented on PR #45654: URL: https://github.com/apache/doris/pull/45654#issuecomment-2553288584 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] fix 6 [doris]

2024-12-19 Thread via GitHub
github-actions[bot] commented on PR #45633: URL: https://github.com/apache/doris/pull/45633#issuecomment-2553343559 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] branch-3.0: [fix](sql cache) fix prepare statement with sql cache throw NullPointerException #45640 [doris]

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

Re: [PR] [Improvement](scheduler) Use a separate eager queue to execute cancel… [doris]

2024-12-19 Thread via GitHub
Gabriel39 commented on code in PR #45614: URL: https://github.com/apache/doris/pull/45614#discussion_r1891629018 ## be/src/pipeline/task_queue.cpp: ## @@ -190,17 +196,23 @@ PipelineTask* MultiCoreTaskQueue::_steal_take(int core_id) { return nullptr; } -Status MultiCoreT

Re: [PR] [Improvement](scheduler) Use a separate eager queue to execute cancel… [doris]

2024-12-19 Thread via GitHub
Gabriel39 commented on code in PR #45614: URL: https://github.com/apache/doris/pull/45614#discussion_r1891628412 ## be/src/pipeline/task_queue.h: ## @@ -112,25 +112,27 @@ class MultiCoreTaskQueue { void close(); // Get the task by core id. -PipelineTask* take(int

Re: [PR] [Improvement](scheduler) Use a separate eager queue to execute cancel… [doris]

2024-12-19 Thread via GitHub
Gabriel39 commented on code in PR #45614: URL: https://github.com/apache/doris/pull/45614#discussion_r1891630388 ## be/src/pipeline/pipeline_task.h: ## @@ -187,15 +166,26 @@ class PipelineTask { */ static bool should_revoke_memory(RuntimeState* state, int64_t revocab

Re: [PR] [fix](cluster key) support segcompaction [doris]

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

Re: [PR] [feature](hive)Support read hive4 transaction tables. [doris]

2024-12-19 Thread via GitHub
github-actions[bot] commented on PR #44001: URL: https://github.com/apache/doris/pull/44001#issuecomment-2553837062 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](cluster key) support segcompaction [doris]

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

Re: [PR] [fix](hash) fix incorrect result of hash with const column [doris]

2024-12-19 Thread via GitHub
github-actions[bot] commented on PR #45670: URL: https://github.com/apache/doris/pull/45670#issuecomment-2553847557 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) push down encode slot [doris]

2024-12-19 Thread via GitHub
github-actions[bot] commented on PR #44748: URL: https://github.com/apache/doris/pull/44748#issuecomment-2553830255 `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/12413162231";) output. shellcheck er

[PR] [fix](hash) fix incorrect result of hash with const column [doris]

2024-12-19 Thread via GitHub
DarvenDuan opened a new pull request, #45670: URL: https://github.com/apache/doris/pull/45670 ### What problem does this PR solve? Issue Number: close #xxx Related PR: https://github.com/apache/doris/pull/45630 Problem Summary: ### Release note None #

Re: [PR] [fix](hash) fix incorrect result of hash with const column [doris]

2024-12-19 Thread via GitHub
hello-stephen commented on PR #45670: URL: https://github.com/apache/doris/pull/45670#issuecomment-2553829215 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-45640-branch-3.0 deleted (was 2fd3fcd06c3)

2024-12-19 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-45640-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git was 2fd3fcd06c3 [fix](sql cache) fix prepare statement with sql cache throw NullPointerException (

(doris) branch branch-3.0 updated: branch-3.0: [fix](sql cache) fix prepare statement with sql cache throw NullPointerException #45640 (#45649)

2024-12-19 Thread huajianlan
This is an automated email from the ASF dual-hosted git repository. huajianlan 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 f07bc418588 branch-3.0: [fix](sql cac

Re: [PR] branch-3.0: [fix](sql cache) fix prepare statement with sql cache throw NullPointerException #45640 [doris]

2024-12-19 Thread via GitHub
924060929 merged PR #45649: URL: https://github.com/apache/doris/pull/45649 -- 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] branch-3.0: [fix](Outfile) add more regression-test cases for `Select into outfile` #45230 [doris]

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

(doris) branch auto-pick-45230-branch-3.0 deleted (was 54741e3b5a4)

2024-12-19 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-45230-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git was 54741e3b5a4 [fix](Outfile) add more regression-test cases for `Select into outfile` (#45230)

(doris) branch branch-3.0 updated: branch-3.0: [fix](Outfile) add more regression-test cases for `Select into outfile` #45230 (#45274)

2024-12-19 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 282f9da1d04 branch-3.0: [fix](Outfil

Re: [PR] branch-3.0: [fix](Outfile) fix the unclear error code #45119 [doris]

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

(doris) branch auto-pick-45025-branch-3.0 deleted (was 30ca84ea2f8)

2024-12-19 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-45025-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git was 30ca84ea2f8 [fix](nereids) SqlParser support load data into temporary partition (#45025) The

(doris) branch auto-pick-45119-branch-3.0 deleted (was 5d5fa4dc591)

2024-12-19 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-45119-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git was 5d5fa4dc591 [fix](Outfile) fix the unclear error code (#45119) The revisions that were on this

(doris) branch branch-3.0 updated: branch-3.0: [fix](Outfile) fix the unclear error code #45119 (#45276)

2024-12-19 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 84aa9839a40 branch-3.0: [fix](Outfil

(doris) branch branch-3.0 updated: branch-3.0: [opt](compaction) Don't check missed rows in cumu compaction if input rowsets are not in tablet #45279 (#45303)

2024-12-19 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 8fc26d510c3 branch-3.0: [opt](compac

(doris) branch branch-3.0 updated: branch-3.0: [feat](docker)Modify the init_be and start_be scripts to meet the requirements for rapid Docker startup. #45269 (#45402)

2024-12-19 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 0359312a3ed branch-3.0: [feat](docke

(doris) branch auto-pick-45269-branch-3.0 deleted (was f8a20f15296)

2024-12-19 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-45269-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git was f8a20f15296 [feat](docker)Modify the init_be and start_be scripts to meet the requirements for

Re: [PR] branch-3.0: [feat](docker)Modify the init_be and start_be scripts to meet the requirements for rapid Docker startup. #45269 [doris]

2024-12-19 Thread via GitHub
dataroaring merged PR #45402: URL: https://github.com/apache/doris/pull/45402 -- 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] branch-3.0: [opt](compaction) Don't check missed rows in cumu compaction if input rowsets are not in tablet #45279 [doris]

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

(doris) branch auto-pick-45279-branch-3.0 deleted (was c1c6705be04)

2024-12-19 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-45279-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git was c1c6705be04 [opt](compaction) Don't check missed rows in cumu compaction if input rowsets are

(doris) branch auto-pick-45495-branch-3.0 deleted (was 2baeb9ab32b)

2024-12-19 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-45495-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git was 2baeb9ab32b [Fix](Job)Fix redundant job scheduling by preventing same state transitions (e.g.,

Re: [PR] branch-3.0: [fix](vault) avoid encrypt twice when altering vault #45156 [doris]

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

(doris) branch branch-3.0 updated: branch-3.0: [Fix](Job)Fix redundant job scheduling by preventing same state transitions (e.g., RUNNING → RUNNING) #45495 (#45646)

2024-12-19 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 e7b982635e1 branch-3.0: [Fix](Job)Fi

(doris) branch branch-3.0 updated: branch-3.0: [fix](vault) avoid encrypt twice when altering vault #45156 (#45571)

2024-12-19 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 7b2cfc20b84 branch-3.0: [fix](vault)

(doris) branch auto-pick-45156-branch-3.0 deleted (was 5575be1834d)

2024-12-19 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-45156-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git was 5575be1834d [fix](vault) avoid encrypt twice when altering vault (#45156) The revisions that

Re: [PR] branch-3.0: [Fix](Job)Fix redundant job scheduling by preventing same state transitions (e.g., RUNNING → RUNNING) #45495 [doris]

2024-12-19 Thread via GitHub
dataroaring merged PR #45646: URL: https://github.com/apache/doris/pull/45646 -- 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] branch-3.0: [fix](memory) Fix adjust cache capacity #45603 [doris]

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

(doris) branch branch-3.0 updated: branch-3.0: [fix](memory) Fix adjust cache capacity #45603 (#45665)

2024-12-19 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 d84ee07ee73 branch-3.0: [fix](memory

(doris) branch auto-pick-45603-branch-3.0 deleted (was 62283869d9e)

2024-12-19 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-45603-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git was 62283869d9e [fix](memory) Fix adjust cache capacity (#45603) The revisions that were on this b

(doris) branch auto-pick-45062-branch-3.0 deleted (was 52aa67c5fe8)

2024-12-19 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-45062-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git was 52aa67c5fe8 [Opt](function) Speed up function string and add regression (#45062) The revision

(doris) branch branch-3.0 updated: branch-3.0: [Opt](function) Speed up function string and add regression #45062 (#45107)

2024-12-19 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 e3073edd6f8 branch-3.0: [Opt](functi

<    1   2   3   4   5   6   7   8   9   10   >