Re: [PR] [test](move-memtable) add more injection test for load stream [doris]

2024-08-18 Thread via GitHub
kaijchen commented on PR #39383: URL: https://github.com/apache/doris/pull/39383#issuecomment-2295804375 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] [improvement](diagnose) add tablet in recycle bin hint [doris]

2024-08-18 Thread via GitHub
yujun777 commented on PR #39547: URL: https://github.com/apache/doris/pull/39547#issuecomment-2295793146 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To uns

Re: [PR] [opt](file-cache) support system table file_cache_statistics [doris]

2024-08-18 Thread via GitHub
doris-robot commented on PR #39552: URL: https://github.com/apache/doris/pull/39552#issuecomment-2295787978 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](file-cache) support system table file_cache_statistics [doris]

2024-08-18 Thread via GitHub
morningman opened a new pull request, #39552: URL: https://github.com/apache/doris/pull/39552 (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 unsubscribe, e

Re: [PR] test [doris]

2024-08-18 Thread via GitHub
Gabriel39 commented on PR #39464: URL: https://github.com/apache/doris/pull/39464#issuecomment-2295787495 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] [Bug](http-api) fix core dump on API check_rpc_channel coz exec_env not init [doris]

2024-08-18 Thread via GitHub
Vallishp commented on PR #39520: URL: https://github.com/apache/doris/pull/39520#issuecomment-2295778068 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] [log](s3) return detailed error message to the user [doris]

2024-08-18 Thread via GitHub
kaijchen commented on PR #39551: URL: https://github.com/apache/doris/pull/39551#issuecomment-2295775020 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) branch master updated: [docker](readme) add readme for how to build doris image (#39241)

2024-08-18 Thread zykkk
This is an automated email from the ASF dual-hosted git repository. zykkk 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 d47198dd9df [docker](readme) add readme for how to

Re: [PR] [docker](readme) add readme for how to build doris image [doris]

2024-08-18 Thread via GitHub
zy-kkk merged PR #39241: URL: https://github.com/apache/doris/pull/39241 -- 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

Re: [PR] [log](s3) return detailed error message to the user [doris]

2024-08-18 Thread via GitHub
doris-robot commented on PR #39551: URL: https://github.com/apache/doris/pull/39551#issuecomment-2295774603 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] [log](s3) return detailed error message to the user [doris]

2024-08-18 Thread via GitHub
kaijchen opened a new pull request, #39551: URL: https://github.com/apache/doris/pull/39551 ## Proposed changes This is a follow-up for #38585. Previously we pass the under layer s3 exceptions by "caused by" chains. However, this chain of information is not included when retu

Re: [PR] [opt](query cancel) cancel query if it has pipeline task leakage #39223 [doris]

2024-08-18 Thread via GitHub
yiguolei merged PR #39537: URL: https://github.com/apache/doris/pull/39537 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apa

(doris) branch branch-2.1 updated: [opt](query cancel) cancel query if it has pipeline task leakage #39223 (#39537)

2024-08-18 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new 830f250a804 [opt](query cancel) cancel

Re: [PR] [feature](statistics)Support enable/disable auto analyze for table. [doris]

2024-08-18 Thread via GitHub
Jibing-Li commented on PR #39532: URL: https://github.com/apache/doris/pull/39532#issuecomment-2295769627 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](scan) fix predicate contains cast that results in null, the predicate will be miss. [doris]

2024-08-18 Thread via GitHub
Mryange commented on PR #39550: URL: https://github.com/apache/doris/pull/39550#issuecomment-2295768807 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](scan) fix predicate contains cast that results in null, the predicate will be miss. [doris]

2024-08-18 Thread via GitHub
doris-robot commented on PR #39550: URL: https://github.com/apache/doris/pull/39550#issuecomment-2295768635 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

[PR] [fix](scan) fix predicate contains cast that results in null, the predicate will be miss. [doris]

2024-08-18 Thread via GitHub
Mryange opened a new pull request, #39550: URL: https://github.com/apache/doris/pull/39550 ## Proposed changes ``` drop table datetest; create table datetest ( id int, dt date ) DUPLICATE key (id) distributed by hash(id) buckets 1 properties( "replicati

