Re: [PR] [improve](cloud-mow) merge and remove old version of delete bitmap when cumulative compaction is done [doris]

2024-09-12 Thread via GitHub
zhannngchen commented on code in PR #40204: URL: https://github.com/apache/doris/pull/40204#discussion_r1756812801 ## regression-test/suites/compaction/test_cu_compaction_remove_old_version_delete_bitmap.groovy: ## @@ -0,0 +1,321 @@ +// Licensed to the Apache Software Foundation

Re: [PR] [improve](cloud-mow) merge and remove old version of delete bitmap when cumulative compaction is done [doris]

2024-09-12 Thread via GitHub
zhannngchen commented on code in PR #40204: URL: https://github.com/apache/doris/pull/40204#discussion_r1756816089 ## be/src/cloud/cloud_cumulative_compaction.cpp: ## @@ -340,9 +341,125 @@ Status CloudCumulativeCompaction::modify_rowsets() {

Re: [PR] [improve](cloud-mow) merge and remove old version of delete bitmap when cumulative compaction is done [doris]

2024-09-12 Thread via GitHub
zhannngchen commented on code in PR #40204: URL: https://github.com/apache/doris/pull/40204#discussion_r1756814104 ## cloud/src/meta-service/meta_service.h: ## @@ -631,6 +641,21 @@ class MetaServiceProxy final : public MetaService { done); } +void r

[PR] [improve](cloud) use compute group instead of cluster and cluster_id instead of cloud_instance_id [doris]

2024-09-12 Thread via GitHub
dataroaring opened a new pull request, #40767: URL: https://github.com/apache/doris/pull/40767 ## Proposed changes Issue Number: close #xxx -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] [improve](cloud) use compute group instead of cluster and cluster_id instead of cloud_instance_id [doris]

2024-09-12 Thread via GitHub
doris-robot commented on PR #40767: URL: https://github.com/apache/doris/pull/40767#issuecomment-2346236309 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] [Refactor](inverted index) add analyzer for inverted index to unify analysis process [doris]

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

Re: [PR] [feature](cloud) Add more ut and bvar for txn lazy commit [doris]

2024-09-12 Thread via GitHub
SWJTU-ZhangLei commented on PR #40486: URL: https://github.com/apache/doris/pull/40486#issuecomment-2346243637 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

Re: [PR] [fix](hive) support null_format and escape_char for hive text [doris]

2024-09-12 Thread via GitHub
suxiaogang223 commented on PR #40291: URL: https://github.com/apache/doris/pull/40291#issuecomment-2346243547 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](hive) support null_format and escape_char for hive text [doris]

2024-09-12 Thread via GitHub
github-actions[bot] commented on PR #40291: URL: https://github.com/apache/doris/pull/40291#issuecomment-2346243884 ## Possible file(s) that should be tracked in LFS detected: 🚨 The following file(s) exceeds the file size limit: `1048576` bytes, as set in the .yml configuration files

Re: [PR] [Refactor](inverted index) add analyzer for inverted index to unify analysis process [doris]

2024-09-12 Thread via GitHub
doris-robot commented on PR #40758: URL: https://github.com/apache/doris/pull/40758#issuecomment-2346247236 TeamCity be ut coverage result: Function Coverage: 36.91% (9464/25642) Line Coverage: 28.26% (77810/275314) Region Coverage: 27.67% (40186/145217) Branch Coverage: 24.2

Re: [PR] [Fix](Nereids) remove unstable cases [doris]

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

Re: [PR] [Fix](Nereids) remove unstable cases [doris]

2024-09-12 Thread via GitHub
github-actions[bot] commented on PR #40752: URL: https://github.com/apache/doris/pull/40752#issuecomment-2346248916 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] [feat](nereids) disable join reorder if any table row count is not available [doris]

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

[PR] [enhancement]support query when only restoring a few partitions of this table [doris]

2024-09-12 Thread via GitHub
Johnnyssc opened a new pull request, #40768: URL: https://github.com/apache/doris/pull/40768 If query execute in one table that is restoring data, query may failed with Exception occasionally. Exception info :" Table state is not NORMAL: 'RESTORING'". But mostly restoreJob only eff

Re: [PR] [enhancement]support query when only restoring a few partitions of this table [doris]

