[PR] Update high-concurrent-point-query.md [doris-website]

2024-11-10 Thread via GitHub
wangtianyi2004 opened a new pull request, #1329: URL: https://github.com/apache/doris-website/pull/1329 typo add `` for key column # Versions - [ ] dev - [x] 3.0 - [x] 2.1 - [ ] 2.0 # Languages - [x] Chinese - [ ] English -- This is an automa

Re: [PR] [fix] (inverted index) Disallow variant columns from using inverted index format v1 [doris]

2024-11-10 Thread via GitHub
csun5285 commented on PR #43599: URL: https://github.com/apache/doris/pull/43599#issuecomment-2467465925 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] (inverted index) Disallow variant columns from using inverted index format v1 [doris]

2024-11-10 Thread via GitHub
doris-robot commented on PR #43599: URL: https://github.com/apache/doris/pull/43599#issuecomment-2467465846 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+proce

[PR] [fix] (inverted index) Disallow variant columns from using inverted index format v1 [doris]

2024-11-10 Thread via GitHub
csun5285 opened a new pull request, #43599: URL: https://github.com/apache/doris/pull/43599 ### What problem does this PR solve? Problem Summary: ### Release note None ### Check List (For Author) - Test - [x] Regression test - [x] Unit

Re: [PR] [Optimize](Variant) move merge_rowsets_schema to sync_tablet_rowsets to make schema more accurate [doris]

2024-11-10 Thread via GitHub
github-actions[bot] commented on PR #43580: URL: https://github.com/apache/doris/pull/43580#issuecomment-2467463906 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] [Optimize](Variant) move merge_rowsets_schema to sync_tablet_rowsets to make schema more accurate [doris]

2024-11-10 Thread via GitHub
github-actions[bot] commented on PR #43580: URL: https://github.com/apache/doris/pull/43580#issuecomment-2467463978 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](brpc) check and remove unavailable brpc stubs [doris]

2024-11-10 Thread via GitHub
mrhhsg commented on PR #43212: URL: https://github.com/apache/doris/pull/43212#issuecomment-2467461940 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](delete) Fix static type dispatch by mistake due to typo (#42260) [doris]

2024-11-10 Thread via GitHub
doris-robot commented on PR #43488: URL: https://github.com/apache/doris/pull/43488#issuecomment-2467461355 TeamCity be ut coverage result: Function Coverage: 36.32% (9474/26084) Line Coverage: 27.87% (77993/279808) Region Coverage: 26.53% (40001/150773) Branch Coverage: 23.3

Re: [PR] [feature](function) add approx_top_k aggregation function [doris]

2024-11-10 Thread via GitHub
qidaye merged PR #40813: URL: https://github.com/apache/doris/pull/40813 -- 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 (a8999f506ea -> cd514b6a3db)

