Re: [PR] [test](beut) add pipeline ExchangeSourceOperator beut [doris]

2025-03-11 Thread via GitHub
zhangstar333 merged PR #48938: URL: https://github.com/apache/doris/pull/48938 -- 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 refactor_rf updated (a943ac89805 -> baa7d78f232)

2025-03-11 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a change to branch refactor_rf in repository https://gitbox.apache.org/repos/asf/doris.git from a943ac89805 [test](ut) Increase the types coverage of BloomFilterFunc add baa7d78f232 use has_remote_targ

Re: [PR] [Improve](case) add itcase for dorissource , dorissink and lookup join [doris-flink-connector]

2025-03-11 Thread via GitHub
JNSimba closed pull request #569: [Improve](case) add itcase for dorissource , dorissink and lookup join URL: https://github.com/apache/doris-flink-connector/pull/569 -- 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] [WIP](segment) Segment footer PB cache [doris]

2025-03-11 Thread via GitHub
yiguolei commented on code in PR #48924: URL: https://github.com/apache/doris/pull/48924#discussion_r1990706522 ## be/src/olap/rowset/segment_v2/segment.cpp: ## @@ -1185,4 +1188,58 @@ Status Segment::seek_and_read_by_rowid(const TabletSchema& schema, SlotDescripto return S

[PR] [fix] (straemload) fixed the issue of data loss due to concurrency wh… [doris]

2025-03-11 Thread via GitHub
ghkang98 opened a new pull request, #48948: URL: https://github.com/apache/doris/pull/48948 …en importing data from streamload ### What problem does this PR solve? This is mainly to solve the multithreading problem caused by inconsistent visible order of EOS and data_queue vari