2024-09-12 Thread via GitHub
doris-robot commented on PR #40768: URL: https://github.com/apache/doris/pull/40768#issuecomment-2346253089 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] [enhancement]support query when only restoring a few partitions of this table [doris]

2024-09-12 Thread via GitHub
Johnnyssc commented on PR #40768: URL: https://github.com/apache/doris/pull/40768#issuecomment-2346253471 run build all -- 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] [Enhancement]use awaitility.await() [doris]

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

Re: [PR] [Refactor](inverted index) add analyzer for inverted index to unify analysis process [doris]

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

Re: [PR] [Fix](cases) fix test_use_mv [doris]

2024-09-12 Thread via GitHub
LiBinfeng-01 commented on PR #40753: URL: https://github.com/apache/doris/pull/40753#issuecomment-2346265947 run cloud_p0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

Re: [PR] [fix](correctness) need to update flag of _has_null in ColumnNullable::filter_by_selector [doris]

2024-09-12 Thread via GitHub
zclllyybb commented on PR #40756: URL: https://github.com/apache/doris/pull/40756#issuecomment-2346278838 This pr is replaced by https://github.com/apache/doris/pull/40769 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

Re: [PR] [Refactor](Column) refactor ColumnNullable to provide flags safety [doris]

2024-09-12 Thread via GitHub
doris-robot commented on PR #40769: URL: https://github.com/apache/doris/pull/40769#issuecomment-2346278073 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](correctness) need to update flag of _has_null in ColumnNullable::filter_by_selector [doris]

2024-09-12 Thread via GitHub
zclllyybb commented on PR #40756: URL: https://github.com/apache/doris/pull/40756#issuecomment-2346280544 > Why I test the regression test case on 2.1.6 and 2.0.13, both got the same result as the output in this pr. > > Is there any other steps to reproduce the problem? to repr

Re: [PR] [Refactor](inverted index) add analyzer for inverted index to unify analysis process [doris]

2024-09-12 Thread via GitHub
doris-robot commented on PR #40758: URL: https://github.com/apache/doris/pull/40758#issuecomment-2346281431 ClickBench: Total hot run time: 31.44 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Improment]Add workload group query detail [doris]

2024-09-12 Thread via GitHub
morningman commented on code in PR #40050: URL: https://github.com/apache/doris/pull/40050#discussion_r1756870593 ## fe/fe-core/src/main/java/org/apache/doris/metric/PrometheusMetricVisitor.java: ## @@ -46,6 +47,8 @@ * doris_fe_job{job="load", type="mini", state="pending"} 0

(doris) branch branch-3.0 updated (07364f76d34 -> 755c708a73c)

