Re: [PR] [exec](load) change default parallel num from 1 to 8 in no pipeline exec engine [doris]

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

Re: [PR] [improvement](log) add txn log [doris]

2023-12-22 Thread via GitHub
doris-robot commented on PR #28875: URL: https://github.com/apache/doris/pull/28875#issuecomment-1867483798 TeamCity be ut coverage result: Function Coverage: 36.53% (8540/23375) Line Coverage: 28.63% (69466/242618) Region Coverage: 27.65% (35933/129967) Branch Coverage: 24.3

Re: [PR] [improve](load) limit delta writer flush task parallelism [doris]

2023-12-22 Thread via GitHub
github-actions[bot] commented on PR #28883: URL: https://github.com/apache/doris/pull/28883#issuecomment-1867486622 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) tweak load stream flush token num and max tasks [doris]

2023-12-22 Thread via GitHub
kaijchen commented on PR #28884: URL: https://github.com/apache/doris/pull/28884#issuecomment-1867488555 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](invert index) Empty strings are not written to the index in the… [doris]

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

[PR] [improve](move-memtable) tweak load stream flush token num and max tasks [doris]

2023-12-22 Thread via GitHub
kaijchen opened a new pull request, #28884: URL: https://github.com/apache/doris/pull/28884 ## Proposed changes Set load stream flush token to 2x flush thread num. Increase max tasks per token to 5. ## Further comments If this is a relatively large or complex change,

Re: [I] [Bug] Doris-flinks-connector does not support parquet format? [doris-flink-connector]

2023-12-22 Thread via GitHub
DongLiang-0 commented on issue #278: URL: https://github.com/apache/doris-flink-connector/issues/278#issuecomment-1867489818 Doris flink connector internally uses stream load to import into doris. Stream load currently only supports csv and json formats. -- This is an automated message f

Re: [PR] [improvement](group commit) Add an option of enable relay wal on all regression test [doris]

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

[PR] [improvement](statistics)Use key column id to query column statistic table. [doris]

2023-12-22 Thread via GitHub
Jibing-Li opened a new pull request, #28885: URL: https://github.com/apache/doris/pull/28885 Use id as where predicate to load column statistic cache. This could improve performance, because id is the first order key in column statistics table. ## Further comments If th

Re: [PR] [FIX](complextype)fix count func with complex type [doris]

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

[PR] [Enhancement](plan) Support PREAGGOPEN when the case when/if contains a constant zero/nul… [doris]

2023-12-22 Thread via GitHub
DarvenDuan opened a new pull request, #28886: URL: https://github.com/apache/doris/pull/28886 If the `case when` contains a constant zero/null in SUM agg function, we can use preaggregation to speed up queries and it will not effect the correctness of result. Issue Number: close

Re: [PR] [improve](move-memtable) tweak load stream flush token num and max tasks [doris]

2023-12-22 Thread via GitHub
github-actions[bot] commented on code in PR #28884: URL: https://github.com/apache/doris/pull/28884#discussion_r1434918725 ## be/src/runtime/load_stream_mgr.h: ## @@ -41,8 +41,11 @@ class LoadStreamMgr { Status open_load_stream(const POpenLoadStreamRequest* request,

Re: [PR] [improvement](statistics)Use key column id to query column statistic table. [doris]

2023-12-22 Thread via GitHub
Jibing-Li commented on PR #28885: URL: https://github.com/apache/doris/pull/28885#issuecomment-1867501255 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](paimon)fix `like` predicate [doris]

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