Re: [PR] branch-2.1: [fix](cold hot separation) Fix the issue that files on the remote storage are not deleted after triggering cold data compaction. (#48109) [doris]

2025-03-11 Thread via GitHub
github-actions[bot] commented on PR #48446: URL: https://github.com/apache/doris/pull/48446#issuecomment-2716715396 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] [Improvement]Add query start datetime [doris]

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

[PR] [doc]add examples for paimon on gcs [doris-website]

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

Re: [PR] [improve] auto create Doris table for new MongoDB collections in Data… [doris-flink-connector]

2025-03-11 Thread via GitHub
kwonder0926 commented on code in PR #573: URL: https://github.com/apache/doris-flink-connector/pull/573#discussion_r1990714808 ## flink-doris-connector/src/main/java/org/apache/doris/flink/tools/cdc/mongodb/serializer/MongoJsonDebeziumSchemaChange.java: ## @@ -118,6 +159,45 @@

Re: [PR] [improve] auto create Doris table for new MongoDB collections in Data… [doris-flink-connector]

2025-03-11 Thread via GitHub
JNSimba commented on code in PR #573: URL: https://github.com/apache/doris-flink-connector/pull/573#discussion_r1990706112 ## flink-doris-connector/src/main/java/org/apache/doris/flink/tools/cdc/mongodb/serializer/MongoJsonDebeziumSchemaChange.java: ## @@ -118,6 +159,45 @@ publ

Re: [PR] [improve](routine load) introduce routine load abnormal job monitor metrics [doris]

2025-03-11 Thread via GitHub
sollhui commented on PR #48171: URL: https://github.com/apache/doris/pull/48171#issuecomment-2716693615 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] [improve](routine load) introduce routine load abnormal job monitor metrics [doris]

2025-03-11 Thread via GitHub
sollhui commented on PR #48171: URL: https://github.com/apache/doris/pull/48171#issuecomment-2716682032 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] [opt](paimon)Add suppressed information display [doris]

2025-03-11 Thread via GitHub
wuwenchi commented on PR #48947: URL: https://github.com/apache/doris/pull/48947#issuecomment-2716677111 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 (0a4ac4e0fba -> a0d8c1a8cec)

2025-03-11 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 0a4ac4e0fba Automated deployment with doris branch @ b1854bb5d874266d57349cc8e6d930aefc05c0d8 new a

Re: [PR] [improvement](ccr) [doris]

2025-03-11 Thread via GitHub
hello-stephen commented on PR #48953: URL: https://github.com/apache/doris/pull/48953#issuecomment-2716685086 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] [improvement](ccr) [doris]

2025-03-11 Thread via GitHub
wyxxxcat opened a new pull request, #48953: URL: https://github.com/apache/doris/pull/48953 ### What problem does this PR solve? Issue Number: close #xxx Related PR: https://github.com/selectdb/ccr-syncer/pull/501 Problem Summary: ### Release note None

Re: [PR] [fix] (straemload) fixed the issue of data loss due to concurrency wh… [doris]

2025-03-11 Thread via GitHub
ghkang98 commented on PR #48948: URL: https://github.com/apache/doris/pull/48948#issuecomment-2716681233 rebuid all -- 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] [Enhancement](nereids)support show backup [doris]

2025-03-11 Thread via GitHub
starocean999 commented on PR #48818: URL: https://github.com/apache/doris/pull/48818#issuecomment-2716677798 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] branch-3.0-pick: [Fix](cloud) Should calculate delete bitmaps between segments when re… [doris]

2025-03-11 Thread via GitHub
bobhan1 commented on PR #48952: URL: https://github.com/apache/doris/pull/48952#issuecomment-2716650617 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] branch-3.0-pick: [Fix](cloud) Should calculate delete bitmaps between segments when re… [doris]

2025-03-11 Thread via GitHub
bobhan1 commented on PR #48952: URL: https://github.com/apache/doris/pull/48952#issuecomment-2716674083 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] [doc]Update some incorrect descriptions about fe-config [doris-website]

2025-03-11 Thread via GitHub
mklzl opened a new pull request, #2177: URL: https://github.com/apache/doris-website/pull/2177 ## Versions - [x] dev - [x] 3.0 - [x] 2.1 - [ ] 2.0 ## Languages - [x] Chinese - [ ] English ## Docs Checklist - [ ] Checked by AI - [ ] Test Cases

Re: [PR] [opt](inverted index) fix compile warning in compound reader [doris]

2025-03-11 Thread via GitHub
github-actions[bot] commented on PR #48890: URL: https://github.com/apache/doris/pull/48890#issuecomment-2716654346 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](expression) fix Dynamically compute function signature [doris]

2025-03-11 Thread via GitHub
eldenmoon commented on code in PR #48894: URL: https://github.com/apache/doris/pull/48894#discussion_r1990685198 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/ComputeSignatureHelper.java: ## @@ -429,28 +429,50 @@ private static FunctionSignatur

Re: [PR] [improve] auto create Doris table for new MongoDB collections in Data… [doris-flink-connector]

2025-03-11 Thread via GitHub
JNSimba commented on code in PR #573: URL: https://github.com/apache/doris-flink-connector/pull/573#discussion_r1990685139 ## flink-doris-connector/src/main/java/org/apache/doris/flink/tools/cdc/mongodb/MongoDBSchema.java: ## @@ -64,6 +65,28 @@ public MongoDBSchema( pr

Re: [PR] branch-3.0-pick: [Fix](cloud) Should calculate delete bitmaps between segments when re… [doris]

2025-03-11 Thread via GitHub
Thearas commented on PR #48952: URL: https://github.com/apache/doris/pull/48952#issuecomment-2716649947 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] [opt](inverted index) uniform profile naming convention [doris]

2025-03-11 Thread via GitHub
github-actions[bot] commented on PR #48826: URL: https://github.com/apache/doris/pull/48826#issuecomment-2716623214 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](function) support year of week [doris]

2025-03-11 Thread via GitHub
github-actions[bot] commented on PR #48870: URL: https://github.com/apache/doris/pull/48870#issuecomment-2716639822 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] [Feature](function) support year of week [doris]

2025-03-11 Thread via GitHub
github-actions[bot] commented on PR #48870: URL: https://github.com/apache/doris/pull/48870#issuecomment-2716639877 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

svn commit: r75527 - in /dev/doris/doris-operator/25.2.1: ./ apache-doris-operator-25.2.1-src.tar.gz apache-doris-operator-25.2.1-src.tar.gz.asc apache-doris-operator-25.2.1-src.tar.gz.sha512

2025-03-11 Thread catpineapple
Author: catpineapple Date: Wed Mar 12 06:12:31 2025 New Revision: 75527 Log: 25.2.1 Added: dev/doris/doris-operator/25.2.1/ dev/doris/doris-operator/25.2.1/apache-doris-operator-25.2.1-src.tar.gz (with props) dev/doris/doris-operator/25.2.1/apache-doris-operator-25.2.1-src.tar.gz.a

(doris) branch master updated (56fa9fe24b4 -> 025e474ad5e)

2025-03-11 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 56fa9fe24b4 [feat](catalog) support drop database force in external catalog (#48943) add 025e474ad5e [fix](in

Re: [PR] [feat](catalog) support drop database force in external catalog [doris]

2025-03-11 Thread via GitHub
morningman merged PR #48943: URL: https://github.com/apache/doris/pull/48943 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.a

Re: [PR] [opt](inverted index) fix compile warning in compound reader [doris]

2025-03-11 Thread via GitHub
airborne12 commented on code in PR #48890: URL: https://github.com/apache/doris/pull/48890#discussion_r1990669130 ## be/src/olap/rowset/segment_v2/inverted_index_compound_reader.cpp: ## @@ -412,5 +414,5 @@ void DorisCompoundReader::initialize(const io::IOContext* io_ctx) {

Re: [PR] [opt](inverted index) fix compile warning in compound reader [doris]

2025-03-11 Thread via GitHub
airborne12 commented on code in PR #48890: URL: https://github.com/apache/doris/pull/48890#discussion_r1990668142 ## be/src/olap/rowset/segment_v2/inverted_index_compound_reader.cpp: ## @@ -201,7 +200,9 @@ DorisCompoundReader::DorisCompoundReader(CL_NS(store)::IndexInput* strea

Re: [PR] [opt](inverted index) uniform profile naming convention [doris]

2025-03-11 Thread via GitHub
github-actions[bot] commented on PR #48826: URL: https://github.com/apache/doris/pull/48826#issuecomment-2716623172 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](information_schema) The time type in tables under the information_schema should change according to the time_zone. [doris]

2025-03-11 Thread via GitHub
morningman merged PR #48462: URL: https://github.com/apache/doris/pull/48462 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.a

(doris) branch master updated: [feat](catalog) support drop database force in external catalog (#48943)

2025-03-11 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman 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 56fa9fe24b4 [feat](catalog) support drop data

Re: [PR] [improve](analytic) refactor the insert into result mode for window function [doris]

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

Re: [PR] [improve](analytic) refactor the insert into result mode for window function [doris]

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

Re: [PR] [improve](analytic) refactor the insert into result mode for window function [doris]

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

Re: [PR] [opt](inverted index) fix compile warning in compound reader [doris]

2025-03-11 Thread via GitHub
zzzxl1993 commented on code in PR #48890: URL: https://github.com/apache/doris/pull/48890#discussion_r1990608811 ## be/src/olap/rowset/segment_v2/inverted_index_compound_reader.cpp: ## @@ -201,7 +200,9 @@ DorisCompoundReader::DorisCompoundReader(CL_NS(store)::IndexInput* stream

(doris-website) branch asf-site updated (6418649140b -> 0a4ac4e0fba)

2025-03-11 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 6418649140b Automated deployment with doris branch @ b1854bb5d874266d57349cc8e6d930aefc05c0d8 new 0

[I] [Bug] Simple query leads to BE crash with high probability [doris]

2025-03-11 Thread via GitHub
TCGOGOGO opened a new issue, #48951: URL: https://github.com/apache/doris/issues/48951 ### Search before asking - [x] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version V2.1.8-rc01 ###

[PR] [opt](inverted index) Enhance I/O statistics collection for the inverted index in file cache scenarios [doris-thirdparty]

2025-03-11 Thread via GitHub
zzzxl1993 opened a new pull request, #295: URL: https://github.com/apache/doris-thirdparty/pull/295 (no comment) -- 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] [opt](inverted index) Enhance I/O statistics collection for the inverted index in file cache scenarios [doris]

2025-03-11 Thread via GitHub
Thearas commented on PR #48950: URL: https://github.com/apache/doris/pull/48950#issuecomment-2716513377 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] [opt](inverted index) Enhance I/O statistics collection for the inverted index in file cache scenarios [doris]

2025-03-11 Thread via GitHub
zzzxl1993 opened a new pull request, #48950: URL: https://github.com/apache/doris/pull/48950 ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: ### Release note None ### Check List (For Author) - Tes

Re: [PR] [Feat](Nereids) support show views command [doris]

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

[PR] [Fix](function) refactor docs of date_add functions and add more attention hint [doris-website]

2025-03-11 Thread via GitHub
zclllyybb opened a new pull request, #2176: URL: https://github.com/apache/doris-website/pull/2176 code change: https://github.com/apache/doris/pull/45265 ## Versions - [x] dev - [ ] 3.0 - [ ] 2.1 - [ ] 2.0 ## Languages - [x] Chinese - [x] English

Re: [PR] [fix] (straemload) fixed the issue of data loss due to concurrency wh… [doris]

2025-03-11 Thread via GitHub
Thearas commented on PR #48948: URL: https://github.com/apache/doris/pull/48948#issuecomment-2716300355 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](information_schema) The time type in tables under the information_schema should change according to the time_zone. [doris]

2025-03-11 Thread via GitHub
github-actions[bot] commented on PR #48462: URL: https://github.com/apache/doris/pull/48462#issuecomment-2716412935 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] [Enhancement](ctas) Support create auto range partition table with CTAS command [doris]

2025-03-11 Thread via GitHub
zclllyybb commented on code in PR #48931: URL: https://github.com/apache/doris/pull/48931#discussion_r1990577353 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/CreateTableCommand.java: ## @@ -199,6 +206,20 @@ void handleFallbackFailedCtas(ConnectContex

Re: [PR] [test](test) [doris]

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

Re: [PR] [Feat](Nereids) support show views command [doris]

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

Re: [PR] [feat](catalog) support drop database force in external catalog [doris]

2025-03-11 Thread via GitHub
github-actions[bot] commented on PR #48943: URL: https://github.com/apache/doris/pull/48943#issuecomment-2716478725 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] [draft](catalog)Fix thread leakage [doris]

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

Re: [PR] [draft](catalog)Fix thread leakage [doris]

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

Re: [PR] [fix](deltawriter) Enhance file_size validation in _request_slave_tablet_pull_rowset method [doris]

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

Re: [PR] [Feat](Nereids) support show views command [doris]

2025-03-11 Thread via GitHub
xiedeyantu commented on PR #48905: URL: https://github.com/apache/doris/pull/48905#issuecomment-2716434938 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] [test](test) [doris]

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

Re: [PR] [draft](catalog)Fix thread leakage [doris]

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

Re: [PR] [test](ut) add cases about partitioned aggregation operators [doris]

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

Re: [PR] [WIP](segment) Segment footer PB cache [doris]

2025-03-11 Thread via GitHub
yiguolei commented on code in PR #48924: URL: https://github.com/apache/doris/pull/48924#discussion_r1990545766 ## be/src/olap/rowset/segment_v2/segment.cpp: ## @@ -1185,4 +1188,58 @@ Status Segment::seek_and_read_by_rowid(const TabletSchema& schema, SlotDescripto return S

Re: [PR] [fix](sql cache) fix prepare statement with sql cache throw NullPointerException [doris]

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

Re: [PR] [refactor](udf) refactor udf datatype to simplify logic [doris]

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

Re: [PR] [test](ut) add cases about partitioned aggregation operators [doris]

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

Re: [PR] [fix](sql cache) fix prepare statement with sql cache throw NullPointerException [doris]

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

Re: [PR] [be](ut) fix be ut test invalid case failed [doris]

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

Re: [PR] [fix](deltawriter) Enhance file_size validation in _request_slave_tablet_pull_rowset method [doris]

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

Re: [PR] [opt](paimon)Add suppressed information display [doris]

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

Re: [PR] [be](ut) fix be ut test invalid case failed [doris]

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

Re: [PR] [opt](paimon)Add suppressed information display [doris]

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

Re: [PR] [WIP](segment) Segment footer PB cache [doris]

2025-03-11 Thread via GitHub
yiguolei commented on code in PR #48924: URL: https://github.com/apache/doris/pull/48924#discussion_r1990539196 ## be/src/olap/rowset/segment_v2/segment.cpp: ## @@ -1185,4 +1188,58 @@ Status Segment::seek_and_read_by_rowid(const TabletSchema& schema, SlotDescripto return S

(doris-website) branch asf-site updated (4d3339ecfb8 -> 6418649140b)

2025-03-11 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 4d3339ecfb8 Automated deployment with doris branch @ b1854bb5d874266d57349cc8e6d930aefc05c0d8 new 6

Re: [PR] [test](ut) add cases about partitioned aggregation operators [doris]

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

Re: [PR] [fix](sql cache) fix prepare statement with sql cache throw NullPointerException [doris]

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

Re: [PR] [refactor](udf) refactor udf datatype to simplify logic [doris]

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

Re: [PR] [be](ut) fix be ut test invalid case failed [doris]

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

Re: [PR] [fix](deltawriter) Enhance file_size validation in _request_slave_tablet_pull_rowset method [doris]

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

Re: [PR] [opt](paimon)Add suppressed information display [doris]

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

Re: [PR] [draft](catalog)Fix thread leakage [doris]

2025-03-11 Thread via GitHub
zddr commented on PR #48949: URL: https://github.com/apache/doris/pull/48949#issuecomment-2716383293 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 unsubsc

Re: [PR] [WIP](segment) Segment footer PB cache [doris]

2025-03-11 Thread via GitHub
yiguolei commented on code in PR #48924: URL: https://github.com/apache/doris/pull/48924#discussion_r1990526307 ## be/src/olap/page_cache.h: ## @@ -210,9 +235,11 @@ class PageCacheHandle { } LRUCachePolicy* cache() const { return _cache; } -Slice data() const { -

Re: [PR] [WIP](segment) Segment footer PB cache [doris]

2025-03-11 Thread via GitHub
yiguolei commented on code in PR #48924: URL: https://github.com/apache/doris/pull/48924#discussion_r1990525697 ## be/src/olap/page_cache.h: ## @@ -37,33 +37,55 @@ namespace doris { class PageCacheHandle; -template -class PageBase : private TAllocator, public LRUCacheValue

Re: [PR] [draft](catalog)Fix thread leakage [doris]

2025-03-11 Thread via GitHub
Thearas commented on PR #48949: URL: https://github.com/apache/doris/pull/48949#issuecomment-2716383146 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] [draft](catalog)Fix thread leakage [doris]

2025-03-11 Thread via GitHub
zddr opened a new pull request, #48949: URL: https://github.com/apache/doris/pull/48949 ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: ### Release note None ### Check List (For Author) - Test

Re: [PR] [opt](inverted index) fix compile warning in compound reader [doris]

2025-03-11 Thread via GitHub
hello-stephen commented on PR #48890: URL: https://github.com/apache/doris/pull/48890#issuecomment-2716355142 # BE UT Coverage Report Increment line coverage `55.56% (10/18)` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/81109257769d8a0389a9f2d7e07a2595

Re: [PR] [fix](variant) update least common type in ColumnObject::pop_back [doris]

2025-03-11 Thread via GitHub
hello-stephen commented on PR #48935: URL: https://github.com/apache/doris/pull/48935#issuecomment-2716360827 # BE UT Coverage Report Increment line coverage `66.67% (2/3)` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/b9716ff7fab9d070e8aaaf7a79013cda5c

Re: [PR] Row number 2 [doris]

2025-03-11 Thread via GitHub
zhangstar333 commented on PR #48883: URL: https://github.com/apache/doris/pull/48883#issuecomment-2716355177 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] [Improvement]Add query start datetime [doris]

2025-03-11 Thread via GitHub
github-actions[bot] commented on PR #48906: URL: https://github.com/apache/doris/pull/48906#issuecomment-2716288673 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] [Improvement]Add query start datetime [doris]

2025-03-11 Thread via GitHub
wangbo commented on code in PR #48906: URL: https://github.com/apache/doris/pull/48906#discussion_r1990501400 ## fe/fe-core/src/main/java/org/apache/doris/plugin/audit/AuditLogBuilder.java: ## @@ -109,14 +110,22 @@ private void auditQueryLog(AuditEvent event) throws IllegalAcce

Re: [PR] [test](ut) add cases about partitioned aggregation operators [doris]

2025-03-11 Thread via GitHub
mrhhsg commented on PR #48925: URL: https://github.com/apache/doris/pull/48925#issuecomment-2716340681 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: [fix](cold hot separation) Fix the issue that files on the remote storage are not deleted after triggering cold data compaction. (#48109) [doris]

2025-03-11 Thread via GitHub
doris-robot commented on PR #48446: URL: https://github.com/apache/doris/pull/48446#issuecomment-2716337313 # BE UT Coverage Report Increment line coverage `0.00% (0/1)` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/7d03e9af3ee168ef8fec396de3d41005081cb

Re: [PR] [test](test) [doris]

2025-03-11 Thread via GitHub
zhangstar333 commented on PR #47171: URL: https://github.com/apache/doris/pull/47171#issuecomment-2716335634 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 (b957ef9e1ca -> 4d3339ecfb8)

2025-03-11 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 b957ef9e1ca Automated deployment with doris branch @ b1854bb5d874266d57349cc8e6d930aefc05c0d8 new 4

Re: [PR] [test](test) [doris]

2025-03-11 Thread via GitHub
zhangstar333 closed pull request #48828: [test](test) URL: https://github.com/apache/doris/pull/48828 -- 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: co

Re: [PR] [Improvement]Add query start datetime [doris]

2025-03-11 Thread via GitHub
morningman commented on code in PR #48906: URL: https://github.com/apache/doris/pull/48906#discussion_r1990494180 ## fe/fe-core/src/main/java/org/apache/doris/plugin/audit/AuditLogBuilder.java: ## @@ -109,14 +110,22 @@ private void auditQueryLog(AuditEvent event) throws Illegal

Re: [PR] branch-3.0: [chore](http) add HttpClient::execute debug log #48595 [doris]

2025-03-11 Thread via GitHub
doris-robot commented on PR #48618: URL: https://github.com/apache/doris/pull/48618#issuecomment-2716328062 # BE UT Coverage Report Increment line coverage `33.33% (3/9)` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/61dc1597fabc773b29576b43a9f2e9fb2f49

Re: [PR] [Feature](function) support year of week [doris]

2025-03-11 Thread via GitHub
BiteThet commented on PR #48870: URL: https://github.com/apache/doris/pull/48870#issuecomment-2716322335 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] [refactor](udf) refactor udf datatype to simplify logic [doris]

2025-03-11 Thread via GitHub
zhangstar333 commented on PR #48932: URL: https://github.com/apache/doris/pull/48932#issuecomment-2716320071 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] [Enhancement] (nereids)implement showLoadWaringsCommand in nereids [doris]

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

Re: [PR] [test](ut) add cases about partitioned aggregation operators [doris]

2025-03-11 Thread via GitHub
doris-robot commented on PR #48925: URL: https://github.com/apache/doris/pull/48925#issuecomment-2716312516 # BE UT Coverage Report Increment line coverage `20.00% (1/5)` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/a971332edd24c0b14550dc3341adf49252a4

Re: [PR] [fix][cloud] Prevent fe CloudReplica.getBackendIdImpl consuming too much CPU when high-frequency stream loads [doris]

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

  1   2   3   4   5   6   7   8   9   10   >