Re: [PR] [fix](nereids) Fix query rewrite by mv fail when self join [doris]

2023-12-28 Thread via GitHub
doris-robot commented on PR #29227: URL: https://github.com/apache/doris/pull/29227#issuecomment-1871100889 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 68a3b5f313e9151327844c66ad30db044dea9eaf, data reload: false run tpc

Re: [PR] [nereids] consider numNulls in filter estimation [doris]

2023-12-28 Thread via GitHub
doris-robot commented on PR #29184: URL: https://github.com/apache/doris/pull/29184#issuecomment-1871101320 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 49.98 seconds stream load tsv: 565 seconds loaded 74807831229 Bytes,

Re: [PR] [fix](move-memtable) check missing tablets before commit [doris]

2023-12-28 Thread via GitHub
github-actions[bot] commented on PR #29223: URL: https://github.com/apache/doris/pull/29223#issuecomment-1871102605 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] [improve](agg)support push down min/max on unique table [doris]

2023-12-28 Thread via GitHub
morrySnow commented on code in PR #29242: URL: https://github.com/apache/doris/pull/29242#discussion_r1437596002 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/implementation/AggregateStrategies.java: ## @@ -140,6 +143,48 @@ public List buildRules() {

Re: [PR] [improve](agg)support push down min/max on unique table [doris]

2023-12-28 Thread via GitHub
morrySnow commented on PR #29242: URL: https://github.com/apache/doris/pull/29242#issuecomment-1871105458 could we support agg table -- 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 c

Re: [PR] [Improvement](pipelineX) optimize local exchange sink [doris]

2023-12-28 Thread via GitHub
doris-robot commented on PR #29250: URL: https://github.com/apache/doris/pull/29250#issuecomment-1871105973 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 8bd921a51f60ad77010f068c8f8a34d366b0ffd0, data reload: false run tpc

Re: [PR] [fix](decimalv2) fix decimalv2 agg errors [doris]

2023-12-28 Thread via GitHub
doris-robot commented on PR #29246: URL: https://github.com/apache/doris/pull/29246#issuecomment-1871107852 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.4 seconds stream load tsv: 578 seconds loaded 74807831229 Bytes, a

