Re: [PR] [refactor](nereids)make NormalizeAggregate rule more clear and readable [doris]

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

[PR] [enhance](tablet) Reduce log in tablet meta [doris]

2023-12-20 Thread via GitHub
platoneko opened a new pull request, #28719: URL: https://github.com/apache/doris/pull/28719 ## Proposed changes Reduce log in tablet meta ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailto:d...@

Re: [PR] [enhance](tablet) Reduce log in tablet meta [doris]

2023-12-20 Thread via GitHub
platoneko commented on PR #28719: URL: https://github.com/apache/doris/pull/28719#issuecomment-1864026859 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] [branch-1.2](memory) Fix AggFunc memory leak due to incorrect destroy [doris]

2023-12-20 Thread via GitHub
xy720 commented on PR #28485: URL: https://github.com/apache/doris/pull/28485#issuecomment-1864027589 Not merge until we confirm that it will not cause new problem. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

Re: [PR] [fix](meta_scanner) fix meta_scanner process ColumnNullable [doris]

2023-12-20 Thread via GitHub
github-actions[bot] commented on PR #28711: URL: https://github.com/apache/doris/pull/28711#issuecomment-1864029576 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] [test](Nereids): add test for scalar agg PushDownFilterThroughAggregation [doris]

2023-12-20 Thread via GitHub
jackwener commented on PR #28712: URL: https://github.com/apache/doris/pull/28712#issuecomment-1864029703 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](meta_scanner) fix meta_scanner process ColumnNullable [doris]

2023-12-20 Thread via GitHub
github-actions[bot] commented on PR #28711: URL: https://github.com/apache/doris/pull/28711#issuecomment-1864029523 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): eliminate groupby [doris]

2023-12-20 Thread via GitHub
github-actions[bot] commented on PR #28615: URL: https://github.com/apache/doris/pull/28615#issuecomment-1864030794 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](partition) Comment out some exceptions with partition equal to … [doris]

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

Re: [PR] [fix](tvf)Fixed the avro-scanner projection pushdown failing to query… [doris]

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

Re: [PR] [opt](limit) cancel running fragments when query with limit is finished [doris]

2023-12-20 Thread via GitHub
AshinGau commented on PR #28610: URL: https://github.com/apache/doris/pull/28610#issuecomment-1864033882 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] [feature](scan) Implement parallel scanning by dividing the tablets based on either the row range or the key range. [doris]

2023-12-20 Thread via GitHub
yiguolei commented on code in PR #28103: URL: https://github.com/apache/doris/pull/28103#discussion_r1418537513 ## be/src/olap/parallel_scanner_builder.cpp: ## @@ -0,0 +1,170 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreem

Re: [PR] [refactor](nereids)make NormalizeAggregate rule more clear and readable [doris]

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

Re: [PR] [fix](group commit)Fix the issue of duplicate addition of wal path when encouter exception [doris]

2023-12-20 Thread via GitHub
github-actions[bot] commented on PR #28691: URL: https://github.com/apache/doris/pull/28691#issuecomment-1864033782 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](meta_scanner) fix meta_scanner process ColumnNullable [doris]

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

Re: [PR] [fix](partition) Add more log for single replica load when partition … [doris]

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

Re: [PR] [fix](tvf)Fixed the avro-scanner projection pushdown failing to query… [doris]

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

Re: [PR] [opt](Nereids) improve Shape check cases [doris]

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

Re: [PR] [fix](partition) Comment out some exceptions with partition equal to … [doris]

2023-12-20 Thread via GitHub
doris-robot commented on PR #28702: URL: https://github.com/apache/doris/pull/28702#issuecomment-1864036737 TeamCity be ut coverage result: Function Coverage: 36.47% (8534/23397) Line Coverage: 28.61% (69389/242555) Region Coverage: 27.63% (35907/129950) Branch Coverage: 24.3

