(doris) branch branch-3.0 updated: [improvement](mtmv) Support to partition prune when query rewrite by sync materialized view (#38527)

2024-08-07 Thread gavinchou
This is an automated email from the ASF dual-hosted git repository. gavinchou pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new 4d810394f9c [improvement](mtmv) Suppor

(doris) branch branch-2.1 updated: [cherry-pick](branch-2.1) Pick "[Enhancement](audit log) Set print audit log sesssion variable default value to false #38865" (#39009)

2024-08-07 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new 36edfa0c65a [cherry-pick](branch-2.1

Re: [PR] [fix](Nereids) lock table when generate distribute plan (#38950) [doris]

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

Re: [PR] [fix](move-memtable) multi replica tables should tolerate minority failures [doris]

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

Re: [PR] [feature](restore) Support clean_restore property for restore job [doris]

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

Re: [PR] [fix](inverted index) fix multi match result error [doris]

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

Re: [PR] [fix](planner) Empty table source should not begin a transaction to avoid infinite transaction [doris]

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

Re: [PR] [fix](function) MicroSecondsSub without scale [doris]

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

Re: [PR] [fix](boolean) fix cast as boolean error [doris]

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

Re: [PR] [asancore](memory) release _merge_controller_handler to make sure memtracker is 0 [doris]

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

[PR] [Fix](lakesoul) Fix CVEs and some filter pushdown issues [doris]

2024-08-07 Thread via GitHub
xuchen-plus opened a new pull request, #39044: URL: https://github.com/apache/doris/pull/39044 ## Proposed changes 1. Addressed CVEs caused by hadoop and spark. Unused packages are excluded from LakeSoul's depdencies. 2. Fix som filter pushdown issues. -- This is an auto

Re: [PR] [Fix](lakesoul) Fix CVEs and some filter pushdown issues [doris]

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

Re: [PR] [fix](cluster key) some data type is not supported for cluster key [doris]

2024-08-07 Thread via GitHub
mymeiyi commented on PR #38966: URL: https://github.com/apache/doris/pull/38966#issuecomment-2272986977 run performance -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To u

Re: [PR] [Fix](Planner) fix delete from using does not attach partition information [doris]

2024-08-07 Thread via GitHub
LiBinfeng-01 commented on PR #39020: URL: https://github.com/apache/doris/pull/39020#issuecomment-2272988548 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](parquet-reader) Fix and optimize parquet min-max filtering. [doris]

2024-08-07 Thread via GitHub
kaka11chen commented on code in PR #38277: URL: https://github.com/apache/doris/pull/38277#discussion_r1706657936 ## be/src/vec/exec/format/parquet/parquet_common.cpp: ## @@ -162,4 +162,344 @@ bool ColumnSelectVector::can_filter_all(size_t remaining_num_values) { void ColumnSe

Re: [PR] [fix](schema-change) Fix wrong intput column for cast validity check [doris]

2024-08-07 Thread via GitHub
dataroaring merged PR #38894: URL: https://github.com/apache/doris/pull/38894 -- 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.

(doris) branch master updated: [fix](schema-change) Fix wrong intput column for cast validity check (#38894)

2024-08-07 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring 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 d935829e80a [fix](schema-change) Fix wrong i

Re: [PR] [Improvement](runtime-filter) adjust always true judge rule of runtime filter apply [doris]

2024-08-07 Thread via GitHub
BiteThet commented on PR #38300: URL: https://github.com/apache/doris/pull/38300#issuecomment-2272988634 run performance -- 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] [fix](group commit) Modify group commit commit/abort txn timeout as stream load [doris]

2024-08-07 Thread via GitHub
mymeiyi commented on PR #39003: URL: https://github.com/apache/doris/pull/39003#issuecomment-2272990918 run performance -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To u

Re: [PR] [Fix](parquet-reader) Fix and optimize parquet min-max filtering. [doris]

2024-08-07 Thread via GitHub
kaka11chen commented on code in PR #38277: URL: https://github.com/apache/doris/pull/38277#discussion_r1706659793 ## be/test/vec/exec/parquet/parquet_corrupt_statistics_test.cpp: ## @@ -0,0 +1,134 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more cont

Re: [PR] [fix]Fix SQLParser parsing the default value of datetime type as the current time [doris-flink-connector]

2024-08-07 Thread via GitHub
DongLiang-0 commented on code in PR #464: URL: https://github.com/apache/doris-flink-connector/pull/464#discussion_r1706660063 ## flink-doris-connector/src/main/java/org/apache/doris/flink/sink/schema/SQLParserSchemaManager.java: ## @@ -267,11 +280,28 @@ private String processR

Re: [PR] [fix](Nereids) cast to boolean wrong when constant folding by be [doris]

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

Re: [PR] [Performance](opt) opt the order by performance in permutation [doris]

2024-08-07 Thread via GitHub
HappenLee commented on PR #38985: URL: https://github.com/apache/doris/pull/38985#issuecomment-2272994003 run performance -- 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] [opt](merge-on-write) Skip the alignment process of some rowsets in partial update #38487 [doris]

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

Re: [PR] [fix] (inverted index) Fix match function without inverted index [doris]

2024-08-07 Thread via GitHub
csun5285 commented on PR #38989: URL: https://github.com/apache/doris/pull/38989#issuecomment-2272994074 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](inverted index) lazy init inverted index file reader [doris]

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

Re: [PR] [fix](boolean) fix cast as boolean error [doris]

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

Re: [PR] [improve](tablet_lock) do not hold tablet lock when clearing cache [doris]

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

[PR] [fix](load) check -238 segment number limit earlier [doris]

2024-08-07 Thread via GitHub
kaijchen opened a new pull request, #39045: URL: https://github.com/apache/doris/pull/39045 ## Proposed changes Previously we check segment number when build rowset because we don't want throw an error in the intermediate state, hoping segment compaction can reduce segment number lat

Re: [PR] [fix](load) check -238 segment number limit earlier [doris]

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

Re: [PR] [fix](load) check -238 segment number limit earlier [doris]

2024-08-07 Thread via GitHub
kaijchen commented on PR #39045: URL: https://github.com/apache/doris/pull/39045#issuecomment-2272996252 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](wal) modify wal api which hard to use [doris]

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

(doris) branch branch-3.0 updated: [opt](merge-on-write) Skip the alignment process of some rowsets in partial update (#38487)

2024-08-07 Thread gavinchou
This is an automated email from the ASF dual-hosted git repository. gavinchou pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new b737c88661b [opt](merge-on-write) Skip

Re: [PR] [feature](restore) Support clean_restore property for restore job [doris]

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

Re: [PR] [bugfix](backup)(cooldown) cancel backup properly when be backup failed #38724 [doris]

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

Re: [PR] [bugfix](backup)(cooldown) cancel backup properly when be backup failed #38724 [doris]

2024-08-07 Thread via GitHub
doris-robot commented on PR #38994: URL: https://github.com/apache/doris/pull/38994#issuecomment-2272999690 TeamCity be ut coverage result: Function Coverage: 37.74% (8102/21467) Line Coverage: 29.37% (66350/225881) Region Coverage: 28.88% (34239/118564) Branch Coverage: 24.7

Re: [PR] [opt](arm) Optimize the BlockBloomFilter::bucket_find on ARM platforms using NEON instructions. [doris]

2024-08-07 Thread via GitHub
hello-stephen commented on PR #3: URL: https://github.com/apache/doris/pull/3#issuecomment-2273001158 run arm -- 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] [improve](config)del useless creation config for inverted index [doris]

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

(doris) branch branch-2.1 updated (36edfa0c65a -> 6f37e483f8c)

2024-08-07 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git from 36edfa0c65a [cherry-pick](branch-2.1) Pick "[Enhancement](audit log) Set print audit log sesssion variable defau

Re: [PR] [pick](cases)add array_contains cases from mysql_fulltext [doris]

2024-08-07 Thread via GitHub
yiguolei merged PR #38709: URL: https://github.com/apache/doris/pull/38709 -- 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] (inverted index) Fix match function without inverted index [doris]

2024-08-07 Thread via GitHub
csun5285 commented on PR #38989: URL: https://github.com/apache/doris/pull/38989#issuecomment-2273003338 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](inverted index) lazy init inverted index file reader [doris]

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

Re: [PR] [Fix](parquet-reader) Fix and optimize parquet min-max filtering. [doris]

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

Re: [PR] [opt](merge-on-write) Skip the alignment process of some rowsets in partial update #38487 [doris]

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

Re: [PR] [fix](Nereids) cast to boolean wrong when constant folding by be [doris]

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

Re: [PR] [function](cast)Make string casting to integers more like MySQL's behavior [doris]

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

Re: [PR] [fix] (inverted index) Fix match function without inverted index [doris]

2024-08-07 Thread via GitHub
github-actions[bot] commented on PR #38989: URL: https://github.com/apache/doris/pull/38989#issuecomment-2273005927 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](restore) Support clean_restore property for restore job [doris]

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

Re: [PR] [fix](load) check -238 segment number limit earlier [doris]

2024-08-07 Thread via GitHub
github-actions[bot] commented on PR #39045: URL: https://github.com/apache/doris/pull/39045#issuecomment-2273009055 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](merge-on-write) Skip the alignment process of some rowsets in partial update #38487 [doris]

2024-08-07 Thread via GitHub
doris-robot commented on PR #38686: URL: https://github.com/apache/doris/pull/38686#issuecomment-2273010343 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit 0f63bcf78ebc770eef8e0f68a64622b1f59b403a with default session variables Stream

Re: [PR] [opt] (inverted index) add inverted index file size for open file [doris]

2024-08-07 Thread via GitHub
csun5285 commented on PR #37482: URL: https://github.com/apache/doris/pull/37482#issuecomment-2273012491 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] Revert "[scan](improvement) Adjust parallel scanners num (#38430)" [doris]

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

[PR] Revert "[scan](improvement) Adjust parallel scanners num (#38430)" [doris]

2024-08-07 Thread via GitHub
HappenLee opened a new pull request, #39046: URL: https://github.com/apache/doris/pull/39046 This reverts commit 11b332fd90eadeff78d120db2b51abc6b7b44d35. ## Proposed changes Issue Number: close #xxx -- This is an automated message from the Apache Git Service.

Re: [PR] Revert "[scan](improvement) Adjust parallel scanners num (#38430)" [doris]

2024-08-07 Thread via GitHub
HappenLee commented on PR #39046: URL: https://github.com/apache/doris/pull/39046#issuecomment-2273011825 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](function) MicroSecondsSub without scale [doris]

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

Re: [PR] [opt](set operation) INTERSECT should evaluated before others [doris]

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

Re: [PR] [improve](tablet_lock) do not hold tablet lock when clearing cache [doris]

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

Re: [PR] [fix] (inverted index) Fix match function without inverted index [doris]

2024-08-07 Thread via GitHub
github-actions[bot] commented on PR #38989: URL: https://github.com/apache/doris/pull/38989#issuecomment-2273015903 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] [Enhancement](wal) modify wal api which hard to use [doris]

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

Re: [PR] [fix](cluster key) some data type is not supported for cluster key [doris]

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

Re: [PR] [fix](local exchange) Fix EOS processing in local exchanger [doris]

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

Re: [PR] [WIP]Test sub txn [doris]

2024-08-07 Thread via GitHub
hust-hhb commented on PR #38887: URL: https://github.com/apache/doris/pull/38887#issuecomment-2273022212 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] [bugfix](backup)(cooldown) cancel backup properly when be backup failed #38724 [doris]

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

Re: [PR] Revert "[scan](improvement) Adjust parallel scanners num (#38430)" [doris]

2024-08-07 Thread via GitHub
github-actions[bot] commented on PR #39046: URL: https://github.com/apache/doris/pull/39046#issuecomment-2273023982 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](tablet_lock) do not hold tablet lock when clearing cache [doris]

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

Re: [PR] [function](cast)Make string casting to integers more like MySQL's behavior [doris]

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

Re: [PR] [Enhancement](wal) modify wal api which hard to use [doris]

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

Re: [PR] [fix](function) MicroSecondsSub without scale [doris]

2024-08-07 Thread via GitHub
github-actions[bot] commented on PR #38945: URL: https://github.com/apache/doris/pull/38945#issuecomment-2273028582 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] [bugfix](backup)(cooldown) cancel backup properly when be backup failed #38724 [doris]

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

Re: [PR] [opt](set operation) INTERSECT should evaluated before others [doris]

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

Re: [PR] [Fix](Planner) fix delete from using does not attach partition information [doris]

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

Re: [PR] [fix](group commit) Modify group commit commit/abort txn timeout as stream load [doris]

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

Re: [PR] [fix](load) check -238 segment number limit earlier [doris]

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

Re: [PR] [function](cast)Make string casting to integers more like MySQL's behavior [doris]

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

Re: [PR] [bugfix](backup)(cooldown) cancel backup properly when be backup failed #38724 [doris]

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

Re: [PR] [fix](local exchange) Fix EOS processing in local exchanger [doris]

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

Re: [PR] [fix](cluster key) some data type is not supported for cluster key [doris]

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

Re: [PR] [Fix](parquet-reader) Fix and optimize parquet min-max filtering. [doris]

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

Re: [PR] [opt](set operation) INTERSECT should evaluated before others [doris]

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

Re: [PR] [fix](function) MicroSecondsSub without scale [doris]

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

Re: [PR] Revert "[scan](improvement) Adjust parallel scanners num (#38430)" [doris]

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

Re: [PR] [Improment]Limit remote scan IO [doris]

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

Re: [PR] [fix](cluster key) some data type is not supported for cluster key [doris]

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

Re: [PR] [fix](load) check -238 segment number limit earlier [doris]

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

Re: [PR] [Fix](Planner) fix delete from using does not attach partition information [doris]

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

Re: [PR] [fix](group commit) Modify group commit commit/abort txn timeout as stream load [doris]

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

Re: [PR] [enhancement](errmsg) Make stream load error message more clear and change some Errors stacktrace [doris]

2024-08-07 Thread via GitHub
github-actions[bot] commented on PR #38978: URL: https://github.com/apache/doris/pull/38978#issuecomment-2273060450 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](parquet-reader) Fix and optimize parquet min-max filtering. [doris]

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

Re: [PR] [fix](memory) Fix Allocator release memory to correct MemTracker after TLS attach task ends [doris]

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

Re: [PR] [fix](group commit) Modify group commit commit/abort txn timeout as stream load [doris]

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

Re: [PR] [Fix](Planner) fix delete from using does not attach partition information [doris]

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

Re: [PR] [fix](load) check -238 segment number limit earlier [doris]

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

Re: [PR] [improve](regression test)Add test for time series compact empty rowset (#29509) [doris]

2024-08-07 Thread via GitHub
github-actions[bot] commented on PR #38927: URL: https://github.com/apache/doris/pull/38927#issuecomment-2273068364 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](regression test)Add test for time series compact empty rowset (#29509) [doris]

2024-08-07 Thread via GitHub
github-actions[bot] commented on PR #38927: URL: https://github.com/apache/doris/pull/38927#issuecomment-2273068430 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] Revert "[scan](improvement) Adjust parallel scanners num (#38430)" [doris]

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

Re: [PR] [Improment]Limit remote scan IO [doris]

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

Re: [PR] [enhancement](regression-test) agg schema value add case [doris]

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

[I] [Bug] Tablet Scheduler无法正常工作分配balance任务 [doris]

2024-08-07 Thread via GitHub
boluoge opened a new issue, #39048: URL: https://github.com/apache/doris/issues/39048 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version doris-2.0.3-rc06

Re: [PR] [Fix](parquet-reader) Fix and optimize parquet min-max filtering. [doris]

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

(doris) branch branch-2.0 updated: [improve](regression test)Add test for time series compact empty rowset (#29509) (#38927)

2024-08-07 Thread airborne
This is an automated email from the ASF dual-hosted git repository. airborne 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 7d276345969 [improve](regression test)A

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