2024-09-12 Thread gavinchou
This is an automated email from the ASF dual-hosted git repository. gavinchou pushed a change to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git from 07364f76d34 [fix](unary function) Fix wrong result of asin, acos and sqrt when processing invalid input (#40267

(doris) 05/06: [fix](mtmv)fix nested mtmv not refresh (#40433)

2024-09-12 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 commit 3d1f94b4c27b23ea10752a499923b81ec527e7a0 Author: zhangdong <493738...@qq.com> AuthorDate: Mon Sep 9 19:06:18 2024 +

(doris) 04/06: [enhancement](cloud) clarify codes and make TTL expiration work after abnormal cache type transition (#40226)

2024-09-12 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 commit 930285ee4fef43aac35b64c754bf72a5bd71442d Author: zhengyu AuthorDate: Thu Sep 12 17:42:34 2024 +0800 [enhancem

(doris) 03/06: [Fix](Variant) sparse columns should not be added in init segment iterator (#40295)

2024-09-12 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 commit ad49871b84cce5ad5fdcf67eb99e26c3e1cc8869 Author: lihangyu <15605149...@163.com> AuthorDate: Wed Sep 4 10:45:01 2024

(doris) 02/06: [enhancement](balance) change unnecessary write locks to read locks in cloud balance (#40633)

2024-09-12 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 commit cec8c5f240424e2a4b181de64ccad929c56a2006 Author: Luwei <814383...@qq.com> AuthorDate: Wed Sep 11 22:16:46 2024 +080

(doris) 06/06: [Fix](Job)Replace BlockingWaitStrategy with LiteTimeoutBlockingWaitStrategy to avoid deadlock issues. (#40625)

2024-09-12 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 commit 755c708a73ce136b9e8ec92d4da17b919ba249ed Author: Calvin Kirs AuthorDate: Thu Sep 12 00:18:48 2024 +0800 [Fix]

(doris) 01/06: [enhancement](schema-change) Support light schema change on hash columns and agg key columns with varchar type to change length (#39319)

2024-09-12 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 commit 826eef68b0d8e7d3f83227862db9d1d74180cee5 Author: Siyang Tang <82279870+tangsiyang2...@users.noreply.github.com> Aut

Re: [PR] [feat](nereids) disable join reorder if any table row count is not available [doris]

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

Re: [PR] [fix](regression-test) Multi threaded testing [doris]

2024-09-12 Thread via GitHub
cjj2010 commented on PR #39617: URL: https://github.com/apache/doris/pull/39617#issuecomment-2346321028 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] [fix](cloud-mow) Fix the issue of compaction holding mow table lock for a long time [doris]

2024-09-12 Thread via GitHub
hust-hhb commented on PR #40431: URL: https://github.com/apache/doris/pull/40431#issuecomment-2346319608 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](regression-test) agg schema value modify case1 [doris]

2024-09-12 Thread via GitHub
cjj2010 commented on PR #39390: URL: https://github.com/apache/doris/pull/39390#issuecomment-2346324088 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] [Fix](Nereids) fix minidump problems [doris]

2024-09-12 Thread via GitHub
LiBinfeng-01 commented on PR #36716: URL: https://github.com/apache/doris/pull/36716#issuecomment-2346324999 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](memory) Fix MemCounter null pointer [doris]

2024-09-12 Thread via GitHub
xinyiZzz commented on code in PR #40542: URL: https://github.com/apache/doris/pull/40542#discussion_r1756905128 ## be/src/runtime/memory/mem_tracker.cpp: ## @@ -20,95 +20,41 @@ #include "runtime/memory/mem_tracker.h" +#include #include #include -#include "bvar/bvar

Re: [PR] [feature](cloud) Add more ut and bvar for txn lazy commit [doris]

2024-09-12 Thread via GitHub
doris-robot commented on PR #40486: URL: https://github.com/apache/doris/pull/40486#issuecomment-2346329928 TeamCity be ut coverage result: Function Coverage: 36.89% (9462/25647) Line Coverage: 28.25% (77781/275352) Region Coverage: 27.66% (40174/145241) Branch Coverage: 24.2

Re: [PR] [fix](scanner) Fix incorrect _max_thread_num in scanner context #40569 [doris]

2024-09-12 Thread via GitHub
github-actions[bot] commented on PR #40760: URL: https://github.com/apache/doris/pull/40760#issuecomment-2346360242 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] [feat](nereids) disable join reorder if any table row count is not available [doris]

2024-09-12 Thread via GitHub
doris-robot commented on PR #40349: URL: https://github.com/apache/doris/pull/40349#issuecomment-2346360678 ClickBench: Total hot run time: 31.31 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [blog] Update TikTok Blog [doris-website]

2024-09-12 Thread via GitHub
morningman merged PR #1106: URL: https://github.com/apache/doris-website/pull/1106 -- 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...@d

(doris-website) branch master updated: [blog] Update TikTok Blog (#1106)

2024-09-12 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-website.git The following commit(s) were added to refs/heads/master by this push: new cc6bf57d177 [blog] Update TikTok Blog

Re: [PR] [feat](nereids) disable join reorder if any table row count is not available [doris]

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

Re: [PR] [fix](cloud) Optimize prompt messages when no cluster [doris]

2024-09-12 Thread via GitHub
deardeng commented on PR #38834: URL: https://github.com/apache/doris/pull/38834#issuecomment-2346400699 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](cloud-mow) Fix the issue of compaction holding mow table lock for a long time [doris]

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

Re: [PR] [fix](memory) Allows to enable memory tracker accuracy detection via Config [doris]

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

Re: [PR] [fix](scanner) Fix incorrect _max_thread_num in scanner context #40569 [doris]

2024-09-12 Thread via GitHub
zhiqiang- commented on PR #40760: URL: https://github.com/apache/doris/pull/40760#issuecomment-2346427371 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](scanner) Fix incorrect _max_thread_num in scanner context #40569 [doris]

2024-09-12 Thread via GitHub
github-actions[bot] commented on PR #40760: URL: https://github.com/apache/doris/pull/40760#issuecomment-2346446712 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](cloud) Optimize prompt messages when no cluster [doris]

2024-09-12 Thread via GitHub
doris-robot commented on PR #38834: URL: https://github.com/apache/doris/pull/38834#issuecomment-2346455349 TPC-H: Total hot run time: 43438 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 (755c708a73c -> d926041cc3c)

2024-09-12 Thread gavinchou
This is an automated email from the ASF dual-hosted git repository. gavinchou pushed a change to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git from 755c708a73c [Fix](Job)Replace BlockingWaitStrategy with LiteTimeoutBlockingWaitStrategy to avoid deadlock issue

(doris) 02/02: [fix](scanner) Fix deadlock when scanner submit failed (#40495)

2024-09-12 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 commit d926041cc3c03160545785c729c1143e05115885 Author: zhiqiang AuthorDate: Tue Sep 10 11:00:56 2024 +0800 [fix](sc

Re: [PR] [chore](dependencies)upgrade spring to 5.3.39 (#39863) [doris]

2024-09-12 Thread via GitHub
CalvinKirs commented on PR #40709: URL: https://github.com/apache/doris/pull/40709#issuecomment-2346459467 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 u

(doris) 01/02: [Fix](hdfs-fs)The cache expiration should explicitly release the held fs (#38610)

2024-09-12 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 commit bc02f3f8008374b79c2622d9196bf89c09cd9a90 Author: Calvin Kirs AuthorDate: Fri Sep 6 12:31:00 2024 +0800 [Fix](

Re: [PR] [fix](memory) Allows to enable memory tracker accuracy detection via Config [doris]

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

Re: [PR] [Fix](Nereids) fix minidump problems [doris]

2024-09-12 Thread via GitHub
LiBinfeng-01 commented on PR #36716: URL: https://github.com/apache/doris/pull/36716#issuecomment-2346466614 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] [Enhancement] support last_query_id function [doris]

2024-09-12 Thread via GitHub
github-actions[bot] commented on PR #40739: URL: https://github.com/apache/doris/pull/40739#issuecomment-2346469879 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](functions) impl scalar functions normal_cdf,to_iso8601,from_iso8601_date [doris]

2024-09-12 Thread via GitHub
hubgeter commented on PR #40695: URL: https://github.com/apache/doris/pull/40695#issuecomment-2346468769 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] support last_query_id function [doris]

2024-09-12 Thread via GitHub
github-actions[bot] commented on PR #40739: URL: https://github.com/apache/doris/pull/40739#issuecomment-2346469990 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](cases) fix test_use_mv [doris]

2024-09-12 Thread via GitHub
LiBinfeng-01 commented on PR #40753: URL: https://github.com/apache/doris/pull/40753#issuecomment-2346470559 run cloud_p0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

Re: [PR] [fix](memory) Allows to enable memory tracker accuracy detection via Config [doris]

2024-09-12 Thread via GitHub
doris-robot commented on PR #40714: URL: https://github.com/apache/doris/pull/40714#issuecomment-2346474953 ClickBench: Total hot run time: 31.22 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [fix](memory) Allows to enable memory tracker accuracy detection via Config [doris]

2024-09-12 Thread via GitHub
doris-robot commented on PR #40714: URL: https://github.com/apache/doris/pull/40714#issuecomment-2346475568 TeamCity be ut coverage result: Function Coverage: 36.89% (9462/25648) Line Coverage: 28.25% (77782/275353) Region Coverage: 27.65% (40165/145238) Branch Coverage: 24.2

Re: [PR] [fix](cloud) Optimize prompt messages when no cluster [doris]

2024-09-12 Thread via GitHub
doris-robot commented on PR #38834: URL: https://github.com/apache/doris/pull/38834#issuecomment-2346485857 TPC-DS: Total hot run time: 195964 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 (d926041cc3c -> 805a33f7686)

2024-09-12 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git from d926041cc3c [fix](scanner) Fix deadlock when scanner submit failed (#40495) new db3016dfe58 [chore](Nere

Re: [PR] [Fix](Nereids) remove unstable cases [doris]

2024-09-12 Thread via GitHub
yiguolei merged PR #40752: URL: https://github.com/apache/doris/pull/40752 -- 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) 02/02: [Fix](partial update) Fix wrongly update autoinc column in partial update (#39996)

2024-09-12 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 commit 805a33f7686a459acf16a5503e83d4ac517b6276 Author: bobhan1 AuthorDate: Wed Aug 28 18:09:52 2024 +0800 [Fix](p

(doris) branch branch-2.1 updated: [Fix](Nereids) remove unstable cases (#40752)

2024-09-12 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei 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 e586198d588 [Fix](Nereids) remove unsta

Re: [PR] [branch-2.1][Fix](Job)Replace BlockingWaitStrategy with LiteTimeoutBlockingWaitStrategy to avoid deadlock issues. (#40625) [doris]

2024-09-12 Thread via GitHub
yiguolei merged PR #40707: URL: https://github.com/apache/doris/pull/40707 -- 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](cloud) Optimize prompt messages when no cluster [doris]

2024-09-12 Thread via GitHub
doris-robot commented on PR #38834: URL: https://github.com/apache/doris/pull/38834#issuecomment-2346500146 ClickBench: Total hot run time: 31.17 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [feature](functions) impl scalar functions normal_cdf,to_iso8601,from_iso8601_date [doris]

2024-09-12 Thread via GitHub
hubgeter commented on PR #40695: URL: https://github.com/apache/doris/pull/40695#issuecomment-2346507820 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] [only test](opt) [doris]

2024-09-12 Thread via GitHub
Mryange commented on PR #40766: URL: https://github.com/apache/doris/pull/40766#issuecomment-2346510138 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] [Feat](Nereids) add numeric functions [doris]

2024-09-12 Thread via GitHub
LiBinfeng-01 commented on PR #40744: URL: https://github.com/apache/doris/pull/40744#issuecomment-2346510310 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](hive) support null_format and escape_char for hive text [doris]

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

Re: [PR] [Fix](Nereids) fix minidump problems [doris]

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

(doris) branch branch-2.1 updated: [branch-2.1][Fix](Job)Replace BlockingWaitStrategy with LiteTimeoutBlockingWaitStrategy to avoid deadlock issues. (#40625) (#40707)

2024-09-12 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei 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 a7fe2ae9010 [branch-2.1][Fix](Job)Repla

Re: [PR] [Fix](Column) refactor ColumnNullable to provide flags safety [doris]

2024-09-12 Thread via GitHub
zclllyybb commented on PR #40769: URL: https://github.com/apache/doris/pull/40769#issuecomment-2346530420 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](hive) support null_format and escape_char for hive text [doris]

2024-09-12 Thread via GitHub
doris-robot commented on PR #40291: URL: https://github.com/apache/doris/pull/40291#issuecomment-2346531197 TeamCity be ut coverage result: Function Coverage: 36.89% (9464/25652) Line Coverage: 28.27% (77852/275433) Region Coverage: 27.67% (40204/145304) Branch Coverage: 24.2

Re: [PR] [fix](hive) support null_format and escape_char for hive text [doris]

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

Re: [PR] [Fix](Nereids) fix minidump problems [doris]

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

Re: [PR] [enhancement](cloud) Prohibit changing deployment mode [doris]

2024-09-12 Thread via GitHub
yagagagaga commented on PR #40764: URL: https://github.com/apache/doris/pull/40764#issuecomment-2346549113 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] [Enhancement](brpc)Added enable_brpc_builtin_services parameter in be.conf [doris]

2024-09-12 Thread via GitHub
hubgeter commented on PR #40718: URL: https://github.com/apache/doris/pull/40718#issuecomment-2346549010 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](scanner) Fix incorrect _max_thread_num in scanner context #40569 [doris]

2024-09-12 Thread via GitHub
doris-robot commented on PR #40760: URL: https://github.com/apache/doris/pull/40760#issuecomment-2346554294 TeamCity be ut coverage result: Function Coverage: 36.15% (9320/25778) Line Coverage: 27.72% (76468/275904) Region Coverage: 26.51% (39276/148180) Branch Coverage: 23.3

Re: [PR] [feature](functions) impl scalar functions normal_cdf,to_iso8601,from_iso8601_date [doris]

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

Re: [PR] [fix](hive) support null_format and escape_char for hive text [doris]

2024-09-12 Thread via GitHub
doris-robot commented on PR #40291: URL: https://github.com/apache/doris/pull/40291#issuecomment-2346558509 ClickBench: Total hot run time: 31.19 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [chore](docker) adjust subnet in kafka.yaml.tpl to prevent conflict [doris]

2024-09-12 Thread via GitHub
hello-stephen commented on PR #40770: URL: https://github.com/apache/doris/pull/40770#issuecomment-2346561619 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] [chore](docker) adjust subnet in kafka.yaml.tpl to prevent conflict [doris]

2024-09-12 Thread via GitHub
doris-robot commented on PR #40770: URL: https://github.com/apache/doris/pull/40770#issuecomment-2346561258 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](Nereids) fix minidump problems [doris]

2024-09-12 Thread via GitHub
doris-robot commented on PR #36716: URL: https://github.com/apache/doris/pull/36716#issuecomment-2346560695 ClickBench: Total hot run time: 31.15 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

[PR] [draft](cloud rebalance) make master / follower fe consistent view of tablet location [doris]

2024-09-12 Thread via GitHub
yujun777 opened a new pull request, #40771: URL: https://github.com/apache/doris/pull/40771 ## Proposed changes Issue Number: close #xxx -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

Re: [PR] [draft](cloud rebalance) make master / follower fe consistent view of tablet location [doris]

2024-09-12 Thread via GitHub
doris-robot commented on PR #40771: URL: https://github.com/apache/doris/pull/40771#issuecomment-2346561747 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] [Feat](Nereids) add numeric functions [doris]

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

Re: [PR] [feature](functions) impl scalar functions normal_cdf,to_iso8601,from_iso8601_date [doris]

2024-09-12 Thread via GitHub
doris-robot commented on PR #40695: URL: https://github.com/apache/doris/pull/40695#issuecomment-2346566183 TeamCity be ut coverage result: Function Coverage: 36.89% (9468/25666) Line Coverage: 28.24% (77803/275508) Region Coverage: 27.65% (40187/145345) Branch Coverage: 24.2

(doris) branch master updated: [Fix]set workload group for load channel (#40749)

2024-09-12 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 d8f911e0746 [Fix]set workload group for load ch

Re: [PR] [Fix]set workload group for load channel [doris]

2024-09-12 Thread via GitHub
yiguolei merged PR #40749: URL: https://github.com/apache/doris/pull/40749 -- 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] [feature](functions) impl scalar functions normal_cdf,to_iso8601,from_iso8601_date [doris]

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

Re: [PR] [Feat](Nereids) add numeric functions [doris]

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

Re: [PR] [feature](functions) impl scalar functions normal_cdf,to_iso8601,from_iso8601_date [doris]

2024-09-12 Thread via GitHub
doris-robot commented on PR #40695: URL: https://github.com/apache/doris/pull/40695#issuecomment-2346598282 ClickBench: Total hot run time: 31.06 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Feat](Nereids) add numeric functions [doris]

2024-09-12 Thread via GitHub
doris-robot commented on PR #40744: URL: https://github.com/apache/doris/pull/40744#issuecomment-2346606038 ClickBench: Total hot run time: 31.02 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [enhancement](test) Throw exception explicitly in forward query test [doris]

2024-09-12 Thread via GitHub
TangSiyang2001 commented on PR #40742: URL: https://github.com/apache/doris/pull/40742#issuecomment-2346615316 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 uns

[PR] [Refactor](Nereids) refactor fold constant framework on fe [doris]

2024-09-12 Thread via GitHub
LiBinfeng-01 opened a new pull request, #40772: URL: https://github.com/apache/doris/pull/40772 change matching of function by notation to matching by inputs datatype -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [PR] [Refactor](Nereids) refactor fold constant framework on fe [doris]

2024-09-12 Thread via GitHub
doris-robot commented on PR #40772: URL: https://github.com/apache/doris/pull/40772#issuecomment-2346621448 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] [Refactor](Nereids) refactor fold constant framework on fe [doris]

2024-09-12 Thread via GitHub
LiBinfeng-01 commented on PR #40772: URL: https://github.com/apache/doris/pull/40772#issuecomment-2346621572 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

<    1   2   3   4   5   6   7   8   >