Re: [PR] [enhancement](Load)only check partitions' state in loading process, instead of checking table state [doris]

2024-08-18 Thread via GitHub
Johnnyssc commented on PR #39411: URL: https://github.com/apache/doris/pull/39411#issuecomment-2295767728 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 com

Re: [PR] [improvement](diagnose) add tablet in recycle bin hint [doris]

2024-08-18 Thread via GitHub
github-actions[bot] commented on PR #39547: URL: https://github.com/apache/doris/pull/39547#issuecomment-2295767184 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [PR] [opt](Nereids) do not fallback if nereids failed because timeout [doris]

2024-08-18 Thread via GitHub
morrySnow commented on PR #39499: URL: https://github.com/apache/doris/pull/39499#issuecomment-2295763956 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

(doris) branch branch-2.0 updated: [improvement](statistics)Support drop cached stats. (#39367) (#39461)

2024-08-18 Thread lijibing
This is an automated email from the ASF dual-hosted git repository. lijibing pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.0 by this push: new 3cfe75e3aeb [improvement](statistics)Su

Re: [PR] [fix](cloud) Fix `TabletIndexPB` missing db_id [doris]

2024-08-18 Thread via GitHub
SWJTU-ZhangLei closed pull request #39372: [fix](cloud) Fix `TabletIndexPB` missing db_id URL: https://github.com/apache/doris/pull/39372 -- 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

Re: [PR] [improvement](statistics)Support drop cached stats. (#39367) [doris]

2024-08-18 Thread via GitHub
Jibing-Li merged PR #39461: URL: https://github.com/apache/doris/pull/39461 -- 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] [opt](Nereids) support drop statement syntax in Nereids [doris]

2024-08-18 Thread via GitHub
morrySnow commented on PR #39506: URL: https://github.com/apache/doris/pull/39506#issuecomment-2295762525 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](planner) binary predicate result should compare with 0 [doris]

2024-08-18 Thread via GitHub
morrySnow commented on PR #39474: URL: https://github.com/apache/doris/pull/39474#issuecomment-2295761760 run cloud_p1 -- 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](planner) binary predicate result should compare with 0 [doris]

2024-08-18 Thread via GitHub
morrySnow commented on PR #39474: URL: https://github.com/apache/doris/pull/39474#issuecomment-2295761643 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] [opt](query cancel) cancel query if it has pipeline task leakage #39223 [doris]

2024-08-18 Thread via GitHub
zhiqiang- commented on code in PR #39537: URL: https://github.com/apache/doris/pull/39537#discussion_r1721266169 ## be/src/pipeline/pipeline_fragment_context.cpp: ## @@ -184,6 +185,14 @@ void PipelineFragmentContext::cancel(const PPlanFragmentCancelReason& reason, // m

Re: [PR] [opt](query cancel) cancel query if it has pipeline task leakage #39223 [doris]

2024-08-18 Thread via GitHub
yiguolei commented on code in PR #39537: URL: https://github.com/apache/doris/pull/39537#discussion_r1721264471 ## be/src/pipeline/pipeline_fragment_context.cpp: ## @@ -184,6 +185,14 @@ void PipelineFragmentContext::cancel(const PPlanFragmentCancelReason& reason, // make r

Re: [PR] [fix](catalog) gen partition id by name [doris]

2024-08-18 Thread via GitHub
morningman merged PR #39325: URL: https://github.com/apache/doris/pull/39325 -- 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: [fix](catalog) gen partition id by name (#39325)

2024-08-18 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 21b32280306 [fix](catalog) gen partition id b

Re: [PR] [improvement](diagnose) add tablet in recycle bin hint [doris]

2024-08-18 Thread via GitHub
cambyzju commented on PR #39547: URL: https://github.com/apache/doris/pull/39547#issuecomment-2295747255 could you give some example in pr desc? -- 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] [improvement](statistics)Support drop cached stats. (#39367) [doris]

2024-08-18 Thread via GitHub
Jibing-Li commented on PR #39461: URL: https://github.com/apache/doris/pull/39461#issuecomment-2295735832 run beut -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubs

Re: [PR] [opt](inverted index) Improved top-N optimization by refining the sorting column check. [doris]

2024-08-18 Thread via GitHub
doris-robot commented on PR #39496: URL: https://github.com/apache/doris/pull/39496#issuecomment-2295720056 ClickBench: Total hot run time: 31.32 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [opt](inverted index) Improved top-N optimization by refining the sorting column check. [doris]

2024-08-18 Thread via GitHub
doris-robot commented on PR #39496: URL: https://github.com/apache/doris/pull/39496#issuecomment-2295714761 TPC-DS: Total hot run time: 196333 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) Improved top-N optimization by refining the sorting column check. [doris]

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

Re: [PR] [chore](compile)Enable the shorten-64-to-32 compilation option in Exprs [doris]

2024-08-18 Thread via GitHub
Mryange commented on PR #39197: URL: https://github.com/apache/doris/pull/39197#issuecomment-2295692598 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 unsubscrib

Re: [PR] [opt](inverted index) Improved top-N optimization by refining the sorting column check. [doris]

2024-08-18 Thread via GitHub
zzzxl1993 commented on PR #39496: URL: https://github.com/apache/doris/pull/39496#issuecomment-2295675423 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](cloud) Fix `TabletIndexPB` missing db_id [doris]

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

Re: [PR] [Fix](delete) Support delete when column name is Unicode [doris]

2024-08-18 Thread via GitHub
yiguolei merged PR #39381: URL: https://github.com/apache/doris/pull/39381 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apa

(doris) branch master updated: [Fix](delete) Support delete when column name is Unicode (#39381)

2024-08-18 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei 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 9ecc5aeedc8 [Fix](delete) Support delete when c

Re: [PR] [feature] linear_histogram [doris]

2024-08-18 Thread via GitHub
yiguolei commented on code in PR #39546: URL: https://github.com/apache/doris/pull/39546#discussion_r1721205948 ## be/src/vec/aggregate_functions/aggregate_function_linear_histogram.cpp: ## @@ -0,0 +1,60 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or mo

Re: [PR] [improvement](statistics)Support drop cached stats. (#39367) [doris]

2024-08-18 Thread via GitHub
doris-robot commented on PR #39461: URL: https://github.com/apache/doris/pull/39461#issuecomment-2295656497 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit 7486df064e8faf291bc04aeb05ad9d3df6f6e3e6 with default session variables Stream

Re: [PR] [improvement](statistics)Support drop cached stats. (#39367) [doris]

2024-08-18 Thread via GitHub
doris-robot commented on PR #39461: URL: https://github.com/apache/doris/pull/39461#issuecomment-2295653796 ClickBench: Total hot run time: 31.75 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [fix](catalog) gen partition id by name [doris]

2024-08-18 Thread via GitHub
github-actions[bot] commented on PR #39325: URL: https://github.com/apache/doris/pull/39325#issuecomment-2295649916 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](statistics)Support drop cached stats. (#39367) [doris]

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

(doris) branch master updated (bd5844ea0d3 -> 21e6bddf930)

2024-08-18 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from bd5844ea0d3 [Improvement](local exchange) optimize broadcast local exchanger (#39402) add 21e6bddf930 [Improv

Re: [PR] [Improvement](topn) set setHasRuntimePredicate for sort node and only set_detected_source… [doris]

2024-08-18 Thread via GitHub
BiteThet merged PR #39498: URL: https://github.com/apache/doris/pull/39498 -- 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] [Fix](testcase) Fix test failure in forced multi replica environment [doris]

2024-08-18 Thread via GitHub
zclllyybb commented on PR #39549: URL: https://github.com/apache/doris/pull/39549#issuecomment-2295647531 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](testcase) Fix test failure in forced multi replica environment [doris]

2024-08-18 Thread via GitHub
doris-robot commented on PR #39549: URL: https://github.com/apache/doris/pull/39549#issuecomment-2295647521 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

[PR] [Fix](testcase) Fix test failure in forced multi replica environment [doris]

2024-08-18 Thread via GitHub
zclllyybb opened a new pull request, #39549: URL: https://github.com/apache/doris/pull/39549 ## Proposed changes Issue Number: close #xxx make checking of tablets number considering replication number -- This is an automated message from the Apache Git Service. To respond to

Re: [PR] [feature] linear_histogram [doris]

2024-08-18 Thread via GitHub
doris-robot commented on PR #39546: URL: https://github.com/apache/doris/pull/39546#issuecomment-2295642853 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] [feature] linear_histogram [doris]

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

Re: [PR] [improvement](statistics)Support drop cached stats. (#39367) [doris]

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

Re: [PR] [fix](statistics) correct update rows when doing multi-table load [doris]

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

Re: [PR] [fix](statistics) correct update rows when doing multi-table load [doris]

2024-08-18 Thread via GitHub
doris-robot commented on PR #39548: URL: https://github.com/apache/doris/pull/39548#issuecomment-2295637859 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

[PR] [fix](statistics) correct update rows when doing multi-table load [doris]

2024-08-18 Thread via GitHub
freemandealer opened a new pull request, #39548: URL: https://github.com/apache/doris/pull/39548 rows of only one table is updated correctly, need to merge all table commit infos. ## Proposed changes Issue Number: close #xxx -- This is an automated message fr

Re: [PR] [fix](mtmv) Fix select literal result wrongly in group by when use materialized view [doris]

2024-08-18 Thread via GitHub
github-actions[bot] commented on PR #38958: URL: https://github.com/apache/doris/pull/38958#issuecomment-2295635844 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] linear_histogram [doris]

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

Re: [PR] [feature] linear_histogram [doris]

2024-08-18 Thread via GitHub
xiaokang commented on code in PR #39546: URL: https://github.com/apache/doris/pull/39546#discussion_r1721182865 ## be/src/vec/aggregate_functions/aggregate_function_linear_histogram.h: ## @@ -0,0 +1,227 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or mor

Re: [PR] [improvement](diagnose) add tablet in recycle bin hint [doris]

2024-08-18 Thread via GitHub
doris-robot commented on PR #39547: URL: https://github.com/apache/doris/pull/39547#issuecomment-2295627175 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] [improvement](diagnose) add tablet in recycle bin hint [doris]

2024-08-18 Thread via GitHub
yujun777 opened a new pull request, #39547: URL: https://github.com/apache/doris/pull/39547 improvement: when diagnose a tablet, if it is in recycle bin, print this info. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

Re: [PR] [enhance](mtmv)Improve the performance of obtaining partition/table v… [doris]

2024-08-18 Thread via GitHub
zddr commented on PR #39478: URL: https://github.com/apache/doris/pull/39478#issuecomment-2295626631 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] [improvement](nereids) Support USE statement in nereids optimizer [doris]

2024-08-18 Thread via GitHub
doris-robot commented on PR #39542: URL: https://github.com/apache/doris/pull/39542#issuecomment-2295625997 ClickBench: Total hot run time: 30.48 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [improvement](nereids) Support USE statement in nereids optimizer [doris]

2024-08-18 Thread via GitHub
doris-robot commented on PR #39542: URL: https://github.com/apache/doris/pull/39542#issuecomment-2295621177 TPC-DS: Total hot run time: 190856 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 pull up predicate from set operator [doris]

2024-08-18 Thread via GitHub
doris-robot commented on PR #39450: URL: https://github.com/apache/doris/pull/39450#issuecomment-2295619228 ClickBench: Total hot run time: 31.85 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] Var nested [doris]

2024-08-18 Thread via GitHub
eldenmoon commented on code in PR #39022: URL: https://github.com/apache/doris/pull/39022#discussion_r1721185333 ## be/src/olap/rowset/segment_v2/segment.cpp: ## @@ -599,6 +604,44 @@ Status Segment::new_column_iterator_with_path(const TabletColumn& tablet_column,

Re: [PR] [Feat](nereids) support pull up predicate from set operator [doris]

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

(doris) branch master updated: [Improvement](local exchange) optimize broadcast local exchanger (#39402)

2024-08-18 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 bd5844ea0d3 [Improvement](local exchange) opt

Re: [PR] [Improvement](local exchange) optimize broadcast local exchanger [doris]

2024-08-18 Thread via GitHub
Gabriel39 merged PR #39402: URL: https://github.com/apache/doris/pull/39402 -- 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] [improvement](statistics)Support drop cached stats. (#39367) [doris]

2024-08-18 Thread via GitHub
Jibing-Li commented on PR #39461: URL: https://github.com/apache/doris/pull/39461#issuecomment-2295612630 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] [Improvement](local exchange) optimize broadcast local exchanger [doris]

2024-08-18 Thread via GitHub
github-actions[bot] commented on PR #39402: URL: https://github.com/apache/doris/pull/39402#issuecomment-2295612444 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](local exchange) optimize broadcast local exchanger [doris]

2024-08-18 Thread via GitHub
github-actions[bot] commented on PR #39402: URL: https://github.com/apache/doris/pull/39402#issuecomment-2295612424 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](nereids) Support USE statement in nereids optimizer [doris]

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

(doris) branch master updated (2ede4d7de19 -> f0a2ce57b9a)

2024-08-18 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 2ede4d7de19 [fix](join) Disable scan sharing for NAAJ (#39480) add f0a2ce57b9a [fix](catalog) remove backend i

Re: [PR] [fix](catalog) remove backend in black list from candidate backends for external table (#38984) [doris]

2024-08-18 Thread via GitHub
morningman merged PR #39451: URL: https://github.com/apache/doris/pull/39451 -- 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] Var nested [doris]

2024-08-18 Thread via GitHub
eldenmoon commented on code in PR #39022: URL: https://github.com/apache/doris/pull/39022#discussion_r1721178154 ## be/src/olap/rowset/segment_v2/column_reader.cpp: ## @@ -1663,4 +1663,58 @@ Status VariantRootColumnIterator::read_by_rowids(const rowid_t* rowids, const si r

Re: [PR] Var nested [doris]

2024-08-18 Thread via GitHub
eldenmoon commented on code in PR #39022: URL: https://github.com/apache/doris/pull/39022#discussion_r1721177930 ## be/src/olap/rowset/segment_v2/column_reader.cpp: ## @@ -1663,4 +1663,58 @@ Status VariantRootColumnIterator::read_by_rowids(const rowid_t* rowids, const si r

Re: [PR] [feature] linear_histogram [doris]

2024-08-18 Thread via GitHub
xiaokang commented on PR #39546: URL: https://github.com/apache/doris/pull/39546#issuecomment-2295606682 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] [Feat](nereids) support pull up predicate from set operator [doris]

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

Re: [PR] [enhancement](Load)only check partitions' state in loading process, instead of checking table state [doris]

2024-08-18 Thread via GitHub
Johnnyssc commented on PR #39411: URL: https://github.com/apache/doris/pull/39411#issuecomment-2295602176 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] Var nested [doris]

2024-08-18 Thread via GitHub
eldenmoon commented on code in PR #39022: URL: https://github.com/apache/doris/pull/39022#discussion_r1721173526 ## be/src/olap/rowset/segment_v2/column_reader.cpp: ## @@ -1663,4 +1663,58 @@ Status VariantRootColumnIterator::read_by_rowids(const rowid_t* rowids, const si r

Re: [PR] Var nested [doris]

2024-08-18 Thread via GitHub
eldenmoon commented on code in PR #39022: URL: https://github.com/apache/doris/pull/39022#discussion_r1721173331 ## be/src/olap/rowset/segment_v2/hierarchical_data_reader.cpp: ## @@ -51,12 +52,15 @@ Status HierarchicalDataReader::create(std::unique_ptr* reader, // Eg. {"a"

Re: [PR] Var nested [doris]

2024-08-18 Thread via GitHub
eldenmoon commented on code in PR #39022: URL: https://github.com/apache/doris/pull/39022#discussion_r1721173163 ## be/src/olap/rowset/segment_v2/hierarchical_data_reader.h: ## @@ -168,26 +220,34 @@ class HierarchicalDataReader : public ColumnIterator { return Statu

Re: [PR] Var nested [doris]

2024-08-18 Thread via GitHub
eldenmoon commented on code in PR #39022: URL: https://github.com/apache/doris/pull/39022#discussion_r1721172395 ## be/src/olap/rowset/segment_v2/hierarchical_data_reader.h: ## @@ -123,35 +113,97 @@ class HierarchicalDataReader : public ColumnIterator { }));

Re: [PR] [Improvement](topn) set setHasRuntimePredicate for sort node and only set_detected_source… [doris]

2024-08-18 Thread via GitHub
github-actions[bot] commented on PR #39498: URL: https://github.com/apache/doris/pull/39498#issuecomment-2295597972 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](topn) set setHasRuntimePredicate for sort node and only set_detected_source… [doris]

2024-08-18 Thread via GitHub
github-actions[bot] commented on PR #39498: URL: https://github.com/apache/doris/pull/39498#issuecomment-2295597951 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] Var nested [doris]

2024-08-18 Thread via GitHub
eldenmoon commented on code in PR #39022: URL: https://github.com/apache/doris/pull/39022#discussion_r1721171203 ## be/src/olap/rowset/segment_v2/hierarchical_data_reader.h: ## @@ -123,35 +113,97 @@ class HierarchicalDataReader : public ColumnIterator { }));

Re: [PR] [feature] linear_histogram [doris]

2024-08-18 Thread via GitHub
joker-star-l commented on PR #39546: URL: https://github.com/apache/doris/pull/39546#issuecomment-2295596592 @xiaokang -- 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] Var nested [doris]

2024-08-18 Thread via GitHub
eldenmoon commented on code in PR #39022: URL: https://github.com/apache/doris/pull/39022#discussion_r1721170672 ## be/src/olap/rowset/segment_v2/hierarchical_data_reader.h: ## @@ -123,35 +113,97 @@ class HierarchicalDataReader : public ColumnIterator { }));

Re: [PR] [feature] linear_histogram [doris]

2024-08-18 Thread via GitHub
doris-robot commented on PR #39546: URL: https://github.com/apache/doris/pull/39546#issuecomment-2295595893 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] [feature] linear_histogram [doris]

2024-08-18 Thread via GitHub
joker-star-l opened a new pull request, #39546: URL: https://github.com/apache/doris/pull/39546 ## Proposed changes add aggregate function: linear_histogram -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

Re: [PR] [fix](nereids) refine window child's local shuffle dist-expr [doris]

2024-08-18 Thread via GitHub
doris-robot commented on PR #39384: URL: https://github.com/apache/doris/pull/39384#issuecomment-2295595175 ClickBench: Total hot run time: 31.65 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] Var nested [doris]

2024-08-18 Thread via GitHub
eldenmoon commented on code in PR #39022: URL: https://github.com/apache/doris/pull/39022#discussion_r1721170031 ## be/src/olap/rowset/segment_v2/hierarchical_data_reader.h: ## @@ -123,35 +113,97 @@ class HierarchicalDataReader : public ColumnIterator { }));

Re: [PR] [fix](cloud) Fix `TabletIndexPB` missing db_id [doris]

2024-08-18 Thread via GitHub
SWJTU-ZhangLei commented on PR #39372: URL: https://github.com/apache/doris/pull/39372#issuecomment-2295593432 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] Var nested [doris]

2024-08-18 Thread via GitHub
eldenmoon commented on code in PR #39022: URL: https://github.com/apache/doris/pull/39022#discussion_r1721168475 ## be/src/olap/rowset/segment_v2/stream_reader.h: ## @@ -0,0 +1,47 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license a

Re: [PR] [fix](nereids) refine window child's local shuffle dist-expr [doris]

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

Re: [PR] Var nested [doris]

2024-08-18 Thread via GitHub
eldenmoon commented on code in PR #39022: URL: https://github.com/apache/doris/pull/39022#discussion_r1721167088 ## be/src/olap/rowset/segment_v2/stream_reader.h: ## @@ -0,0 +1,47 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license a

Re: [PR] [fix](routine load) do not cancel job if not found transaction [doris]

2024-08-18 Thread via GitHub
doris-robot commented on PR #39514: URL: https://github.com/apache/doris/pull/39514#issuecomment-2295588969 ClickBench: Total hot run time: 31.4 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools C

Re: [PR] [fix](join) Disable scan sharing for NAAJ [doris]

2024-08-18 Thread via GitHub
Gabriel39 merged PR #39480: URL: https://github.com/apache/doris/pull/39480 -- 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: [fix](join) Disable scan sharing for NAAJ (#39480)

2024-08-18 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 2ede4d7de19 [fix](join) Disable scan sharing

  1   2   3   4   >