2024-11-10 Thread jianliangqi
This is an automated email from the ASF dual-hosted git repository. jianliangqi pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from a8999f506ea [refine](time) use TimeValue to refine repetitive logic and remove unused code. (#42978) add cd5

Re: [PR] branch-2.1: [opt](log) change lzo decompress log to debug level [doris]

2024-11-10 Thread via GitHub
doris-robot commented on PR #43583: URL: https://github.com/apache/doris/pull/43583#issuecomment-2467460512 TeamCity be ut coverage result: Function Coverage: 36.32% (9474/26084) Line Coverage: 27.88% (78000/279805) Region Coverage: 26.52% (39993/150791) Branch Coverage: 23.3

Re: [PR] [branch-3.0](log) Pick all BE execution log reduction [doris]

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

Re: [PR] [feat](restore) Support compressed snapshot meta and job info (#43516) [doris]

2024-11-10 Thread via GitHub
github-actions[bot] commented on PR #43568: URL: https://github.com/apache/doris/pull/43568#issuecomment-2467456450 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] Revert "[opt](store) allow to set storage_page_size for tables" [doris]

2024-11-10 Thread via GitHub
github-actions[bot] commented on PR #43596: URL: https://github.com/apache/doris/pull/43596#issuecomment-2467455988 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](Nereids) alias function should use unbound slot as place holder [doris]

2024-11-10 Thread via GitHub
morrySnow commented on PR #43597: URL: https://github.com/apache/doris/pull/43597#issuecomment-2467455223 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](Nereids) fix floor/round/ceil/truncate functions type compute precision problem [doris]

2024-11-10 Thread via GitHub
LiBinfeng-01 commented on code in PR #43422: URL: https://github.com/apache/doris/pull/43422#discussion_r1836085412 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/executable/NumericArithmetic.java: ## @@ -1136,21 +1136,10 @@ public static Expres

Re: [PR] [chore](agent) log the binary message size of agent tasks #43239 [doris]

2024-11-10 Thread via GitHub
doris-robot commented on PR #43598: URL: https://github.com/apache/doris/pull/43598#issuecomment-2467453219 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+proce

[PR] [chore](agent) log the binary message size of agent tasks #43239 [doris]

2024-11-10 Thread via GitHub
w41ter opened a new pull request, #43598: URL: https://github.com/apache/doris/pull/43598 cherry pick from #43239 -- 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] [chore](agent) log the binary message size of agent tasks #43239 [doris]

2024-11-10 Thread via GitHub
w41ter commented on PR #43598: URL: https://github.com/apache/doris/pull/43598#issuecomment-2467453872 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] [fix](Nereids) alias function should use unbound slot as place holder [doris]

2024-11-10 Thread via GitHub
morrySnow opened a new pull request, #43597: URL: https://github.com/apache/doris/pull/43597 Related PR: #18257 Problem Summary: when construct alias function for Nereids, should use unbound slot as placeholder. Currently, we use SlotReference, then we could replace it by wr

Re: [PR] [fix](Nereids) alias function should use unbound slot as place holder [doris]

2024-11-10 Thread via GitHub
doris-robot commented on PR #43597: URL: https://github.com/apache/doris/pull/43597#issuecomment-2467451546 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+proce

Re: [PR] Revert "[opt](store) allow to set storage_page_size for tables" [doris]

2024-11-10 Thread via GitHub
zzzxl1993 commented on PR #43596: URL: https://github.com/apache/doris/pull/43596#issuecomment-2467448830 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] Revert "[opt](store) allow to set storage_page_size for tables" [doris]

2024-11-10 Thread via GitHub
doris-robot commented on PR #43596: URL: https://github.com/apache/doris/pull/43596#issuecomment-2467448245 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+proce

[PR] Revert "[opt](store) allow to set storage_page_size for tables" [doris]

2024-11-10 Thread via GitHub
zzzxl1993 opened a new pull request, #43596: URL: https://github.com/apache/doris/pull/43596 Reverts apache/doris#42680 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To u

Re: [PR] [branch-2.1](log) Pick all BE execution log reduction [doris]

2024-11-10 Thread via GitHub
doris-robot commented on PR #43267: URL: https://github.com/apache/doris/pull/43267#issuecomment-2467446831 TeamCity be ut coverage result: Function Coverage: 36.32% (9474/26084) Line Coverage: 27.87% (77995/279805) Region Coverage: 26.52% (39989/150771) Branch Coverage: 23.3

Re: [PR] [feat](restore) Support compressed snapshot meta and job info (#43516) [doris]

2024-11-10 Thread via GitHub
w41ter commented on PR #43568: URL: https://github.com/apache/doris/pull/43568#issuecomment-2467445202 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](jni)fix jni defer deletelocalref [doris]

2024-11-10 Thread via GitHub
github-actions[bot] commented on PR #43594: URL: https://github.com/apache/doris/pull/43594#issuecomment-246703 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](authorization)Centralizing Common Authorization Operations in Common Interface [doris]

2024-11-10 Thread via GitHub
doris-robot commented on PR #43595: URL: https://github.com/apache/doris/pull/43595#issuecomment-2467442682 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+proce

[PR] [feat](authorization)Centralizing Common Authorization Operations in Common Interface [doris]

2024-11-10 Thread via GitHub
CalvinKirs opened a new pull request, #43595: URL: https://github.com/apache/doris/pull/43595 ### What problem does this PR solve? Optimize Column-Level Permission Checks Using Table-Level Permissions: Since having column-level permissions does not imply table-l

Re: [PR] [feature](Nereids): Optimize Query Plan by Pulling Up Join with Common Child from Union (#42033) [doris]

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

Re: [PR] [Enhancement](checker) Enhance inverted checker [doris]

2024-11-10 Thread via GitHub
Yukang-Lian commented on PR #43294: URL: https://github.com/apache/doris/pull/43294#issuecomment-2467439521 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](log) Pick all BE execution log reduction [doris]

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

[PR] [fix](jni)fix jni defer deletelocalref [doris]

2024-11-10 Thread via GitHub
hubgeter opened a new pull request, #43594: URL: https://github.com/apache/doris/pull/43594 ### 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] [fix](jni)fix jni defer deletelocalref [doris]

2024-11-10 Thread via GitHub
hubgeter commented on PR #43594: URL: https://github.com/apache/doris/pull/43594#issuecomment-2467437098 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](jni)fix jni defer deletelocalref [doris]

2024-11-10 Thread via GitHub
doris-robot commented on PR #43594: URL: https://github.com/apache/doris/pull/43594#issuecomment-2467436941 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+proce

Re: [PR] [opt](agg function)Use float32 instead of float64 as a parameter in percentile_approx. [doris]

2024-11-10 Thread via GitHub
github-actions[bot] commented on code in PR #43593: URL: https://github.com/apache/doris/pull/43593#discussion_r1836067805 ## be/src/vec/aggregate_functions/aggregate_function_percentile_approx.h: ## @@ -0,0 +1,307 @@ +// Licensed to the Apache Software Foundation (ASF) under on

Re: [PR] [fix](cloud-mow) Fix sending commiting rpc to FE twice problem [doris]

2024-11-10 Thread via GitHub
github-actions[bot] commented on PR #41395: URL: https://github.com/apache/doris/pull/41395#issuecomment-2467422070 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] branch-3.0: [opt](log) change lzo decompress log to debug level [doris]

2024-11-10 Thread via GitHub
dataroaring closed pull request #43582: branch-3.0: [opt](log) change lzo decompress log to debug level URL: https://github.com/apache/doris/pull/43582 -- 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 t

Re: [PR] [feature](Nereids): Optimize Query Plan by Pulling Up Join with Common Child from Union (#42033) [doris]

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

Re: [PR] [fix](runtime) untracked reserved memory was not release when attaching limiter tracker [doris]

2024-11-10 Thread via GitHub
github-actions[bot] commented on PR #43447: URL: https://github.com/apache/doris/pull/43447#issuecomment-2467418911 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] [only test] [doris]

2024-11-10 Thread via GitHub
github-actions[bot] commented on code in PR #43592: URL: https://github.com/apache/doris/pull/43592#discussion_r1836064798 ## be/src/vec/aggregate_functions/aggregate_function_percentile_approx.h: ## @@ -0,0 +1,307 @@ +// Licensed to the Apache Software Foundation (ASF) under on

Re: [PR] [opt](agg function)Use float32 instead of float64 as a parameter in percentile_approx. [doris]

2024-11-10 Thread via GitHub
Mryange commented on PR #43593: URL: https://github.com/apache/doris/pull/43593#issuecomment-2467417863 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](load) do not block delta writer if memtable memory is low [doris]

2024-11-10 Thread via GitHub
github-actions[bot] commented on PR #42649: URL: https://github.com/apache/doris/pull/42649#issuecomment-2467417804 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] [improve](load) do not block delta writer if memtable memory is low [doris]

2024-11-10 Thread via GitHub
github-actions[bot] commented on PR #42649: URL: https://github.com/apache/doris/pull/42649#issuecomment-2467417763 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

[PR] [opt](agg function)Use float32 instead of float64 as a parameter in percentile_approx. [doris]

2024-11-10 Thread via GitHub
Mryange opened a new pull request, #43593: URL: https://github.com/apache/doris/pull/43593 ### What problem does this PR solve? This issue was identified by the "compile_check". In the functions percentile_approx and percentile_approx_weighted, the parameter type is Float64, but t

Re: [PR] [opt](agg function)Use float32 instead of float64 as a parameter in percentile_approx. [doris]

2024-11-10 Thread via GitHub
doris-robot commented on PR #43593: URL: https://github.com/apache/doris/pull/43593#issuecomment-2467416768 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+proce

Re: [PR] [chore](scan) remove useless enable_scan_node_run_serial #41559 [doris]

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

Re: [PR] [only test] [doris]

2024-11-10 Thread via GitHub
Mryange commented on PR #43592: URL: https://github.com/apache/doris/pull/43592#issuecomment-2467412492 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] [fix](runtime) untracked reserved memory was not release when attaching limiter tracker [doris]

2024-11-10 Thread via GitHub
mrhhsg commented on PR #43447: URL: https://github.com/apache/doris/pull/43447#issuecomment-2467412636 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] [only test] [doris]

2024-11-10 Thread via GitHub
doris-robot commented on PR #43592: URL: https://github.com/apache/doris/pull/43592#issuecomment-2467411813 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+proce

Re: [PR] [fix](column_complex) wrong type of Field returned by ColumnComplex [doris]

2024-11-10 Thread via GitHub
mrhhsg commented on PR #43515: URL: https://github.com/apache/doris/pull/43515#issuecomment-2467411774 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] [only test] [doris]

2024-11-10 Thread via GitHub
Mryange opened a new pull request, #43592: URL: https://github.com/apache/doris/pull/43592 ### 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] [fix] (bloom filter) Fix the bloom filter calculation for date and datetime [doris]

2024-11-10 Thread via GitHub
github-actions[bot] commented on PR #43351: URL: https://github.com/apache/doris/pull/43351#issuecomment-246745 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] (bloom filter) Fix the bloom filter calculation for date and datetime [doris]

2024-11-10 Thread via GitHub
github-actions[bot] commented on PR #43351: URL: https://github.com/apache/doris/pull/43351#issuecomment-2467411067 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 aws sdk default retry policy not taking effect [doris]

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

Re: [PR] [opt](store) allow to set storage_page_size for tables [doris]

2024-11-10 Thread via GitHub
kaijchen commented on code in PR #42680: URL: https://github.com/apache/doris/pull/42680#discussion_r1836055939 ## be/src/olap/delta_writer_v2.cpp: ## @@ -125,6 +125,9 @@ Status DeltaWriterV2::init() { context.partial_update_info = _partial_update_info; context.memtabl

[PR] [Docs] Add doc for variant nested type [doris-website]

2024-11-10 Thread via GitHub
eldenmoon opened a new pull request, #1328: URL: https://github.com/apache/doris-website/pull/1328 # Versions - [ ] dev - [ ] 3.0 - [ ] 2.1 - [ ] 2.0 # Languages - [ ] Chinese - [ ] English -- This is an automated message from the Apache Git Service. T

Re: [PR] [opt](inverted index) add performance profiling for remote io access in inverted index [doris]

2024-11-10 Thread via GitHub
zzzxl1993 commented on PR #43542: URL: https://github.com/apache/doris/pull/43542#issuecomment-2467400346 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: [I] [Enhancement] (nereids)implement KillQueryCommand in nereids [doris]

2024-11-10 Thread via GitHub
Yao-MR commented on issue #42533: URL: https://github.com/apache/doris/issues/42533#issuecomment-2467393897 @LiBinfeng-01 can you assign it me ? -- 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 th

Re: [PR] [feature](Nereids): Optimize Query Plan by Pulling Up Join with Common Child from Union (#42033) [doris]

2024-11-10 Thread via GitHub
feiniaofeiafei commented on PR #43591: URL: https://github.com/apache/doris/pull/43591#issuecomment-2467393157 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] branch-3.0: [Enhancement] replace table options to keep original dropped table in recycle bin [doris]

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

Re: [PR] [fix](cloud-mow) MS should create new Transaction to continue geting delete bitmap when encounter TXN_TOO_OLD [doris]

2024-11-10 Thread via GitHub
github-actions[bot] commented on PR #43509: URL: https://github.com/apache/doris/pull/43509#issuecomment-2467389434 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-mow) MS should create new Transaction to continue geting delete bitmap when encounter TXN_TOO_OLD [doris]

2024-11-10 Thread via GitHub
github-actions[bot] commented on PR #43509: URL: https://github.com/apache/doris/pull/43509#issuecomment-2467389389 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](scan) remove useless enable_scan_node_run_serial #41559 [doris]

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

Re: [PR] [opt](inverted index) add performance profiling for remote io access in inverted index [doris]

2024-11-10 Thread via GitHub
zzzxl1993 commented on PR #43542: URL: https://github.com/apache/doris/pull/43542#issuecomment-2467384343 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] [performance](move-memtable) async close tablet streams [doris]

2024-11-10 Thread via GitHub
github-actions[bot] commented on PR #41156: URL: https://github.com/apache/doris/pull/41156#issuecomment-2467380514 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] [performance](move-memtable) async close tablet streams [doris]

2024-11-10 Thread via GitHub
github-actions[bot] commented on PR #41156: URL: https://github.com/apache/doris/pull/41156#issuecomment-2467380479 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](Nereids): Optimize Query Plan by Pulling Up Join with Common Child from Union (#42033) [doris]

2024-11-10 Thread via GitHub
feiniaofeiafei commented on PR #43591: URL: https://github.com/apache/doris/pull/43591#issuecomment-2467378959 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.

[PR] [feature](Nereids): Optimize Query Plan by Pulling Up Join with Common Child from Union (#42033) [doris]

2024-11-10 Thread via GitHub
feiniaofeiafei opened a new pull request, #43591: URL: https://github.com/apache/doris/pull/43591 cherry-pick #42033 to branch-3.0 -- 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 com

Re: [PR] [feature](Nereids): Optimize Query Plan by Pulling Up Join with Common Child from Union (#42033) [doris]

2024-11-10 Thread via GitHub
doris-robot commented on PR #43591: URL: https://github.com/apache/doris/pull/43591#issuecomment-2467378176 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+proce

Re: [PR] branch-3.0: [Enhancement] replace table options to keep original dropped table in recycle bin [doris]

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

Re: [PR] [improvement](build index)Optimize failed task check on same tablet (#42295) [doris]

2024-11-10 Thread via GitHub
github-actions[bot] commented on PR #43589: URL: https://github.com/apache/doris/pull/43589#issuecomment-2467373136 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: [opt](log) change lzo decompress log to debug level [doris]

2024-11-10 Thread via GitHub
github-actions[bot] commented on PR #43582: URL: https://github.com/apache/doris/pull/43582#issuecomment-2467372429 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] [misc](bvar) expose file uploading thread pool queue size [doris]

2024-11-10 Thread via GitHub
github-actions[bot] commented on code in PR #43590: URL: https://github.com/apache/doris/pull/43590#discussion_r1836036269 ## be/src/io/fs/s3_file_bufferpool.cpp: ## @@ -110,8 +112,14 @@ Status UploadFileBuffer::append_data(const Slice& data) { */ static Status submit_upload_

Re: [PR] [refine](time) use TimeValue to refine repetitive logic and remove unused code. [doris]

2024-11-10 Thread via GitHub
Gabriel39 merged PR #42978: URL: https://github.com/apache/doris/pull/42978 -- 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

(doris) branch master updated: [refine](time) use TimeValue to refine repetitive logic and remove unused code. (#42978)

2024-11-10 Thread gabriellee
This is an automated email from the ASF dual-hosted git repository. gabriellee 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 a8999f506ea [refine](time) use TimeValue to r

[PR] [fix](segcompaction) fix coredump for inverted index file writer close in segment compaction #43477 [doris]

2024-11-10 Thread via GitHub
airborne12 opened a new pull request, #43587: URL: https://github.com/apache/doris/pull/43587 cherry pick from #43477 -- 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] [cherry-pick](branch-30)fix date_floor function return wrong result (#41948) [doris]

2024-11-10 Thread via GitHub
doris-robot commented on PR #43588: URL: https://github.com/apache/doris/pull/43588#issuecomment-2467358089 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+proce

Re: [PR] [feat](nereids)set runtime filter wait time according to table row count and table type [doris]

2024-11-10 Thread via GitHub
github-actions[bot] commented on PR #42640: URL: https://github.com/apache/doris/pull/42640#issuecomment-2467366637 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] [cherry-pick](branch-30)fix date_floor function return wrong result (#41948) [doris]

2024-11-10 Thread via GitHub
github-actions[bot] commented on PR #43588: URL: https://github.com/apache/doris/pull/43588#issuecomment-2467366487 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](meta-service) Support querying and adjusting rpc qps limit on meta service [doris]

2024-11-10 Thread via GitHub
TangSiyang2001 commented on code in PR #42413: URL: https://github.com/apache/doris/pull/42413#discussion_r1836033539 ## cloud/src/meta-service/meta_service_http.cpp: ## @@ -331,6 +338,128 @@ static HttpResponse process_alter_iam(MetaServiceImpl* service, brpc::Controller

Re: [PR] [fix](mtmv) Fix generate hyper graph wrongly when has filter which can not push down [doris]

2024-11-10 Thread via GitHub
seawinde commented on PR #43539: URL: https://github.com/apache/doris/pull/43539#issuecomment-2467365908 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](segcompaction) fix coredump for inverted index file writer close in segment compaction #43477 [doris]

2024-11-10 Thread via GitHub
github-actions[bot] commented on PR #43587: URL: https://github.com/apache/doris/pull/43587#issuecomment-2467364915 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] [misc](cloud) expose file uploading thread pool queue size [doris]

2024-11-10 Thread via GitHub
freemandealer commented on PR #43590: URL: https://github.com/apache/doris/pull/43590#issuecomment-2467364067 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. T

Re: [PR] [improvement](build index)Optimize failed task check on same tablet (#42295) [doris]

2024-11-10 Thread via GitHub
qidaye commented on PR #43589: URL: https://github.com/apache/doris/pull/43589#issuecomment-2467364090 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] [improvement](build index)Optimize failed task check on same tablet (#42295) [doris]

2024-11-10 Thread via GitHub
doris-robot commented on PR #43589: URL: https://github.com/apache/doris/pull/43589#issuecomment-2467363671 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+proce

[PR] [misc](cloud) expose file uploading thread pool queue size [doris]

2024-11-10 Thread via GitHub
freemandealer opened a new pull request, #43590: URL: https://github.com/apache/doris/pull/43590 ### What problem does this PR solve? expose thread pool queue size for better monitoring upload pressure Issue Number: close #xxx Related PR: #xxx Problem Summary: #

[PR] [improvement](build index)Optimize failed task check on same tablet (#42295) [doris]

2024-11-10 Thread via GitHub
qidaye opened a new pull request, #43589: URL: https://github.com/apache/doris/pull/43589 bp #42295 -- 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:

Re: [PR] [misc](cloud) expose file uploading thread pool queue size [doris]

2024-11-10 Thread via GitHub
doris-robot commented on PR #43590: URL: https://github.com/apache/doris/pull/43590#issuecomment-2467364228 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+proce

Re: [PR] [cherry-pick](branch-30)fix the exchange not skip offset rows (#42190) [doris]

2024-11-10 Thread via GitHub
github-actions[bot] commented on PR #42490: URL: https://github.com/apache/doris/pull/42490#issuecomment-2467361189 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) support show authors command [doris]

2024-11-10 Thread via GitHub
GentleCold commented on PR #43547: URL: https://github.com/apache/doris/pull/43547#issuecomment-2467360762 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

(doris) branch auto-pick-43477-branch-3.0 created (now 91d95f63be7)

2024-11-10 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-43477-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git at 91d95f63be7 [fix](backup) Load backup meta and job info bytes from disk #43276 (#43520) No ne

Re: [PR] [feature](meta-service) Support querying and adjusting rpc qps limit on meta service [doris]

2024-11-10 Thread via GitHub
TangSiyang2001 commented on code in PR #42413: URL: https://github.com/apache/doris/pull/42413#discussion_r1836030033 ## cloud/src/rate-limiter/rate_limiter.cpp: ## @@ -93,6 +154,35 @@ bool RpcRateLimiter::get_qps_token(const std::string& instance_id, return qps_token->get

Re: [PR] [feat](nereids)Compressed materialize for aggregate and sort [doris]

2024-11-10 Thread via GitHub
englefly commented on PR #42408: URL: https://github.com/apache/doris/pull/42408#issuecomment-2467360456 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](segcompaction) fix coredump for inverted index file writer close in segment compaction [doris]

2024-11-10 Thread via GitHub
airborne12 closed pull request #43586: branch-3.0: [fix](segcompaction) fix coredump for inverted index file writer close in segment compaction URL: https://github.com/apache/doris/pull/43586 -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [PR] [feature](meta-service) Support querying and adjusting rpc qps limit on meta service [doris]

2024-11-10 Thread via GitHub
TangSiyang2001 commented on code in PR #42413: URL: https://github.com/apache/doris/pull/42413#discussion_r1836029560 ## cloud/src/rate-limiter/rate_limiter.cpp: ## @@ -41,36 +46,92 @@ void RateLimiter::init(google::protobuf::Service* service) { int64_t max_qps_

Re: [PR] [fix](cloud-mow) Fix sending commiting rpc to FE twice problem [doris]

2024-11-10 Thread via GitHub
hust-hhb commented on code in PR #41395: URL: https://github.com/apache/doris/pull/41395#discussion_r1836028950 ## fe/fe-core/src/main/java/org/apache/doris/cloud/transaction/CloudGlobalTransactionMgr.java: ## @@ -475,6 +475,10 @@ private void commitTransaction(long dbId, List

Re: [PR] [cherry-pick](branch-30)fix date_floor function return wrong result (#41948) [doris]

2024-11-10 Thread via GitHub
zhangstar333 commented on PR #43588: URL: https://github.com/apache/doris/pull/43588#issuecomment-2467358201 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 querying and adjusting rpc qps limit on meta service [doris]

2024-11-10 Thread via GitHub
TangSiyang2001 commented on code in PR #42413: URL: https://github.com/apache/doris/pull/42413#discussion_r1836027560 ## cloud/src/rate-limiter/rate_limiter.cpp: ## @@ -41,36 +46,92 @@ void RateLimiter::init(google::protobuf::Service* service) { int64_t max_qps_

[PR] [cherry-pick](branch-30)fix date_floor function return wrong result (#41948) [doris]

2024-11-10 Thread via GitHub
zhangstar333 opened a new pull request, #43588: URL: https://github.com/apache/doris/pull/43588 cherry-pick from master (#41948) -- 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 specif

  1   2   3   4   5   6   >