Re: [PR] [debug](don't merge) test memtable on sink node [doris]

2023-12-28 Thread via GitHub
kaijchen commented on PR #29115: URL: https://github.com/apache/doris/pull/29115#issuecomment-1871108274 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](literal) fix expression literal error [doris]

2023-12-28 Thread via GitHub
github-actions[bot] commented on PR #29157: URL: https://github.com/apache/doris/pull/29157#issuecomment-1871108340 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](literal) fix expression literal error [doris]

2023-12-28 Thread via GitHub
github-actions[bot] commented on PR #29157: URL: https://github.com/apache/doris/pull/29157#issuecomment-1871108368 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](nereids) Fix query rewrite by mv fail when self join [doris]

2023-12-28 Thread via GitHub
morrySnow commented on code in PR #29227: URL: https://github.com/apache/doris/pull/29227#discussion_r1437598424 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/exploration/mv/mapping/RelationMapping.java: ## @@ -59,54 +61,84 @@ public static RelationMapping of(Immut

Re: [PR] [FIX](map)fix element_at in old planner make fe exception and regress cases from ck [doris]

2023-12-28 Thread via GitHub
github-actions[bot] commented on PR #29241: URL: https://github.com/apache/doris/pull/29241#issuecomment-1871108824 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](map)fix element_at in old planner make fe exception and regress cases from ck [doris]

2023-12-28 Thread via GitHub
github-actions[bot] commented on PR #29241: URL: https://github.com/apache/doris/pull/29241#issuecomment-1871108851 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

[PR] [ut](memtable-on-sink) add CLOSE_LOAD before EOS ut case [doris]

2023-12-28 Thread via GitHub
freemandealer opened a new pull request, #29253: URL: https://github.com/apache/doris/pull/29253 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](m

Re: [PR] [ut](memtable-on-sink) add CLOSE_LOAD before EOS ut case [doris]

2023-12-28 Thread via GitHub
freemandealer commented on PR #29253: URL: https://github.com/apache/doris/pull/29253#issuecomment-1871109093 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](nereids) partition prunner evaluates "not x=const" on single node range [doris]

2023-12-28 Thread via GitHub
morrySnow commented on PR #29164: URL: https://github.com/apache/doris/pull/29164#issuecomment-1871109561 add some comments -- 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] [improvement](statistics)Create or update table stats after alter column stats. [doris]

2023-12-28 Thread via GitHub
Jibing-Li opened a new pull request, #29254: URL: https://github.com/apache/doris/pull/29254 Create or update table stats after alter column stats. Set flag to disable auto analyze for the table after user inject column stats. ## Further comments If this is a relativ

Re: [PR] [fix](chore) fix session var memtable on sink for bulk load [doris]

2023-12-28 Thread via GitHub
doris-robot commented on PR #29102: URL: https://github.com/apache/doris/pull/29102#issuecomment-1871109975 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.02 seconds stream load tsv: 561 seconds loaded 74807831229 Bytes,

Re: [PR] [improvement](statistics)Create or update table stats after alter column stats. [doris]

2023-12-28 Thread via GitHub
Jibing-Li commented on PR #29254: URL: https://github.com/apache/doris/pull/29254#issuecomment-1871110312 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] [pipelineX](fix) Fix pip scanner context bug [doris]

2023-12-28 Thread via GitHub
doris-robot commented on PR #29229: URL: https://github.com/apache/doris/pull/29229#issuecomment-1871110934 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit b4c4fbc860470d118f8e1e7a9be65dca3276380c, data reload: false run tpc

Re: [PR] [fix](nereids)exists subquery should handle top level scalar agg correctly [doris]

2023-12-28 Thread via GitHub
github-actions[bot] commented on PR #29135: URL: https://github.com/apache/doris/pull/29135#issuecomment-187018 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

Re: [PR] [fix](nereids)exists subquery should handle top level scalar agg correctly [doris]

2023-12-28 Thread via GitHub
github-actions[bot] commented on PR #29135: URL: https://github.com/apache/doris/pull/29135#issuecomment-187040 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] [pipelineX](fix) Fix pip scanner context bug [doris]

2023-12-28 Thread via GitHub
github-actions[bot] commented on PR #29229: URL: https://github.com/apache/doris/pull/29229#issuecomment-1871112641 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] [ci](perf) 1. add perf check of tpcds, 2. adjust clickbench and tpch check [doris]

2023-12-28 Thread via GitHub
hello-stephen commented on PR #28431: URL: https://github.com/apache/doris/pull/28431#issuecomment-1871113767 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] [ut](memtable-on-sink) add CLOSE_LOAD before EOS ut case [doris]

2023-12-28 Thread via GitHub
github-actions[bot] commented on PR #29253: URL: https://github.com/apache/doris/pull/29253#issuecomment-1871114575 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] [opt](memory) All LRU Cache inherit from LRUCachePolicy [doris]

2023-12-28 Thread via GitHub
doris-robot commented on PR #28940: URL: https://github.com/apache/doris/pull/28940#issuecomment-1871115842 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit a49d9fe41c0f1d1e59637e41d115258d83f55209, data reload: false run tpc

Re: [PR] [fix](Nereids) create double literal when create decimal literal failed [doris]

2023-12-28 Thread via GitHub
morrySnow commented on PR #28959: URL: https://github.com/apache/doris/pull/28959#issuecomment-1871116914 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](move-memtable) check missing tablets before commit [doris]

2023-12-28 Thread via GitHub
doris-robot commented on PR #29223: URL: https://github.com/apache/doris/pull/29223#issuecomment-1871117788 TeamCity be ut coverage result: Function Coverage: 36.59% (8590/23477) Line Coverage: 28.67% (69872/243732) Region Coverage: 27.67% (36157/130694) Branch Coverage: 24.3

Re: [PR] [improve](move-memtable) add fault injection in writer v2 [doris]

2023-12-28 Thread via GitHub
github-actions[bot] commented on PR #29177: URL: https://github.com/apache/doris/pull/29177#issuecomment-1871118509 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] [improve](move-memtable) add fault injection in writer v2 [doris]

2023-12-28 Thread via GitHub
HHoflittlefish777 commented on PR #29177: URL: https://github.com/apache/doris/pull/29177#issuecomment-1871118560 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] [improvement](statistics)Analyze partition columns when new partition loaded data for the first time. [doris]

2023-12-28 Thread via GitHub
github-actions[bot] commented on PR #29154: URL: https://github.com/apache/doris/pull/29154#issuecomment-1871119719 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](statistics)Analyze partition columns when new partition loaded data for the first time. [doris]

2023-12-28 Thread via GitHub
github-actions[bot] commented on PR #29154: URL: https://github.com/apache/doris/pull/29154#issuecomment-1871119674 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](group_commit) group_commit is not support on table with property light_schema_change=false [doris]

2023-12-28 Thread via GitHub
doris-robot commented on PR #29244: URL: https://github.com/apache/doris/pull/29244#issuecomment-1871120678 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 8b58ccb553dcb8a6211cc342801ca8edcc34ca4b, data reload: false run tpc

Re: [PR] [Improvement](pipelineX) optimize local exchange sink [doris]

2023-12-28 Thread via GitHub
doris-robot commented on PR #29250: URL: https://github.com/apache/doris/pull/29250#issuecomment-1871120706 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.79 seconds stream load tsv: 560 seconds loaded 74807831229 Bytes,

Re: [PR] [improve](move-memtable) add fault injection in writer v2 [doris]

2023-12-28 Thread via GitHub
github-actions[bot] commented on PR #29177: URL: https://github.com/apache/doris/pull/29177#issuecomment-1871121868 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] [ci](perf) 1. add perf check of tpcds, 2. adjust clickbench and tpch check [doris]

2023-12-28 Thread via GitHub
doris-robot commented on PR #28431: URL: https://github.com/apache/doris/pull/28431#issuecomment-1871123491 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G', run with scripts in https://github.com/apache/doris/tree/master/tools/tpch-tools ``` Tpch sf100 test result on

Re: [PR] [Enhancement](wal) Add timout for wal memory back pressure [doris]

2023-12-28 Thread via GitHub
Yukang-Lian commented on PR #29178: URL: https://github.com/apache/doris/pull/29178#issuecomment-1871124163 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] (improv)[group commit] refactor some group commit code [doris]

2023-12-28 Thread via GitHub
doris-robot commented on PR #29180: URL: https://github.com/apache/doris/pull/29180#issuecomment-1871124397 TeamCity be ut coverage result: Function Coverage: 36.57% (8587/23479) Line Coverage: 28.66% (69853/243715) Region Coverage: 27.66% (36148/130684) Branch Coverage: 24.3

Re: [PR] [fix](index compaction)support compact multi segments in one index [doris]

2023-12-28 Thread via GitHub
doris-robot commented on PR #28889: URL: https://github.com/apache/doris/pull/28889#issuecomment-1871125439 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit d9a33cc21926f13778da01a336b4116c44126b59, data reload: false run tpc

Re: [PR] [fix](move-memtable) check missing tablets before commit [doris]

2023-12-28 Thread via GitHub
doris-robot commented on PR #29223: URL: https://github.com/apache/doris/pull/29223#issuecomment-1871125503 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 49.31 seconds stream load tsv: 569 seconds loaded 74807831229 Bytes,

Re: [PR] [Enhancement](wal) Add timout for wal memory back pressure [doris]

2023-12-28 Thread via GitHub
github-actions[bot] commented on PR #29178: URL: https://github.com/apache/doris/pull/29178#issuecomment-1871126969 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] [Improvement](pipelineX) optimize local exchange sink [doris]

2023-12-28 Thread via GitHub
github-actions[bot] commented on PR #29250: URL: https://github.com/apache/doris/pull/29250#issuecomment-1871127792 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](pipelineX) optimize local exchange sink [doris]

2023-12-28 Thread via GitHub
github-actions[bot] commented on PR #29250: URL: https://github.com/apache/doris/pull/29250#issuecomment-1871127826 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](mysql) fix mysql channel infinite blocking [doris]

2023-12-28 Thread via GitHub
yiguolei commented on PR #28808: URL: https://github.com/apache/doris/pull/28808#issuecomment-1871129619 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] [enhancement](Nereids): refactor eliminating inner join by foreign key [doris]

2023-12-28 Thread via GitHub
xzj7019 commented on code in PR #28816: URL: https://github.com/apache/doris/pull/28816#discussion_r1437613158 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/EliminateJoinByFK.java: ## @@ -143,47 +127,56 @@ private Plan applyNullCompensationFilter(Plan child,

Re: [PR] [Feat](Nereids) add distribute hint to leading hint [doris]

2023-12-28 Thread via GitHub
doris-robot commented on PR #28562: URL: https://github.com/apache/doris/pull/28562#issuecomment-1871130209 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit f96767770d18f757c7beb82869c0a530827d0f27, data reload: false run tpc

Re: [PR] [ci](perf) 1. add perf check of tpcds, 2. adjust clickbench and tpch check [doris]

2023-12-28 Thread via GitHub
doris-robot commented on PR #28431: URL: https://github.com/apache/doris/pull/28431#issuecomment-1871131865 TPC-DS test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G', run with scripts in https://github.com/apache/doris/tree/master/tools/tpcds-tools ``` TPC-DS sf100 test result

Re: [PR] [ut](memtable-on-sink) add CLOSE_LOAD before EOS ut case [doris]

2023-12-28 Thread via GitHub
doris-robot commented on PR #29253: URL: https://github.com/apache/doris/pull/29253#issuecomment-1871133452 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.17 seconds stream load tsv: 564 seconds loaded 74807831229 Bytes,

Re: [PR] [nereids] consider numNulls in filter estimation [doris]

2023-12-28 Thread via GitHub
doris-robot commented on PR #29184: URL: https://github.com/apache/doris/pull/29184#issuecomment-1871135081 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 752dc13a4eddd300c790cfa012ed6411da5ab076, data reload: false run tpc

[PR] [fix](nereids) fix aggregate function roll up when expression arguments is not equals [doris]

2023-12-28 Thread via GitHub
seawinde opened a new pull request, #29256: URL: https://github.com/apache/doris/pull/29256 ## Proposed changes when aggregate function roll up, we should check the qury and mv function argument is equal such as mv def and query sql as following, it should not rewrite success, bec

Re: [PR] [fix](decimalv2) fix decimalv2 agg errors [doris]

2023-12-28 Thread via GitHub
doris-robot commented on PR #29246: URL: https://github.com/apache/doris/pull/29246#issuecomment-1871139976 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 102335f3eef197cc9e1188094fe3cb2e911f8178, data reload: false run tpc

Re: [PR] [pipelineX](fix) Fix pip scanner context bug [doris]

2023-12-28 Thread via GitHub
Gabriel39 commented on PR #29229: URL: https://github.com/apache/doris/pull/29229#issuecomment-1871141489 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] (improv)[group commit] refactor some group commit code [doris]

2023-12-28 Thread via GitHub
doris-robot commented on PR #29180: URL: https://github.com/apache/doris/pull/29180#issuecomment-1871143941 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.85 seconds stream load tsv: 576 seconds loaded 74807831229 Bytes,

Re: [PR] [Enhancement](wal) Add timout for wal memory back pressure [doris]

2023-12-28 Thread via GitHub
Yukang-Lian commented on PR #29178: URL: https://github.com/apache/doris/pull/29178#issuecomment-1871148779 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] [fix](move-memtable) don't abort in rpc layer unless all replica fails [doris]

2023-12-28 Thread via GitHub
kaijchen commented on PR #29257: URL: https://github.com/apache/doris/pull/29257#issuecomment-1871149261 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] [refactor](wal) move group commit load content length to runtime state [doris]

2023-12-28 Thread via GitHub
Yukang-Lian commented on PR #29188: URL: https://github.com/apache/doris/pull/29188#issuecomment-1871151236 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] [ci](perf) 1. add perf check of tpcds, 2. adjust clickbench and tpch check [doris]

2023-12-28 Thread via GitHub
doris-robot commented on PR #28431: URL: https://github.com/apache/doris/pull/28431#issuecomment-1871152877 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.04 seconds stream load tsv: 558 seconds loaded 74807831229 Bytes,

Re: [PR] [improvement](statistics)Create or update table stats after alter column stats. [doris]

2023-12-28 Thread via GitHub
doris-robot commented on PR #29254: URL: https://github.com/apache/doris/pull/29254#issuecomment-1871155062 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.55 seconds stream load tsv: 567 seconds loaded 74807831229 Bytes,

Re: [PR] [fix](chore) fix session var memtable on sink for bulk load [doris]

2023-12-28 Thread via GitHub
doris-robot commented on PR #29102: URL: https://github.com/apache/doris/pull/29102#issuecomment-1871156388 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 0fab09c00ff35166c5b97ba2c3c48f03db51d390, data reload: false run tpc

Re: [PR] [pipelineX](fix) Fix pip scanner context bug [doris]

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

[PR] [Fix](executor)Fix workload scheduler start too early may cause npe [doris]

2023-12-28 Thread via GitHub
wangbo opened a new pull request, #29258: URL: https://github.com/apache/doris/pull/29258 ## Proposed changes ``` *** Query id: 0-0 *** *** tablet id: 0 *** *** Aborted at 1703764858 (unix time) try "date -d @1703764858" if you are using GNU date *** *** Current BE git commitI

Re: [PR] [Fix](executor)Fix workload scheduler start too early may cause npe [doris]

2023-12-28 Thread via GitHub
wangbo commented on PR #29258: URL: https://github.com/apache/doris/pull/29258#issuecomment-1871160330 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] [ci](trigger) support "run performance" [doris]

2023-12-28 Thread via GitHub
hello-stephen opened a new pull request, #29259: URL: https://github.com/apache/doris/pull/29259 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](m

Re: [PR] [ci](trigger) support "run performance" [doris]

2023-12-28 Thread via GitHub
hello-stephen commented on PR #29259: URL: https://github.com/apache/doris/pull/29259#issuecomment-1871160613 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] [Enhancement](wal) Add timout for wal memory back pressure [doris]

2023-12-28 Thread via GitHub
github-actions[bot] commented on PR #29178: URL: https://github.com/apache/doris/pull/29178#issuecomment-1871161167 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](move-memtable) don't abort in rpc layer unless all replica fails [doris]

2023-12-28 Thread via GitHub
github-actions[bot] commented on PR #29257: URL: https://github.com/apache/doris/pull/29257#issuecomment-1871161277 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) create double literal when create decimal literal failed [doris]

2023-12-28 Thread via GitHub
doris-robot commented on PR #28959: URL: https://github.com/apache/doris/pull/28959#issuecomment-1871161755 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.8 seconds stream load tsv: 568 seconds loaded 74807831229 Bytes, a

Re: [PR] [Improvement](pipelineX) optimize local exchange sink [doris]

2023-12-28 Thread via GitHub
doris-robot commented on PR #29250: URL: https://github.com/apache/doris/pull/29250#issuecomment-1871162231 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit c1a4f6a07acbae559e2f6cabf182fd121ca556eb, data reload: false run tpc

Re: [PR] [Fix](executor)Fix workload scheduler start too early may cause npe [doris]

2023-12-28 Thread via GitHub
github-actions[bot] commented on PR #29258: URL: https://github.com/apache/doris/pull/29258#issuecomment-1871162801 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](executor)Fix workload scheduler start too early may cause npe [doris]

2023-12-28 Thread via GitHub
github-actions[bot] commented on PR #29258: URL: https://github.com/apache/doris/pull/29258#issuecomment-1871162836 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](executor)Fix workload scheduler start too early may cause npe [doris]

2023-12-28 Thread via GitHub
github-actions[bot] commented on PR #29258: URL: https://github.com/apache/doris/pull/29258#issuecomment-1871164839 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](materialized-view) support visitBitmapUnion mv rewrite (#29… [doris]

2023-12-28 Thread via GitHub
doris-robot commented on PR #29235: URL: https://github.com/apache/doris/pull/29235#issuecomment-1871166084 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 49.94 seconds stream load tsv: 571 seconds loaded 74807831229 Bytes,

Re: [PR] [improve](move-memtable) add fault injection in writer v2 [doris]

2023-12-28 Thread via GitHub
doris-robot commented on PR #29177: URL: https://github.com/apache/doris/pull/29177#issuecomment-1871166245 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.25 seconds stream load tsv: 562 seconds loaded 74807831229 Bytes,

Re: [PR] [fix](move-memtable) check missing tablets before commit [doris]

2023-12-28 Thread via GitHub
doris-robot commented on PR #29223: URL: https://github.com/apache/doris/pull/29223#issuecomment-1871167135 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 29d6e79757292e13438cfb8520f62b4641bc08ea, data reload: false run tpc

Re: [PR] [ci](perf) 1. add perf check of tpcds, 2. adjust clickbench and tpch check [doris]

2023-12-28 Thread via GitHub
doris-robot commented on PR #28431: URL: https://github.com/apache/doris/pull/28431#issuecomment-1871167487 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G', run with scripts in https://github.com/apache/doris/tree/master/tools/tpch-tools ``` Tpch sf100 test result on

Re: [PR] [fix](move-memtable) don't abort in replica write layer unless all replica fails [doris]

2023-12-28 Thread via GitHub
kaijchen commented on PR #29257: URL: https://github.com/apache/doris/pull/29257#issuecomment-1871168827 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] [enhancement](Nereids): refactor eliminating inner join by foreign key [doris]

2023-12-28 Thread via GitHub
github-actions[bot] commented on PR #28816: URL: https://github.com/apache/doris/pull/28816#issuecomment-1871169054 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](decimalv2) fix decimalv2 agg errors [doris]

2023-12-28 Thread via GitHub
yiguolei merged PR #29246: URL: https://github.com/apache/doris/pull/29246 -- 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](decimalv2) fix decimalv2 agg errors (#29246)

2023-12-28 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 5129ab5738c [fix](decimalv2) fix decimalv2 agg

Error while running github feature from .asf.yaml in doris!

2023-12-28 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: You can only have a maximum of 10 external triage collaborators, please contact vp-in...@apache.org to request an exception. - To unsubscribe, e-mail: commits-unsub

Re: [PR] [fix](move-memtable) don't abort in replica write layer unless all replica fails [doris]

2023-12-28 Thread via GitHub
github-actions[bot] commented on PR #29257: URL: https://github.com/apache/doris/pull/29257#issuecomment-1871172211 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](executor) Add some check when create workload group/workload schedule policy [doris]

2023-12-28 Thread via GitHub
yiguolei commented on code in PR #29236: URL: https://github.com/apache/doris/pull/29236#discussion_r1437661613 ## fe/fe-common/src/main/java/org/apache/doris/common/Config.java: ## @@ -2318,6 +2318,18 @@ public class Config extends ConfigBase { @ConfField(mutable = true)

Re: [PR] [feature](executor) Add some check when create workload group/workload schedule policy [doris]

2023-12-28 Thread via GitHub
github-actions[bot] commented on PR #29236: URL: https://github.com/apache/doris/pull/29236#issuecomment-1871173588 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](executor) Add some check when create workload group/workload schedule policy [doris]

2023-12-28 Thread via GitHub
github-actions[bot] commented on PR #29236: URL: https://github.com/apache/doris/pull/29236#issuecomment-1871173629 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] [ut](memtable-on-sink) add CLOSE_LOAD before EOS ut case [doris]

2023-12-28 Thread via GitHub
doris-robot commented on PR #29253: URL: https://github.com/apache/doris/pull/29253#issuecomment-1871173817 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 0c9bfa43885ba5854768595f988f495aa024092e, data reload: false run tpc

Re: [PR] [enhancement](Nereids): refactor eliminating inner join by foreign key [doris]

2023-12-28 Thread via GitHub
github-actions[bot] commented on PR #28816: URL: https://github.com/apache/doris/pull/28816#issuecomment-1871173819 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](statistic)Improve auto analyze visibility. [doris]

2023-12-28 Thread via GitHub
morningman merged PR #29046: URL: https://github.com/apache/doris/pull/29046 -- 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 (5129ab5738c -> b093097bc31)

2023-12-28 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 5129ab5738c [fix](decimalv2) fix decimalv2 agg errors (#29246) add b093097bc31 [improvement](statistic)Improve

Error while running github feature from .asf.yaml in doris!

2023-12-28 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: You can only have a maximum of 10 external triage collaborators, please contact vp-in...@apache.org to request an exception. - To unsubscribe, e-mail: commits-unsub

(doris) branch master updated (b093097bc31 -> 0912b137e63)

2023-12-28 Thread gabriellee
This is an automated email from the ASF dual-hosted git repository. gabriellee pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from b093097bc31 [improvement](statistic)Improve auto analyze visibility. (#29046) add 0912b137e63 [Improvement](p

Re: [PR] [fix](move-memtable) check missing tablets before commit [doris]

2023-12-28 Thread via GitHub
kaijchen commented on PR #29223: URL: https://github.com/apache/doris/pull/29223#issuecomment-1871175267 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](pipelineX) optimize local exchange sink [doris]

2023-12-28 Thread via GitHub
Gabriel39 merged PR #29250: URL: https://github.com/apache/doris/pull/29250 -- 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

Error while running github feature from .asf.yaml in doris!

2023-12-28 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: You can only have a maximum of 10 external triage collaborators, please contact vp-in...@apache.org to request an exception. - To unsubscribe, e-mail: commits-unsub

Re: [PR] [Fix](statistics) Fix partition name NPE and sample for all table during auto analyze (#28916) [doris]

2023-12-28 Thread via GitHub
xiaokang merged PR #29199: URL: https://github.com/apache/doris/pull/29199 -- 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

Re: [PR] [fix](mysql) fix mysql channel infinite blocking [doris]

2023-12-28 Thread via GitHub
doris-robot commented on PR #28808: URL: https://github.com/apache/doris/pull/28808#issuecomment-1871175909 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.2 seconds stream load tsv: 564 seconds loaded 74807831229 Bytes, a

(doris) branch branch-2.0 updated: [Fix](statistics) Fix partition name NPE and sample for all table during auto analyze (#28916) (#29199)

2023-12-28 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao 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 d2dc34e482a [Fix](statistics) Fix partitio

Re: [PR] [opt](Nereids) derive physical properties of Project and Filter [doris]

2023-12-28 Thread via GitHub
xzj7019 commented on code in PR #29171: URL: https://github.com/apache/doris/pull/29171#discussion_r1437665648 ## regression-test/data/nereids_tpcds_shape_sf1000_p0/shape/query24.out: ## @@ -8,9 +8,9 @@ PhysicalCteAnchor ( cteId=CTEId#0 ) --hashAgg[LOCAL] P

Re: [PR] [feat](pipelinex) support parallel scan on pipeline x engine [doris]

2023-12-28 Thread via GitHub
github-actions[bot] commented on PR #29070: URL: https://github.com/apache/doris/pull/29070#issuecomment-1871176902 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) remove decimalv2 signature from Nvl and CaseWhen [doris]

2023-12-28 Thread via GitHub
xiaokang merged PR #29221: URL: https://github.com/apache/doris/pull/29221 -- 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.0 updated: [opt](Nereids) remove decimalv2 signature from Nvl and CaseWhen (#29221)

2023-12-28 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao 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 9ad08a42a42 [opt](Nereids) remove decimalv

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