Re: [PR] [fix](meta_scanner) fix meta_scanner process ColumnNullable [doris]

2023-12-20 Thread via GitHub
doris-robot commented on PR #28711: URL: https://github.com/apache/doris/pull/28711#issuecomment-1864037091 TeamCity be ut coverage result: Function Coverage: 36.47% (8533/23398) Line Coverage: 28.61% (69383/242554) Region Coverage: 27.63% (35902/129951) Branch Coverage: 24.3

Re: [PR] [FIX](explode) fix explode with array has specific precision at old planner [doris]

2023-12-20 Thread via GitHub
amorynan commented on PR #28491: URL: https://github.com/apache/doris/pull/28491#issuecomment-1864034855 run pipelinex_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

Re: [PR] [Bug](cooldown) Prevent making snapshot on remote rowset in single replica compaction [doris]

2023-12-20 Thread via GitHub
github-actions[bot] commented on code in PR #28716: URL: https://github.com/apache/doris/pull/28716#discussion_r1432382805 ## be/src/olap/tablet.cpp: ## @@ -457,8 +475,24 @@ Status Tablet::add_rowset(RowsetSharedPtr rowset) { return Status::OK(); } +Status Tablet::rowset

Re: [PR] [feature](scan) Implement parallel scanning by dividing the tablets based on either the row range or the key range. [doris]

2023-12-20 Thread via GitHub
github-actions[bot] commented on PR #28103: URL: https://github.com/apache/doris/pull/28103#issuecomment-1864035250 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](improvement) Support global rf [doris]

2023-12-20 Thread via GitHub
doris-robot commented on PR #28692: URL: https://github.com/apache/doris/pull/28692#issuecomment-1864037065 TeamCity be ut coverage result: Function Coverage: 36.46% (8534/23407) Line Coverage: 28.59% (69384/242702) Region Coverage: 27.61% (35904/130048) Branch Coverage: 24.3

Re: [PR] [imrovement](statistics)Auto analyze priority table/column first. [doris]

2023-12-20 Thread via GitHub
github-actions[bot] commented on PR #28385: URL: https://github.com/apache/doris/pull/28385#issuecomment-1864037750 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](Nereids) improve Shape check cases [doris]

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

Re: [PR] [Enhancement] (schema) add column type check [doris]

2023-12-20 Thread via GitHub
github-actions[bot] commented on PR #28718: URL: https://github.com/apache/doris/pull/28718#issuecomment-1864041284 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)subquery unnest need handle subquery in Not expr correnctly [doris]

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

[PR] Fix typo about checking the progress of building index [doris]

2023-12-20 Thread via GitHub
JaySon-Huang opened a new pull request, #28720: URL: https://github.com/apache/doris/pull/28720 ## 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](ma

Re: [PR] [fix](planner)should save original select list item before analyze [doris]

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

Re: [PR] [refactor](broadcastbuffer) using a queue to remove ref and unref codes [doris]

2023-12-20 Thread via GitHub
yiguolei commented on PR #28698: URL: https://github.com/apache/doris/pull/28698#issuecomment-1864046917 run compile -- 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: [I] [Bug] jsonb 插入报错 [doris]

2023-12-20 Thread via GitHub
foundation1 commented on issue #26580: URL: https://github.com/apache/doris/issues/26580#issuecomment-1864048031 大佬这个问题我也遇到了 你是怎么解决的啊 ![image](https://github.com/apache/doris/assets/28500506/e0b190bc-ebbc-433b-b0e2-13ee33d5785e) -- This is an automated message from the Apache Git S

Re: [PR] [fix](partition) Add more log for single replica load when partition … [doris]

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

Re: [PR] [Feature](inverted index) add lowercase option for inverted index analyzer [doris]

2023-12-20 Thread via GitHub
doris-robot commented on PR #28704: URL: https://github.com/apache/doris/pull/28704#issuecomment-1864049970 TeamCity be ut coverage result: Function Coverage: 36.47% (8534/23398) Line Coverage: 28.60% (69376/242568) Region Coverage: 27.63% (35903/129961) Branch Coverage: 24.3