Re: [PR] [fix](hash join) fix stack overflow caused by evaluate case expr on huge build block (#28851) [doris]

2023-12-22 Thread via GitHub
doris-robot commented on PR #28882: URL: https://github.com/apache/doris/pull/28882#issuecomment-1867504699 TeamCity be ut coverage result: Function Coverage: 37.74% (7989/21170) Line Coverage: 29.44% (64890/220410) Region Coverage: 28.91% (33380/115466) Branch Coverage: 24.7

Re: [PR] [Enhancement](plan) Support PREAGGOPEN when the case when/if contains a constant zero/nul… [doris]

2023-12-22 Thread via GitHub
DarvenDuan commented on PR #28886: URL: https://github.com/apache/doris/pull/28886#issuecomment-1867504722 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 unsubsc

[PR] [feature](mtmv)MTMV pause and resume [doris]

2023-12-22 Thread via GitHub
zddr opened a new pull request, #28887: URL: https://github.com/apache/doris/pull/28887 ## 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:d..

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

2023-12-22 Thread via GitHub
qidaye merged PR #28704: URL: https://github.com/apache/doris/pull/28704 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apach

(doris) branch master updated: [Feature](inverted index) add lowercase option for inverted index analyzer (#28704)

2023-12-22 Thread jianliangqi
This is an automated email from the ASF dual-hosted git repository. jianliangqi 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 3ed82bcee21 [Feature](inverted index) add lo

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

2023-12-22 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] [feature](mtmv)MTMV pause and resume [doris]

2023-12-22 Thread via GitHub
zddr commented on PR #28887: URL: https://github.com/apache/doris/pull/28887#issuecomment-1867511588 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] [feature](pipelineX) control exchange sink by memory usage [doris]

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

[PR] [refactor](test)Refactor workload group/schedule policy test [doris]

2023-12-22 Thread via GitHub
wangbo opened a new pull request, #2: URL: https://github.com/apache/doris/pull/2 1 use test exception to catch exception 2 set sleep time bigger to make test more stable -- This is an automated message from the Apache Git Service. To respond to the message, please log o

Re: [PR] [refactor](test)Refactor workload group/schedule policy test [doris]

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

Re: [PR] [improvement](group commit) Add an option of enable relay wal on all regression test [doris]

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

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

2023-12-22 Thread via GitHub
qidaye opened a new pull request, #28889: URL: https://github.com/apache/doris/pull/28889 ## Proposed changes pick from branch-2.0-var #28545 ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mail

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

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

Re: [PR] [feature](Nereids) Pull up join from union all [doris]

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

Re: [PR] [nereids] fix join fd computing bug [doris]

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

Re: [PR] [fix](ci) tpch pipeline should not re-load data [doris]

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

Re: [PR] (enhance)(S3) Change s3 metric from bvar adder to latency recorder [doris]

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

Re: [PR] [FIX](map)fix map with rowstore table [doris]

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

Re: [PR] [fix](nereids) Fix query mv rewrite fail when mv cache build quickly [doris]

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

Re: [PR] [refactor](test)Refactor workload group/schedule policy test [doris]

2023-12-22 Thread via GitHub
github-actions[bot] commented on PR #2: URL: https://github.com/apache/doris/pull/2#issuecomment-1867520438 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] [refactor](test)Refactor workload group/schedule policy test [doris]

2023-12-22 Thread via GitHub
github-actions[bot] commented on PR #2: URL: https://github.com/apache/doris/pull/2#issuecomment-1867520408 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] [improve](move-memtable) tweak load stream flush token num and max tasks [doris]

2023-12-22 Thread via GitHub
doris-robot commented on PR #28884: URL: https://github.com/apache/doris/pull/28884#issuecomment-1867520648 TeamCity be ut coverage result: Function Coverage: 36.53% (8540/23375) Line Coverage: 28.63% (69449/242593) Region Coverage: 27.65% (35937/129967) Branch Coverage: 24.3

[PR] [Update](unitest) make unitest work for clucene [doris-thirdparty]

2023-12-22 Thread via GitHub
airborne12 opened a new pull request, #160: URL: https://github.com/apache/doris-thirdparty/pull/160 (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 unsubsc

Re: [PR] [feature](Nereids) Pull up join from union all [doris]

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

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

2023-12-22 Thread via GitHub
github-actions[bot] commented on PR #28889: URL: https://github.com/apache/doris/pull/28889#issuecomment-1867525168 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) tweak load stream flush token num and max tasks [doris]

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

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

2023-12-22 Thread via GitHub
github-actions[bot] commented on PR #28889: URL: https://github.com/apache/doris/pull/28889#issuecomment-1867524869 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](log) add txn log [doris]

2023-12-22 Thread via GitHub
github-actions[bot] commented on PR #28875: URL: https://github.com/apache/doris/pull/28875#issuecomment-1867526004 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] [nereids] fix join fd computing bug [doris]

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

Re: [PR] [fix](ci) tpch pipeline should not re-load data [doris]

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

Re: [PR] [Update](unitest) make unitest work for clucene [doris-thirdparty]

2023-12-22 Thread via GitHub
qidaye merged PR #160: URL: https://github.com/apache/doris-thirdparty/pull/160 -- 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...@dori

(doris-thirdparty) branch clucene updated: [Update](unitest) make unitest work for clucene (#160)

2023-12-22 Thread jianliangqi
This is an automated email from the ASF dual-hosted git repository. jianliangqi pushed a commit to branch clucene in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git The following commit(s) were added to refs/heads/clucene by this push: new d75e5a15 [Update](unitest) make

Re: [PR] fix bugs [doris-website]

2023-12-22 Thread via GitHub
luzhijing closed pull request #367: fix bugs URL: https://github.com/apache/doris-website/pull/367 -- 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: commi

Re: [PR] [home](newsletter) Update Guance Blog on home page [doris-website]

2023-12-22 Thread via GitHub
luzhijing closed pull request #359: [home](newsletter) Update Guance Blog on home page URL: https://github.com/apache/doris-website/pull/359 -- 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 speci

Re: [PR] [FIX](map)fix map with rowstore table [doris]

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

Re: [PR] [improvement](log) add txn log [doris]

2023-12-22 Thread via GitHub
github-actions[bot] commented on PR #28875: URL: https://github.com/apache/doris/pull/28875#issuecomment-1867545591 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](multi-catalog)filter impala generated path [doris]

2023-12-22 Thread via GitHub
github-actions[bot] commented on PR #28786: URL: https://github.com/apache/doris/pull/28786#issuecomment-1867547319 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](multi-catalog)filter impala generated path [doris]

2023-12-22 Thread via GitHub
github-actions[bot] commented on PR #28786: URL: https://github.com/apache/doris/pull/28786#issuecomment-1867547291 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] (enhance)(S3) Change s3 metric from bvar adder to latency recorder [doris]

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

Re: [PR] [Enhancement](Wal)Support dynamic wal space limit [doris]

2023-12-22 Thread via GitHub
github-actions[bot] commented on code in PR #27726: URL: https://github.com/apache/doris/pull/27726#discussion_r1434962037 ## be/src/olap/wal_manager.cpp: ## @@ -80,9 +117,43 @@ } RETURN_IF_ERROR(scan_wals(wal_dir)); } -return Thread::create( -

Re: [PR] [fix](nereids) Fix query mv rewrite fail when mv cache build quickly [doris]

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

[PR] [Refactor](dialect) Add sql dialect converter plugins [doris]

2023-12-22 Thread via GitHub
dutyu opened a new pull request, #28890: URL: https://github.com/apache/doris/pull/28890 ## 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:d.

Re: [PR] [Refactor](dialect) Add sql dialect converter plugins [doris]

2023-12-22 Thread via GitHub
dutyu commented on PR #28890: URL: https://github.com/apache/doris/pull/28890#issuecomment-1867559915 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 unsubs

Re: [PR] [improve](load) limit delta writer flush task parallelism [doris]

2023-12-22 Thread via GitHub
doris-robot commented on PR #28883: URL: https://github.com/apache/doris/pull/28883#issuecomment-1867562635 TeamCity be ut coverage result: Function Coverage: 36.53% (8539/23375) Line Coverage: 28.62% (69442/242600) Region Coverage: 27.64% (35924/129971) Branch Coverage: 24.3

[PR] (feat) fix first-page tab & update docs footer & add first-page mobil… [doris-website]

2023-12-22 Thread via GitHub
velodb-Linjiang opened a new pull request, #369: URL: https://github.com/apache/doris-website/pull/369 - (feat) fix first-page tab & update docs footer & add first-page mobil… -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

Re: [PR] [improve](move-memtable) tweak load stream flush token num and max tasks [doris]

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

Re: [PR] [opt](invert index) Empty strings do not write to the index in the case of TOKENIZED [doris]

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

2023-12-22 Thread via GitHub
AshinGau closed pull request #28384: [opt](limit) cancel running fragments when query with limit is finished URL: https://github.com/apache/doris/pull/28384 -- 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

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

2023-12-22 Thread via GitHub
AshinGau closed pull request #28610: [opt](limit) cancel running fragments when query with limit is finished URL: https://github.com/apache/doris/pull/28610 -- 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

Re: [PR] [feature](mtmv)MTMV pause and resume [doris]

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

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

2023-12-22 Thread via GitHub
AshinGau commented on PR #28640: URL: https://github.com/apache/doris/pull/28640#issuecomment-1867571473 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](invert index) Empty strings do not write to the index in the case of TOKENIZED [doris]

2023-12-22 Thread via GitHub
github-actions[bot] commented on PR #28822: URL: https://github.com/apache/doris/pull/28822#issuecomment-1867571990 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](parquet) the end offset of column chunk may be wrong in parquet metadata [doris]

2023-12-22 Thread via GitHub
AshinGau opened a new pull request, #28891: URL: https://github.com/apache/doris/pull/28891 ## 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] (feat) fix first-page tab & update docs footer & add first-page mobil… [doris-website]

2023-12-22 Thread via GitHub
luzhijing merged PR #369: URL: https://github.com/apache/doris-website/pull/369 -- 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...@dori

(doris-website) branch master updated: (feat) fix first-page tab & update docs footer & add first-page mobile tab (#369)

2023-12-22 Thread luzhijing
This is an automated email from the ASF dual-hosted git repository. luzhijing pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/master by this push: new 9d7f0bb17a1 (feat) fix first-page tab

Re: [PR] [improvement](statistics)Use key column id to query column statistic table. [doris]

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

Re: [PR] [feature](Nereids) Pull up join from union all [doris]

2023-12-22 Thread via GitHub
github-actions[bot] commented on PR #28682: URL: https://github.com/apache/doris/pull/28682#issuecomment-1867578084 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](mtmv)MTMV pause and resume [doris]

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

Re: [PR] [improvement](statistics)Use key column id to query column statistic table. [doris]

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

Re: [PR] [fix](parquet) the end offset of column chunk may be wrong in parquet metadata [doris]

2023-12-22 Thread via GitHub
github-actions[bot] commented on PR #28891: URL: https://github.com/apache/doris/pull/28891#issuecomment-1867579979 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](Nereids) Pull up join from union all [doris]

2023-12-22 Thread via GitHub
starocean999 merged PR #28682: URL: https://github.com/apache/doris/pull/28682 -- 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-22 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](index compaction)support compact multi segments in one index [doris]

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

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

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

Re: [PR] [fix](parquet) the end offset of column chunk may be wrong in parquet metadata [doris]

2023-12-22 Thread via GitHub
AshinGau commented on PR #28891: URL: https://github.com/apache/doris/pull/28891#issuecomment-1867584410 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](scanner) optimize the number of threads of scanners [doris]

2023-12-22 Thread via GitHub
AshinGau commented on PR #28640: URL: https://github.com/apache/doris/pull/28640#issuecomment-1867587786 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](ci) tpch pipeline should not re-load data [doris]

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

Re: [PR] [improve](load) limit delta writer flush task parallelism [doris]

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

Re: [PR] [feature](inverted index)write separated index files in RAM directory… [doris]

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

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

2023-12-22 Thread via GitHub
doris-robot commented on PR #28889: URL: https://github.com/apache/doris/pull/28889#issuecomment-1867593402 TeamCity be ut coverage result: Function Coverage: 36.52% (8538/23376) Line Coverage: 28.61% (69419/242633) Region Coverage: 27.64% (35928/129988) Branch Coverage: 24.3

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

2023-12-22 Thread via GitHub
github-actions[bot] commented on PR #28640: URL: https://github.com/apache/doris/pull/28640#issuecomment-1867593695 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](ci) tpch pipeline should not re-load data [doris]

2023-12-22 Thread via GitHub
github-actions[bot] commented on PR #28874: URL: https://github.com/apache/doris/pull/28874#issuecomment-1867594103 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](ci) tpch pipeline should not re-load data [doris]

2023-12-22 Thread via GitHub
yiguolei merged PR #28874: URL: https://github.com/apache/doris/pull/28874 -- 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] [Refactor](dialect) Add sql dialect converter plugins [doris]

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

(doris) branch master updated: [fix](ci) tpch pipeline should not re-load data (#28874)

2023-12-22 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 37faf1bb809 [fix](ci) tpch pipeline should not

Re: [PR] [opt](invert index) Empty strings do not write to the index in the case of TOKENIZED [doris]

2023-12-22 Thread via GitHub
github-actions[bot] commented on PR #28822: URL: https://github.com/apache/doris/pull/28822#issuecomment-1867595910 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] [opt](invert index) Empty strings do not write to the index in the case of TOKENIZED [doris]

2023-12-22 Thread via GitHub
github-actions[bot] commented on PR #28822: URL: https://github.com/apache/doris/pull/28822#issuecomment-1867595955 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] [exec](compress) use FragmentTransmissionCompressionCodec control the exchange compress behavior [doris]

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

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

2023-12-22 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: [exec](compress) use FragmentTransmissionCompressionCodec control the exchange compress behavior (#28818)

2023-12-22 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 fa0ad568176 [exec](compress) use FragmentTransm

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

2023-12-22 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] [improve](load) limit delta writer flush task parallelism [doris]

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

[PR] [fix](regression) fix regression error of test_compress_type [doris]

2023-12-22 Thread via GitHub
AshinGau opened a new pull request, #28892: URL: https://github.com/apache/doris/pull/28892 backport: #28826 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@

Re: [PR] [Refactor](dialect) Add sql dialect converter plugins [doris]

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

Re: [PR] [opt](invert index) Empty strings do not write to the index in the case of TOKENIZED [doris]

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

Re: [PR] [fix](regression) fix regression error of test_compress_type [doris]

2023-12-22 Thread via GitHub
AshinGau commented on PR #28892: URL: https://github.com/apache/doris/pull/28892#issuecomment-1867601854 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

<    1   2   3   4   5   6   >