Re: [PR] [Improment]Query queued by be memory [doris]

2024-07-11 Thread via GitHub
yiguolei commented on code in PR #37559: URL: https://github.com/apache/doris/pull/37559#discussion_r1675405258 ## fe/fe-core/src/main/java/org/apache/doris/resource/workloadgroup/QueryQueue.java: ## @@ -126,30 +138,47 @@ public QueueToken getToken() throws UserException {

Re: [PR] [Improment]Query queued by be memory [doris]

2024-07-11 Thread via GitHub
yiguolei commented on code in PR #37559: URL: https://github.com/apache/doris/pull/37559#discussion_r1675404264 ## fe/fe-core/src/main/java/org/apache/doris/resource/workloadgroup/QueryQueue.java: ## @@ -126,30 +138,47 @@ public QueueToken getToken() throws UserException {

Re: [PR] [Enhancement](delete) Modify some p2 delete cases' property [doris]

2024-07-11 Thread via GitHub
Yukang-Lian commented on PR #37689: URL: https://github.com/apache/doris/pull/37689#issuecomment-2224945569 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

(doris) branch master updated: [change](index) change enable_create_bitmap_index_as_inverted_index default to true (#36692)

2024-07-11 Thread gavinchou
This is an automated email from the ASF dual-hosted git repository. gavinchou 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 5dd27802096 [change](index) change enable_cre

Re: [PR] [feature-wip](Recycler) Parallelize s3 delete operations and recycle_tablet [doris]

2024-07-11 Thread via GitHub
github-actions[bot] commented on code in PR #37630: URL: https://github.com/apache/doris/pull/37630#discussion_r1675401621 ## cloud/test/recycler_test.cpp: ## @@ -48,6 +48,8 @@ static const std::string instance_id = "instance_id_recycle_test"; static int64_t current_time = 0;

Re: [PR] [change](index) change enable_create_bitmap_index_as_inverted_index default to true [doris]

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

Re: [PR] [fix](arrow-flight-sql) Open regression-test/pipeline/p0/arrow_flight_sql [doris]

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

Re: [PR] [Fix](Nereids) fix fe fold constant evaluate like function [doris]

2024-07-11 Thread via GitHub
LiBinfeng-01 commented on PR #37616: URL: https://github.com/apache/doris/pull/37616#issuecomment-2224935744 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] [change](index) change enable_create_bitmap_index_as_inverted_index default to true [doris]

2024-07-11 Thread via GitHub
github-actions[bot] commented on PR #36692: URL: https://github.com/apache/doris/pull/36692#issuecomment-2224920928 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](arrow-flight-sql) Open regression-test/pipeline/p0/arrow_flight_sql [doris]

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

Re: [PR] [change](index) change enable_create_bitmap_index_as_inverted_index default to true [doris]

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

Re: [PR] [fix](nereids)subquery unnesting get wrong result if correlated conjuncts is not slot_a = slot_b [doris]

2024-07-11 Thread via GitHub
morrySnow commented on code in PR #37644: URL: https://github.com/apache/doris/pull/37644#discussion_r1675389588 ## fe/fe-core/src/main/java/org/apache/doris/nereids/jobs/executor/Rewriter.java: ## @@ -204,7 +204,8 @@ public class Rewriter extends AbstractBatchJobExecutor {

Re: [PR] [Fix](Nereids) fix fe fold constant evaluate like function [doris]

2024-07-11 Thread via GitHub
xzj7019 commented on code in PR #37616: URL: https://github.com/apache/doris/pull/37616#discussion_r1675388337 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/rules/FoldConstantRuleOnFE.java: ## @@ -405,6 +405,11 @@ public Expression visitOr(Or or, Expressi

Re: [PR] [opt](index) add more inverted index profile metrics [doris]

2024-07-11 Thread via GitHub
xiaokang commented on PR #36696: URL: https://github.com/apache/doris/pull/36696#issuecomment-2224894268 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](arrow-flight-sql) Open regression-test/pipeline/p0/arrow_flight_sql [doris]

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

Re: [PR] [fix](partial update) fix a mem leak issue [doris]

2024-07-11 Thread via GitHub
github-actions[bot] commented on PR #37706: URL: https://github.com/apache/doris/pull/37706#issuecomment-2224882714 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

(doris) branch branch-3.0 updated: (join) fix broadcast join running when hash table build not finished

2024-07-11 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring 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 0d2d9357109 (join) fix broadcast joi

Re: [PR] [enhance](mtmv)MTMV support refresh by time range [doris]

2024-07-11 Thread via GitHub
github-actions[bot] commented on PR #36134: URL: https://github.com/apache/doris/pull/36134#issuecomment-2224875479 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](partial update) fix a mem leak issue [doris]

2024-07-11 Thread via GitHub
zhannngchen commented on PR #37706: URL: https://github.com/apache/doris/pull/37706#issuecomment-2224874059 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] [Improment]Query queued by be memory [doris]

2024-07-11 Thread via GitHub
yiguolei commented on code in PR #37559: URL: https://github.com/apache/doris/pull/37559#discussion_r1675373545 ## fe/fe-core/src/main/java/org/apache/doris/resource/workloadgroup/QueryQueue.java: ## @@ -105,18 +104,31 @@ public QueueToken getToken() throws UserException {

Re: [PR] [Improment]Query queued by be memory [doris]

2024-07-11 Thread via GitHub
yiguolei commented on code in PR #37559: URL: https://github.com/apache/doris/pull/37559#discussion_r1675374613 ## fe/fe-core/src/main/java/org/apache/doris/resource/workloadgroup/QueryQueue.java: ## @@ -105,18 +104,31 @@ public QueueToken getToken() throws UserException {

Re: [PR] [Improment]Query queued by be memory [doris]

2024-07-11 Thread via GitHub
yiguolei commented on code in PR #37559: URL: https://github.com/apache/doris/pull/37559#discussion_r1675373545 ## fe/fe-core/src/main/java/org/apache/doris/resource/workloadgroup/QueryQueue.java: ## @@ -105,18 +104,31 @@ public QueueToken getToken() throws UserException {

(doris) branch master updated: [fix](dockerfile) Switch repos to point to to vault.centos.org because CentOS 7 is EOL (#37568)

2024-07-11 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 4a4bcc6c14f [fix](dockerfile) Switch repos to

Re: [PR] [Enhancement](alter) support add partitions in batch [doris]

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

Re: [PR] [Fix](Nereids) fix fe fold constant evaluate like function [doris]

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

Re: [PR] [fix](dockerfile) Switch repos to point to to vault.centos.org because CentOS 7 is EOL [doris]

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

Re: [PR] [fix](timeout) unify query_timeout, use setting from user property first [doris]

2024-07-11 Thread via GitHub
Yulei-Yang commented on PR #37626: URL: https://github.com/apache/doris/pull/37626#issuecomment-2224833492 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] [Fix](Nereids) fix fe fold constant evaluate like function [doris]

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

Re: [PR] [Enhancement](alter) support add partitions in batch [doris]

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

(doris) branch master updated: [feture](inverted index) add ordered functionality to match_phrase query (#36356)

2024-07-11 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 0bcf11a79cf [feture](inverted index) add ord

Re: [PR] [fix](delete) fix the error message for valid decimal data for 2.1 [doris]

2024-07-11 Thread via GitHub
github-actions[bot] commented on PR #37710: URL: https://github.com/apache/doris/pull/37710#issuecomment-2224822795 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] [feture](inverted index) add ordered functionality to match_phrase query [doris]

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

Re: [PR] [fix](readconsistency) avoid table not exist error #37593 [doris]

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

Re: [PR] [fix](delete) fix the error message for valid decimal data for 2.1 [doris]

2024-07-11 Thread via GitHub
github-actions[bot] commented on PR #37710: URL: https://github.com/apache/doris/pull/37710#issuecomment-2224819449 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](delete) fix the error message for valid decimal data for 2.1 [doris]

2024-07-11 Thread via GitHub
github-actions[bot] commented on PR #37710: URL: https://github.com/apache/doris/pull/37710#issuecomment-2224819349 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](readconsistency) avoid table not exist error #37593 [doris]

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

Re: [PR] [Fix](Nereids) fix fe fold constant evaluate like function [doris]

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

Re: [PR] [fix](delete) fix the error message for valid decimal data for 2.1 [doris]

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

[PR] [fix](delete) fix the error message for valid decimal data for 2.1 [doris]

2024-07-11 Thread via GitHub
felixwluo opened a new pull request, #37710: URL: https://github.com/apache/doris/pull/37710 ## Proposed changes cherry-pick : #36802 -- 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

Re: [PR] [Enhancement](alter) support add partitions in batch [doris]

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

Re: [PR] [fix](readconsistency) avoid table not exist error #37593 [doris]

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

(doris) branch branch-3.0 updated: [cherry-pick](branch-3.0) add inverted index storage format V2 (#37419)

2024-07-11 Thread airborne
This is an automated email from the ASF dual-hosted git repository. airborne 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 070914e08e6 [cherry-pick](branch-3.0) a

Re: [PR] [cherry-pick](branch-3.0) add inverted index storage format V2 [doris]

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

Re: [PR] [fix](arrow-flight-sql) Open regression-test/pipeline/p0/arrow_flight_sql [doris]

2024-07-11 Thread via GitHub
xinyiZzz commented on PR #36854: URL: https://github.com/apache/doris/pull/36854#issuecomment-2224787209 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](inverted index) opt value extraction from column to string [doris]

2024-07-11 Thread via GitHub
zzzxl1993 commented on PR #37395: URL: https://github.com/apache/doris/pull/37395#issuecomment-2224778651 run p0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscr

Re: [PR] [opt](inverted index) opt value extraction from column to string [doris]

2024-07-11 Thread via GitHub
zzzxl1993 commented on PR #37395: URL: https://github.com/apache/doris/pull/37395#issuecomment-2224778462 run external -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To un

Re: [PR] [improvement](statistics)Enable estimate hive table row count using file size. (#37218) [doris]

2024-07-11 Thread via GitHub
Jibing-Li merged PR #37694: URL: https://github.com/apache/doris/pull/37694 -- 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 branch-2.1 updated: [improvement](statistics)Enable estimate hive table row count using file size. (#37218) (#37694)

2024-07-11 Thread lijibing
This is an automated email from the ASF dual-hosted git repository. lijibing 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 259d28407e4 [improvement](statistics)En

(doris) branch branch-2.1 updated: [test](statistics)Add test case for set global variables. (#37582) (#37691)

2024-07-11 Thread lijibing
This is an automated email from the ASF dual-hosted git repository. lijibing 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 37583d2d0a0 [test](statistics)Add test

Re: [PR] [test](statistics)Add test case for set global variables. (#37582) [doris]

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

Re: [PR] [fix](readconsistency) avoid table not exist error #37593 [doris]

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

Re: [PR] [Fix](trino-connector) The Trino connector supports pushdown project to the connector [doris]

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

Re: [PR] [fix](query cancel) Fix query is cancelled when it comes from follower FE #37662 [doris]

2024-07-11 Thread via GitHub
doris-robot commented on PR #37707: URL: https://github.com/apache/doris/pull/37707#issuecomment-2224743939 TeamCity be ut coverage result: Function Coverage: 36.44% (9184/25204) Line Coverage: 27.97% (75105/268489) Region Coverage: 26.84% (38739/144321) Branch Coverage: 23.5

Re: [PR] [Fix](trino-connector) The Trino connector supports pushdown project to the connector [doris]

2024-07-11 Thread via GitHub
doris-robot commented on PR #37565: URL: https://github.com/apache/doris/pull/37565#issuecomment-2224729976 TPC-DS: Total hot run time: 173219 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) implementation of match function without index [doris]

2024-07-11 Thread via GitHub
github-actions[bot] commented on PR #36918: URL: https://github.com/apache/doris/pull/36918#issuecomment-2224722504 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] [branch-2.1](memory) Add HTTP API to clear data cache [doris]

2024-07-11 Thread via GitHub
github-actions[bot] commented on PR #37704: URL: https://github.com/apache/doris/pull/37704#issuecomment-2224720434 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] [cherry-pick](branch-2.0) Pick "[Enhancement](partial update) Add some partial update case (#36385)" [doris]

2024-07-11 Thread via GitHub
Yukang-Lian commented on PR #37519: URL: https://github.com/apache/doris/pull/37519#issuecomment-2224699282 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](trino-connector) The Trino connector supports pushdown project to the connector [doris]

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

Re: [PR] [Enhancement](alter) support add partitions in batch [doris]

2024-07-11 Thread via GitHub
felixwluo commented on PR #37114: URL: https://github.com/apache/doris/pull/37114#issuecomment-2224697226 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

(doris) branch branch-3.0 updated: [opt](regression-test) More test case to trace problem of datetime v2 round (#37520)

2024-07-11 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring 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 c34c986ffec [opt](regression-test) M

Re: [PR] [fix](hive) Make doris read hive text table parameters and behavior consistent with hive [doris]

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

(doris) branch master updated (a4371c2f6d7 -> b55453443ff)

2024-07-11 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from a4371c2f6d7 [fix](recycler) Fix incorrect mtime convertion in azure obj client (#37535) add b55453443ff [fix]

Re: [PR] [Fix](Nereids) fix fe fold constant evaluate like function [doris]

2024-07-11 Thread via GitHub
LiBinfeng-01 commented on PR #37616: URL: https://github.com/apache/doris/pull/37616#issuecomment-2224679066 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] [cherry-pick](branch-2.0) Pick "[Enhancement](partial update) Add some partial update case (#36385)" [doris]

2024-07-11 Thread via GitHub
dataroaring commented on PR #37519: URL: https://github.com/apache/doris/pull/37519#issuecomment-2224677683 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](query cancel) Fix query is cancelled when it comes from follower FE #37662 [doris]

2024-07-11 Thread via GitHub
github-actions[bot] commented on PR #37707: URL: https://github.com/apache/doris/pull/37707#issuecomment-2224675518 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](readconsistency) avoid table not exist error #37593 [doris]

2024-07-11 Thread via GitHub
dataroaring commented on PR #37709: URL: https://github.com/apache/doris/pull/37709#issuecomment-2224673095 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](query cancel) Fix query is cancelled when it comes from follower FE #37662 [doris]

2024-07-11 Thread via GitHub
zhiqiang- commented on PR #37707: URL: https://github.com/apache/doris/pull/37707#issuecomment-2224671133 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](query cancel) Fix query is cancelled when it comes from follower FE #37662 [doris]

2024-07-11 Thread via GitHub
github-actions[bot] commented on PR #37707: URL: https://github.com/apache/doris/pull/37707#issuecomment-2224667154 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](query cancel) Fix query is cancelled when it comes from follower FE #37662 [doris]

2024-07-11 Thread via GitHub
zhiqiang- commented on PR #37707: URL: https://github.com/apache/doris/pull/37707#issuecomment-2224651106 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](trino-connector) The Trino connector supports pushdown project to the connector [doris]

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

Re: [PR] [fix](cloud) To ensure compatibility with the cloud upgrade [doris]

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

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

2024-07-11 Thread via GitHub
doris-robot commented on PR #36918: URL: https://github.com/apache/doris/pull/36918#issuecomment-2224638735 TeamCity be ut coverage result: Function Coverage: 36.44% (9184/25204) Line Coverage: 27.96% (75090/268526) Region Coverage: 26.83% (38732/144349) Branch Coverage: 23.5

[PR] [install] add jdk 8 and jdk 17 guidance. fix some missing doc [doris-website]

2024-07-11 Thread via GitHub
morningman opened a new pull request, #855: URL: https://github.com/apache/doris-website/pull/855 (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 unsubscrib

Re: [PR] [fix](partial update) fix a mem leak issue [doris]

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

Re: [PR] [fix](cloud) To ensure compatibility with the cloud upgrade [doris]

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

Re: [PR] [fix](partial update) fix a mem leak issue [doris]

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

(doris) branch master updated: [fix](recycler) Fix incorrect mtime convertion in azure obj client (#37535)

2024-07-11 Thread gavinchou
This is an automated email from the ASF dual-hosted git repository. gavinchou 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 a4371c2f6d7 [fix](recycler) Fix incorrect mtim

Re: [PR] [fix](recycler) Fix incorrect mtime convertion in azure obj client [doris]

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

Re: [PR] [branch-2.1](memory) Support make all memory snapshots [doris]

2024-07-11 Thread via GitHub
doris-robot commented on PR #37705: URL: https://github.com/apache/doris/pull/37705#issuecomment-2224616465 TeamCity be ut coverage result: Function Coverage: 36.43% (9183/25206) Line Coverage: 27.97% (75094/268491) Region Coverage: 26.84% (38734/144327) Branch Coverage: 23.5

Re: [PR] [feature](sql-block-rule) sql block rule support external table [doris]

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

Re: [PR] [branch-2.1](memory) Add HTTP API to clear data cache [doris]

2024-07-11 Thread via GitHub
doris-robot commented on PR #37704: URL: https://github.com/apache/doris/pull/37704#issuecomment-2224617376 TeamCity be ut coverage result: Function Coverage: 36.45% (9188/25207) Line Coverage: 27.98% (75118/268476) Region Coverage: 26.85% (38748/144318) Branch Coverage: 23.5

Re: [PR] [fix](jni_connector) fix that be core when jni_connector open fails [doris]

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

Re: [PR] [feature](mtmv) Support querying rewrite by materialized view when DML such as insert and insert overwrite [doris]

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

Re: [PR] [feature](sql-block-rule) sql block rule support external table [doris]

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

Re: [PR] [fix](cloud) To ensure compatibility with the cloud upgrade [doris]

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

Re: [PR] [fix](jni_connector) fix that be core when jni_connector open fails [doris]

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

Re: [PR] [feature](mtmv) Support querying rewrite by materialized view when DML such as insert and insert overwrite [doris]

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

Re: [PR] [fix](recycler) Fix incorrect mtime convertion in azure obj client [doris]

2024-07-11 Thread via GitHub
github-actions[bot] commented on PR #37535: URL: https://github.com/apache/doris/pull/37535#issuecomment-2224596227 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](inverted index) implementation of match function without index [doris]

2024-07-11 Thread via GitHub
github-actions[bot] commented on PR #36918: URL: https://github.com/apache/doris/pull/36918#issuecomment-2224595667 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](inverted index) implementation of match function without index [doris]

2024-07-11 Thread via GitHub
github-actions[bot] commented on PR #36918: URL: https://github.com/apache/doris/pull/36918#issuecomment-2224594779 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](partial update) fix a mem leak issue [doris]

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

Re: [PR] [Optimize](Row store) allow to set row_store_page_size for tables, change default value to 16KB [doris]

2024-07-11 Thread via GitHub
lxr599 commented on PR #37145: URL: https://github.com/apache/doris/pull/37145#issuecomment-2224590163 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 unsubscribe

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

2024-07-11 Thread via GitHub
zzzxl1993 commented on PR #36918: URL: https://github.com/apache/doris/pull/36918#issuecomment-2224580577 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](arrow-flight-sql) Open regression-test/pipeline/p0/arrow_flight_sql [doris]

2024-07-11 Thread via GitHub
xinyiZzz commented on PR #36854: URL: https://github.com/apache/doris/pull/36854#issuecomment-2224579414 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](sql-block-rule) sql block rule support external table [doris]

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

Re: [PR] [fix](jni_connector) fix that be core when jni_connector open fails [doris]

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

Re: [PR] [feature](mtmv) Support querying rewrite by materialized view when DML such as insert and insert overwrite [doris]

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

Re: [PR] [fix](cloud) To ensure compatibility with the cloud upgrade [doris]

2024-07-11 Thread via GitHub
github-actions[bot] commented on PR #37708: URL: https://github.com/apache/doris/pull/37708#issuecomment-2224555314 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](inverted index) opt value extraction from column to string [doris]

2024-07-11 Thread via GitHub
zzzxl1993 commented on PR #37395: URL: https://github.com/apache/doris/pull/37395#issuecomment-2224550297 run external -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To un

Re: [PR] [fix](readconsistency) avoid table not exist error #37593 [doris]

2024-07-11 Thread via GitHub
doris-robot commented on PR #37709: URL: https://github.com/apache/doris/pull/37709#issuecomment-2224549035 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

  1   2   3   4   5   6   7   8   >