Re: [PR] [DNM](Nereids) test disable fallback [doris]

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

Re: [PR] [enhance](tablet) Reduce log in tablet meta [doris]

2023-12-20 Thread via GitHub
github-actions[bot] commented on PR #28719: URL: https://github.com/apache/doris/pull/28719#issuecomment-1864055392 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) delete partition failed [doris]

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

Re: [PR] [fix](meta_scanner) fix meta_scanner process ColumnNullable [doris]

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

Re: [PR] [refactor](broadcastbuffer) using a queue to remove ref and unref codes [doris]

2023-12-20 Thread via GitHub
yiguolei commented on PR #28698: URL: https://github.com/apache/doris/pull/28698#issuecomment-1864057971 run compile -- 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](broadcastbuffer) using a queue to remove ref and unref codes [doris]

2023-12-20 Thread via GitHub
yiguolei commented on PR #28698: URL: https://github.com/apache/doris/pull/28698#issuecomment-1864058219 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 unsubscri

Re: [PR] [opt](scanner) optimize the number of threads of scanners [doris]

2023-12-20 Thread via GitHub
AshinGau commented on PR #28640: URL: https://github.com/apache/doris/pull/28640#issuecomment-1864060808 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](broadcastbuffer) using a queue to remove ref and unref codes [doris]

2023-12-20 Thread via GitHub
yiguolei commented on PR #28698: URL: https://github.com/apache/doris/pull/28698#issuecomment-1864062232 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](nereids)subquery unnest need handle subquery in Not expr correnctly [doris]

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

Re: [PR] [refactor](broadcastbuffer) using a queue to remove ref and unref codes [doris]

2023-12-20 Thread via GitHub
github-actions[bot] commented on code in PR #28698: URL: https://github.com/apache/doris/pull/28698#discussion_r1432407126 ## be/src/pipeline/exec/exchange_sink_buffer.cpp: ## @@ -45,16 +45,40 @@ #include "vec/sink/vdata_stream_sender.h" namespace doris { + namespace vector

Re: [PR] [bug](cooldown) Fix incorrect remote rowset dir after restarting BE [doris]

2023-12-20 Thread via GitHub
platoneko commented on PR #28140: URL: https://github.com/apache/doris/pull/28140#issuecomment-1864067259 This bug was introduced by https://github.com/apache/doris/pull/23881 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

Re: [PR] [fix](block) fix be core while mutable block merge may cause different row size between columns in origin block [doris]

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

Re: [PR] [fix](partition) Comment out some exceptions with partition equal to … [doris]

2023-12-20 Thread via GitHub
github-actions[bot] commented on PR #28702: URL: https://github.com/apache/doris/pull/28702#issuecomment-1864069127 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] [enhance](tablet) Reduce log in tablet meta [doris]

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

Re: [PR] [test](Nereids): add test for scalar agg PushDownFilterThroughAggregation [doris]

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

Re: [PR] [refactor](broadcastbuffer) using a queue to remove ref and unref codes [doris]

2023-12-20 Thread via GitHub
github-actions[bot] commented on code in PR #28698: URL: https://github.com/apache/doris/pull/28698#discussion_r1432410931 ## be/src/pipeline/exec/exchange_sink_buffer.h: ## @@ -71,25 +72,53 @@ struct AtomicWrapper { // We use BroadcastPBlockHolder to hold a broadcasted PBlock.

[PR] [fix](Nereids) join order is not right after sql parsing [doris]

2023-12-20 Thread via GitHub
morrySnow opened a new pull request, #28721: URL: https://github.com/apache/doris/pull/28721 ## 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](mailt

Re: [PR] [fix](planner)should save original select list item before analyze [doris]

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

[PR] [fix](fe ut) fix PropertyConverterTest create double cluster [doris]

2023-12-20 Thread via GitHub
yujun777 opened a new pull request, #28722: URL: https://github.com/apache/doris/pull/28722 ## 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](mailto

Re: [PR] [fix](fe ut) fix PropertyConverterTest create double cluster [doris]

2023-12-20 Thread via GitHub
yujun777 commented on PR #28722: URL: https://github.com/apache/doris/pull/28722#issuecomment-1864073347 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](Nereids) join order is not right after sql parsing [doris]

2023-12-20 Thread via GitHub
morrySnow commented on PR #28721: URL: https://github.com/apache/doris/pull/28721#issuecomment-1864074907 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] [feature](api) add profile text api [doris]

2023-12-20 Thread via GitHub
Mryange commented on PR #28697: URL: https://github.com/apache/doris/pull/28697#issuecomment-1864076468 run feut -- 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] [feature](Nereids): eliminate groupby [doris]

2023-12-20 Thread via GitHub
jackwener commented on PR #28615: URL: https://github.com/apache/doris/pull/28615#issuecomment-1864077723 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](mtmv)fix insert overwrite getExecTimeout error [doris]

2023-12-20 Thread via GitHub
github-actions[bot] commented on PR #28700: URL: https://github.com/apache/doris/pull/28700#issuecomment-1864079226 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] [imrovement](statistics)Auto analyze priority table/column first. [doris]

2023-12-20 Thread via GitHub
github-actions[bot] commented on PR #28385: URL: https://github.com/apache/doris/pull/28385#issuecomment-1864080412 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] [DNM](Nereids) test disable fallback [doris]

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

Re: [PR] [fix](mtmv)fix thread local reference to checkpoint's Env, causing Env to be unable to be reclaimed, resulting in excessive memory usage by FE [doris]

2023-12-20 Thread via GitHub
zddr commented on PR #28723: URL: https://github.com/apache/doris/pull/28723#issuecomment-1864084220 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

[PR] [fix](mtmv)fix thread local reference to checkpoint's Env, causing Env to be unable to be reclaimed, resulting in excessive memory usage by FE [doris]

2023-12-20 Thread via GitHub
zddr opened a new pull request, #28723: URL: https://github.com/apache/doris/pull/28723 ## Proposed changes Issue Number: close #xxx fix thread local reference to checkpoint's Env, causing Env to be unable to be reclaimed, resulting in excessive memory usage by FE ## Further

Re: [PR] [feature](nereids) Fix data wrong using mv rewrite and ignore case when getting mv related partition table [doris]

2023-12-20 Thread via GitHub
github-actions[bot] commented on PR #28699: URL: https://github.com/apache/doris/pull/28699#issuecomment-1864084250 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] [test](Nereids): remove shape plan project and distribute in eager test [doris]

2023-12-20 Thread via GitHub
jackwener opened a new pull request, #28724: URL: https://github.com/apache/doris/pull/28724 ## 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](mailt

Re: [PR] [fix](function) Fix from_second functions overflow and wrong result [doris]

2023-12-20 Thread via GitHub
zclllyybb commented on PR #28685: URL: https://github.com/apache/doris/pull/28685#issuecomment-1864088531 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) delete partition failed [doris]

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

[PR] [fix](metrics) fix bvar memtable_input_block_allocated_size [doris]

2023-12-20 Thread via GitHub
kaijchen opened a new pull request, #28725: URL: https://github.com/apache/doris/pull/28725 ## Proposed changes We should update the bvar before clear `_input_mutable_block`. ## Further comments If this is a relatively large or complex change, kick off the discussion at

Re: [PR] [fix](metrics) fix bvar memtable_input_block_allocated_size [doris]

2023-12-20 Thread via GitHub
kaijchen commented on PR #28725: URL: https://github.com/apache/doris/pull/28725#issuecomment-1864091713 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To uns

[PR] [test](e2ecase) Optimize doris container log print [doris-flink-connector]

2023-12-20 Thread via GitHub
smallhibiscus opened a new pull request, #277: URL: https://github.com/apache/doris-flink-connector/pull/277 # Proposed changes Optimize doris container log print ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect

Re: [PR] [feature](nereids)support decimalv2 [doris]

2023-12-20 Thread via GitHub
starocean999 commented on PR #28726: URL: https://github.com/apache/doris/pull/28726#issuecomment-1864096872 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

[PR] [feature](nereids)support decimalv2 [doris]

2023-12-20 Thread via GitHub
starocean999 opened a new pull request, #28726: URL: https://github.com/apache/doris/pull/28726 ## 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](ma

Re: [PR] [opt](scanner) optimize the number of threads of scanners [doris]

2023-12-20 Thread via GitHub
github-actions[bot] commented on PR #28640: URL: https://github.com/apache/doris/pull/28640#issuecomment-1864097076 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](block) fix be core while mutable block merge may cause different row size between columns in origin block [doris]

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

Re: [PR] [pipelineX](improvement) Support global rf [doris]

2023-12-20 Thread via GitHub
Gabriel39 commented on PR #28692: URL: https://github.com/apache/doris/pull/28692#issuecomment-1864099647 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] [test](Nereids): add test for scalar agg PushDownFilterThroughAggregation [doris]

2023-12-20 Thread via GitHub
github-actions[bot] commented on PR #28712: URL: https://github.com/apache/doris/pull/28712#issuecomment-1864100523 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] [test](Nereids): add test for scalar agg PushDownFilterThroughAggregation [doris]

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

Re: [PR] [feature](nereids)support decimalv2 [doris]

2023-12-20 Thread via GitHub
github-actions[bot] commented on PR #28726: URL: https://github.com/apache/doris/pull/28726#issuecomment-1864102065 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)support decimalv2 [doris]

2023-12-20 Thread via GitHub
github-actions[bot] commented on PR #28726: URL: https://github.com/apache/doris/pull/28726#issuecomment-1864102111 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](limit) cancel running fragments when query with limit is finished [doris]

2023-12-20 Thread via GitHub
doris-robot commented on PR #28610: URL: https://github.com/apache/doris/pull/28610#issuecomment-1864102234 TeamCity be ut coverage result: Function Coverage: 37.79% (7991/21147) Line Coverage: 29.49% (64912/220108) Region Coverage: 28.97% (33406/115319) Branch Coverage: 24.8

Re: [PR] [feature](scan) Implement parallel scanning by dividing the tablets based on either the row range or the key range. [doris]

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

Re: [PR] [feature](scan) Implement parallel scanning by dividing the tablets based on either the row range or the key range. [doris]

2023-12-20 Thread via GitHub
doris-robot commented on PR #28103: URL: https://github.com/apache/doris/pull/28103#issuecomment-1864103711 TeamCity be ut coverage result: Function Coverage: 36.46% (8538/23419) Line Coverage: 28.56% (69418/243083) Region Coverage: 27.60% (35930/130192) Branch Coverage: 24.3

Re: [PR] [enhance](tablet) Reduce log in tablet meta [doris]

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

Re: [PR] [fix](mtmv)fix insert overwrite getExecTimeout error [doris]

2023-12-20 Thread via GitHub
morrySnow merged PR #28700: URL: https://github.com/apache/doris/pull/28700 -- 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 (9d5b9cc452f -> 552a5c16328)

2023-12-20 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 9d5b9cc452f [fix](statistics)Fix drop stats fail silently bug. (#28635) add 552a5c16328 [fix](mtmv) fix insert

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

2023-12-20 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] [refactor](broadcastbuffer) using a queue to remove ref and unref codes [doris]

2023-12-20 Thread via GitHub
doris-robot commented on PR #28698: URL: https://github.com/apache/doris/pull/28698#issuecomment-1864111435 TeamCity be ut coverage result: Function Coverage: 36.48% (8534/23393) Line Coverage: 28.61% (69382/242519) Region Coverage: 27.63% (35898/129927) Branch Coverage: 24.3

Re: [PR] [fix](fe ut) fix PropertyConverterTest create double cluster [doris]

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

Re: [PR] [test](Nereids): add test for scalar agg PushDownFilterThroughAggregation [doris]

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

[PR] [bugfix](scannercore) scanner will core in deconstructor during collect profile [doris]

2023-12-20 Thread via GitHub
yiguolei opened a new pull request, #28727: URL: https://github.com/apache/doris/pull/28727 ## Proposed changes EAD of size 8 at 0x603016b1b220 thread T800 (_scanner_scan) #0 0x5620cd597d1e in doris::vectorized::OrcReader::_collect_profile_on_close() /home/zcp/repo_cen

Re: [PR] [fix](group commit)Fix the issue of duplicate addition of wal path when encouter exception [doris]

2023-12-20 Thread via GitHub
doris-robot commented on PR #28691: URL: https://github.com/apache/doris/pull/28691#issuecomment-1864117638 TeamCity be ut coverage result: Function Coverage: 36.48% (8535/23397) Line Coverage: 28.61% (69395/242550) Region Coverage: 27.64% (35915/129951) Branch Coverage: 24.3

Re: [PR] [bugfix](scannercore) scanner will core in deconstructor during collect profile [doris]

2023-12-20 Thread via GitHub
yiguolei commented on PR #28727: URL: https://github.com/apache/doris/pull/28727#issuecomment-1864117673 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](Nereids) delete partition failed [doris]

2023-12-20 Thread via GitHub
morrySnow commented on PR #28717: URL: https://github.com/apache/doris/pull/28717#issuecomment-1864119125 run p0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscr

Re: [PR] [fix](Nereids) delete partition failed [doris]

2023-12-20 Thread via GitHub
morrySnow commented on PR #28717: URL: https://github.com/apache/doris/pull/28717#issuecomment-1864119238 run feut -- 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] [fix](Nereids) forbid two TVF in one fragment since the limit of coordinator (#28114) [doris]

2023-12-20 Thread via GitHub
morrySnow commented on PR #28569: URL: https://github.com/apache/doris/pull/28569#issuecomment-1864120672 run clickbench -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

Re: [PR] [Enhancement] (schema) add column type check [doris]

2023-12-20 Thread via GitHub
doris-robot commented on PR #28718: URL: https://github.com/apache/doris/pull/28718#issuecomment-1864121741 TeamCity be ut coverage result: Function Coverage: 36.48% (8535/23398) Line Coverage: 28.60% (69384/242561) Region Coverage: 27.63% (35912/129954) Branch Coverage: 24.3

(doris) branch master updated (552a5c16328 -> 08066a55f14)

2023-12-20 Thread zhangstar333
This is an automated email from the ASF dual-hosted git repository. zhangstar333 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 552a5c16328 [fix](mtmv) fix insert overwrite getExecTimeout error (#28700) add 08066a55f14 [Enhancement](au

[PR] [minor](log) fix wrong error type [doris]

2023-12-20 Thread via GitHub
zclllyybb opened a new pull request, #28729: URL: https://github.com/apache/doris/pull/28729 ## Proposed changes Issue Number: close #xxx change ``` [INTERNAL_ERROR]The depth of the expression tree is too big, make it less than 600 ``` to ``` [OUT_OF_BOUND]The

Re: [PR] [Enhancement](auto-partition) change the behaviour when insert overwrite an auto partition table [doris]

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

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

2023-12-20 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] [minor](log) fix wrong error type [doris]

2023-12-20 Thread via GitHub
zclllyybb commented on PR #28729: URL: https://github.com/apache/doris/pull/28729#issuecomment-1864125134 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

  1   2   3   4   5   6   7   8   9   >