Re: [PR] [refactor](jdbc catalog) split oceanbase jdbc executor [doris]

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

(doris) branch master updated (1cc2c9a9b77 -> f237845f230)

2024-05-15 Thread zykkk
This is an automated email from the ASF dual-hosted git repository. zykkk pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 1cc2c9a9b77 [refactor](jdbc catalog) split clickhouse jdbc executor (#34794) add f237845f230 [refactor](jdbc catal

Re: [PR] [fix](planner) fix unrequired slot when join node [doris]

2024-05-15 Thread via GitHub
nextdreamblue commented on PR #34923: URL: https://github.com/apache/doris/pull/34923#issuecomment-2113901492 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] [Opt](Iceberg) handle count pushdown in fe side [doris]

2024-05-15 Thread via GitHub
zhangbutao commented on PR #34928: URL: https://github.com/apache/doris/pull/34928#issuecomment-2113903889 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](function) money format [doris]

2024-05-15 Thread via GitHub
github-actions[bot] commented on PR #34680: URL: https://github.com/apache/doris/pull/34680#issuecomment-2113903811 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] [refactor](cache) remove entrance of partition cache [doris]

2024-05-15 Thread via GitHub
924060929 commented on code in PR #34830: URL: https://github.com/apache/doris/pull/34830#discussion_r1602512568 ## fe/fe-core/src/main/java/org/apache/doris/qe/cache/CacheAnalyzer.java: ## @@ -142,11 +142,12 @@ private void checkCacheConfig() { enableSqlCache =

Re: [PR] [opt](exec) opt const expr exec in set operator [doris]

2024-05-15 Thread via GitHub
github-actions[bot] commented on PR #34823: URL: https://github.com/apache/doris/pull/34823#issuecomment-2113904413 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] [refactor](cache) remove entrance of partition cache [doris]

2024-05-15 Thread via GitHub
924060929 commented on code in PR #34830: URL: https://github.com/apache/doris/pull/34830#discussion_r1602507214 ## fe/fe-core/src/main/java/org/apache/doris/qe/cache/CacheAnalyzer.java: ## @@ -142,11 +142,12 @@ private void checkCacheConfig() { enableSqlCache =

Re: [PR] [fix](nereids) slot mapping bug when pushing rf into cte [doris]

2024-05-15 Thread via GitHub
englefly merged PR #34877: URL: https://github.com/apache/doris/pull/34877 -- 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 master updated (f237845f230 -> 87a7ab973b5)

2024-05-15 Thread englefly
This is an automated email from the ASF dual-hosted git repository. englefly pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from f237845f230 [refactor](jdbc catalog) split oceanbase jdbc executor (#34869) add 87a7ab973b5 [fix](nereids) slot

Re: [I] [Bug] java.lang.ClassNotFoundException: 'org.apache.hadoop.hive.ql.io.parquet.MapredParquetOutputFormat [doris]

2024-05-15 Thread via GitHub
huangzhengshun closed issue #34943: [Bug] java.lang.ClassNotFoundException: 'org.apache.hadoop.hive.ql.io.parquet.MapredParquetOutputFormat URL: https://github.com/apache/doris/issues/34943 -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

[I] [Bug] java.lang.ClassNotFoundException: 'org.apache.hadoop.hive.ql.io.parquet.MapredParquetOutputFormat [doris]

2024-05-15 Thread via GitHub
huangzhengshun opened a new issue, #34944: URL: https://github.com/apache/doris/issues/34944 ### 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 2.1.3 ###

Re: [PR] [improvement](decimal) improve overflow error message [doris]

2024-05-15 Thread via GitHub
zhiqiang- commented on code in PR #34689: URL: https://github.com/apache/doris/pull/34689#discussion_r1602510916 ## be/src/vec/data_types/data_type_date_time.cpp: ## @@ -56,6 +56,14 @@ std::string DataTypeDateTime::to_string(const IColumn& column, size_t row_num) c ret

Re: [PR] [improvement](decimal) improve overflow error message [doris]

2024-05-15 Thread via GitHub
zhiqiang- commented on code in PR #34689: URL: https://github.com/apache/doris/pull/34689#discussion_r1602520216 ## be/src/vec/data_types/data_type_date.h: ## @@ -60,6 +60,12 @@ class DataTypeDate final : public DataTypeNumberBase { bool equals(const IDataType& rhs) con

Re: [PR] [improvement](decimal) improve overflow error message [doris]

2024-05-15 Thread via GitHub
zhiqiang- commented on code in PR #34689: URL: https://github.com/apache/doris/pull/34689#discussion_r1602520447 ## be/src/vec/data_types/data_type_date_time.cpp: ## @@ -56,6 +56,14 @@ std::string DataTypeDateTime::to_string(const IColumn& column, size_t row_num) c ret

[PR] [improve](config) Report config name and value if value is illegal [doris]

2024-05-15 Thread via GitHub
w41ter opened a new pull request, #34945: URL: https://github.com/apache/doris/pull/34945 ## Proposed changes Issue Number: close #xxx The former implementation does not report the conf name and value when the input is illegal, just like: ``` Using Java version 17

Re: [PR] [improve](config) Report config name and value if value is illegal [doris]

2024-05-15 Thread via GitHub
doris-robot commented on PR #34945: URL: https://github.com/apache/doris/pull/34945#issuecomment-2113914315 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] [improve](config) Report config name and value if value is illegal [doris]

2024-05-15 Thread via GitHub
w41ter commented on PR #34945: URL: https://github.com/apache/doris/pull/34945#issuecomment-2113914352 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsub

Re: [PR] [improve] The error log should be printed by caller [doris]

2024-05-15 Thread via GitHub
github-actions[bot] commented on PR #34935: URL: https://github.com/apache/doris/pull/34935#issuecomment-2113916435 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] The error log should be printed by caller [doris]

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

Re: [PR] [improvement](decimal) improve overflow error message [doris]

2024-05-15 Thread via GitHub
jacktengg commented on code in PR #34689: URL: https://github.com/apache/doris/pull/34689#discussion_r1602523180 ## be/src/vec/data_types/data_type_date.h: ## @@ -60,6 +60,12 @@ class DataTypeDate final : public DataTypeNumberBase { bool equals(const IDataType& rhs) const o

Re: [PR] [improvement](decimal) improve overflow error message [doris]

2024-05-15 Thread via GitHub
jacktengg commented on code in PR #34689: URL: https://github.com/apache/doris/pull/34689#discussion_r1602523180 ## be/src/vec/data_types/data_type_date.h: ## @@ -60,6 +60,12 @@ class DataTypeDate final : public DataTypeNumberBase { bool equals(const IDataType& rhs) const o

Re: [PR] [refactor](cache) remove entrance of partition cache [doris]

2024-05-15 Thread via GitHub
924060929 commented on PR #34830: URL: https://github.com/apache/doris/pull/34830#issuecomment-2113917999 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] [enhance](mtmv)MTMV deal partition use name instead of id [doris]

2024-05-15 Thread via GitHub
zddr commented on PR #34910: URL: https://github.com/apache/doris/pull/34910#issuecomment-2113918629 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubsc

Re: [PR] [Fix](Nereids) fix leading with cte and same subqueryalias name [doris]

2024-05-15 Thread via GitHub
LiBinfeng-01 commented on code in PR #34838: URL: https://github.com/apache/doris/pull/34838#discussion_r1602525149 ## fe/fe-core/src/main/java/org/apache/doris/nereids/processor/pre/PullUpSubqueryAliasToCTE.java: ## @@ -79,6 +79,15 @@ public Plan visitLogicalCTE(LogicalCTE log

Re: [PR] [improvement](decimal) improve overflow error message [doris]

2024-05-15 Thread via GitHub
zhiqiang- commented on code in PR #34689: URL: https://github.com/apache/doris/pull/34689#discussion_r1602525371 ## be/src/vec/data_types/data_type_date.h: ## @@ -60,6 +60,12 @@ class DataTypeDate final : public DataTypeNumberBase { bool equals(const IDataType& rhs) con

Re: [PR] [tmp](pipeline) disable two phase opt by default temporialy [doris]

2024-05-15 Thread via GitHub
dataroaring commented on PR #34939: URL: https://github.com/apache/doris/pull/34939#issuecomment-2113921809 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](Nereids) fix leading with cte and same subqueryalias name [doris]

2024-05-15 Thread via GitHub
englefly commented on PR #34838: URL: https://github.com/apache/doris/pull/34838#issuecomment-2113921813 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] [Fix](Nereids) fix leading with cte and same subqueryalias name [doris]

2024-05-15 Thread via GitHub
englefly merged PR #34838: URL: https://github.com/apache/doris/pull/34838 -- 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 master updated (87a7ab973b5 -> f7ffac07d95)

2024-05-15 Thread englefly
This is an automated email from the ASF dual-hosted git repository. englefly pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 87a7ab973b5 [fix](nereids) slot mapping bug when pushing rf into cte (#34877) add f7ffac07d95 [Fix](Nereids) fi

[I] [Enhancement] statistics error lead to OOM when multi-table join scenario [doris]

2024-05-15 Thread via GitHub
yx-keith opened a new issue, #34946: URL: https://github.com/apache/doris/issues/34946 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Description In multi-table join

Re: [PR] [fix](thrift rpc) skip handle retry in asan mode [doris]

2024-05-15 Thread via GitHub
doris-robot commented on PR #34813: URL: https://github.com/apache/doris/pull/34813#issuecomment-2113930217 TeamCity be ut coverage result: Function Coverage: 35.71% (8998/25199) Line Coverage: 27.38% (74463/271944) Region Coverage: 26.61% (38485/144611) Branch Coverage: 23.4

Re: [PR] [improvement](decimal) improve overflow error message [doris]

2024-05-15 Thread via GitHub
jacktengg commented on code in PR #34689: URL: https://github.com/apache/doris/pull/34689#discussion_r1602532377 ## be/src/vec/data_types/data_type_date.h: ## @@ -60,6 +60,12 @@ class DataTypeDate final : public DataTypeNumberBase { bool equals(const IDataType& rhs) const o

Re: [PR] [refactor](jdbc catalog) split trino jdbc executor [doris]

2024-05-15 Thread via GitHub
doris-robot commented on PR #34932: URL: https://github.com/apache/doris/pull/34932#issuecomment-2113930374 TeamCity be ut coverage result: Function Coverage: 35.70% (8996/25199) Line Coverage: 27.37% (74430/271955) Region Coverage: 26.60% (38470/144618) Branch Coverage: 23.4

Re: [PR] [Update](inverted index) update clucene version to latest fix [doris]

2024-05-15 Thread via GitHub
doris-robot commented on PR #34847: URL: https://github.com/apache/doris/pull/34847#issuecomment-2113930471 TeamCity be ut coverage result: Function Coverage: 35.71% (8998/25199) Line Coverage: 27.38% (74457/271954) Region Coverage: 26.62% (38491/144616) Branch Coverage: 23.4

Re: [PR] [enhancement]Optimize GeoFunctions for const columns [doris]

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

Re: [PR] [fix](nereids)LogicalPlanDeepCopier will lost some info when coping logical relation [doris]

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

Re: [PR] [opt](exec) opt const expr exec in set operator [doris]

2024-05-15 Thread via GitHub
doris-robot commented on PR #34823: URL: https://github.com/apache/doris/pull/34823#issuecomment-2113934224 TeamCity be ut coverage result: Function Coverage: 35.70% (8997/25199) Line Coverage: 27.37% (74447/271976) Region Coverage: 26.61% (38486/144634) Branch Coverage: 23.4

Re: [PR] [fix](nereids)LogicalPlanDeepCopier will lost some info when coping logical relation [doris]

2024-05-15 Thread via GitHub
doris-robot commented on PR #34894: URL: https://github.com/apache/doris/pull/34894#issuecomment-2113934617 ClickBench: Total hot run time: 30.56 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [feat](nereids) support Iceberg time travel syntax [doris]

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

Re: [PR] [enhancement]Optimize GeoFunctions for const columns [doris]

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

Re: [PR] [feat](nereids) support Iceberg time travel syntax [doris]

2024-05-15 Thread via GitHub
doris-robot commented on PR #34681: URL: https://github.com/apache/doris/pull/34681#issuecomment-2113947012 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

Re: [PR] [fix](nereids)LogicalPlanDeepCopier will lost some info when coping logical relation [doris]

2024-05-15 Thread via GitHub
starocean999 commented on PR #34894: URL: https://github.com/apache/doris/pull/34894#issuecomment-2113953045 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] [Improvement](hive view) support inner name like _c0,_c1 for derived column in inline view for hive view [doris]

2024-05-15 Thread via GitHub
Yulei-Yang commented on PR #33193: URL: https://github.com/apache/doris/pull/33193#issuecomment-2113953351 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)LogicalPlanDeepCopier will lost some info when coping logical relation [doris]

2024-05-15 Thread via GitHub
starocean999 merged PR #34894: URL: https://github.com/apache/doris/pull/34894 -- 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

Re: [PR] [enhancement]Optimize GeoFunctions for const columns [doris]

2024-05-15 Thread via GitHub
doris-robot commented on PR #34396: URL: https://github.com/apache/doris/pull/34396#issuecomment-2113956347 ClickBench: Total hot run time: 30.14 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

(doris) branch master updated (f7ffac07d95 -> 41c0e85978d)

2024-05-15 Thread starocean999
This is an automated email from the ASF dual-hosted git repository. starocean999 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from f7ffac07d95 [Fix](Nereids) fix leading with cte and same subqueryalias name (#34838) add 41c0e85978d [fix](

Re: [PR] [fix](memory) Fix BE compile in Mac with no prefix Jemalloc [doris]

2024-05-15 Thread via GitHub
github-actions[bot] commented on PR #34886: URL: https://github.com/apache/doris/pull/34886#issuecomment-2113956849 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](memory) Fix BE compile in Mac with no prefix Jemalloc [doris]

2024-05-15 Thread via GitHub
github-actions[bot] commented on PR #34886: URL: https://github.com/apache/doris/pull/34886#issuecomment-2113956897 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](memory) Fix BE compile in Mac with no prefix Jemalloc [doris]

2024-05-15 Thread via GitHub
xinyiZzz commented on PR #34886: URL: https://github.com/apache/doris/pull/34886#issuecomment-2113956579 comment 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 comme

[PR] [fix](k8s) modify docs about user privilege url [doris-website]

2024-05-15 Thread via GitHub
catpineapple opened a new pull request, #660: URL: https://github.com/apache/doris-website/pull/660 (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 unsubscr

Re: [PR] [improvement](decimal) improve overflow error message [doris]

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

Re: [PR] [improvement](decimal) improve overflow error message [doris]

2024-05-15 Thread via GitHub
github-actions[bot] commented on PR #34689: URL: https://github.com/apache/doris/pull/34689#issuecomment-2113964513 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](memory) Fix BE compile in Mac with no prefix Jemalloc [doris]

2024-05-15 Thread via GitHub
zy-kkk commented on PR #34886: URL: https://github.com/apache/doris/pull/34886#issuecomment-2113965766 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 un

Re: [PR] [opt](nereids)new way to set pre-agg status [doris]

2024-05-15 Thread via GitHub
starocean999 commented on PR #34738: URL: https://github.com/apache/doris/pull/34738#issuecomment-2113966426 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] [Chore](topn) rename TTopnFilterContext to TTopnFilterDesc [doris]

2024-05-15 Thread via GitHub
doris-robot commented on PR #34947: URL: https://github.com/apache/doris/pull/34947#issuecomment-2113966705 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] [Chore](topn) rename TTopnFilterContext to TTopnFilterDesc [doris]

2024-05-15 Thread via GitHub
BiteThet opened a new pull request, #34947: URL: https://github.com/apache/doris/pull/34947 ## Proposed changes rename TTopnFilterContext to TTopnFilterDesc ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org

Re: [PR] [fix](memory) Fix BE compile in Mac with no prefix Jemalloc [doris]

2024-05-15 Thread via GitHub
zy-kkk merged PR #34886: URL: https://github.com/apache/doris/pull/34886 -- 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] [Chore](topn) rename TTopnFilterContext to TTopnFilterDesc [doris]

2024-05-15 Thread via GitHub
BiteThet commented on PR #34947: URL: https://github.com/apache/doris/pull/34947#issuecomment-2113966741 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 (41c0e85978d -> 75fee8f0301)

2024-05-15 Thread zykkk
This is an automated email from the ASF dual-hosted git repository. zykkk pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 41c0e85978d [fix](nereids)LogicalPlanDeepCopier will lost some info when coping logical relation (#34894) add 75fe

Re: [PR] [Chore](topn) rename TTopnFilterContext to TTopnFilterDesc [doris]

2024-05-15 Thread via GitHub
github-actions[bot] commented on PR #34947: URL: https://github.com/apache/doris/pull/34947#issuecomment-2113970920 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] [improvement](decimal) improve overflow error message [doris]

2024-05-15 Thread via GitHub
jacktengg commented on PR #34689: URL: https://github.com/apache/doris/pull/34689#issuecomment-2113978029 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] [fix](memory) Fix BE compile in Mac with no prefix Jemalloc [doris]

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

[PR] [Enhancement] add information_schema.table_options(#32572) [doris-website]

2024-05-15 Thread via GitHub
Vallishp opened a new pull request, #661: URL: https://github.com/apache/doris-website/pull/661 add document for information_schema.table_options table. code PR https://github.com/apache/doris/pull/34384 -- This is an automated message from the Apache Git Service. To respond to the mess

Re: [PR] [improve](exchange) the sink could eos early when all queues have enough rows [doris]

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

Re: [PR] [Enhancement] add information_schema.table_options(#32572) [doris]

2024-05-15 Thread via GitHub
Vallishp commented on PR #34384: URL: https://github.com/apache/doris/pull/34384#issuecomment-2113978675 > Please add the document in doris-website and link 2 prs. https://github.com/apache/doris-website/pull/661 handled all, pls help to review again -- This is an automated m

Re: [PR] [improvement](decimal) improve overflow error message [doris]

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

(doris) branch master updated: [improvement](decimal) improve overflow error message (#34689)

2024-05-15 Thread jacktengg
This is an automated email from the ASF dual-hosted git repository. jacktengg 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 89d7fb14fae [improvement](decimal) improve ove

Re: [PR] [improvement](spill) fuzzy spill and fix bugs [doris]

2024-05-15 Thread via GitHub
jacktengg commented on PR #33291: URL: https://github.com/apache/doris/pull/33291#issuecomment-2113979436 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] [fix](memory) Fix BE compile in Mac with no prefix Jemalloc [doris]

2024-05-15 Thread via GitHub
doris-robot commented on PR #34886: URL: https://github.com/apache/doris/pull/34886#issuecomment-2113981710 ClickBench: Total hot run time: 30.74 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [improve](exchange) the sink could eos early when all queues have enough rows [doris]

2024-05-15 Thread via GitHub
doris-robot commented on PR #34541: URL: https://github.com/apache/doris/pull/34541#issuecomment-2113982223 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] [enhance](mtmv)Mv refresh on commit [doris]

2024-05-15 Thread via GitHub
zddr commented on code in PR #34548: URL: https://github.com/apache/doris/pull/34548#discussion_r1602577487 ## fe/fe-core/src/main/java/org/apache/doris/datasource/InternalCatalog.java: ## @@ -1863,7 +1864,9 @@ public void dropPartition(Database db, OlapTable olapTable, DropPar

Re: [PR] [improve](exchange) the sink could eos early when all queues have enough rows [doris]

2024-05-15 Thread via GitHub
doris-robot commented on PR #34541: URL: https://github.com/apache/doris/pull/34541#issuecomment-2113984789 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit 6d9156a70c00e68668ae4471759e0f841ea15daa with default session variables Stream

Re: [PR] [enhancement]Optimize GeoFunctions for const columns [doris]

2024-05-15 Thread via GitHub
github-actions[bot] commented on PR #34396: URL: https://github.com/apache/doris/pull/34396#issuecomment-2113986848 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](inverted index) improve performance by introducing bulk contains for bitmap in _build_index_result_column [doris]

2024-05-15 Thread via GitHub
airborne12 commented on PR #34831: URL: https://github.com/apache/doris/pull/34831#issuecomment-2113989497 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] [enhance](mtmv)Mv refresh on commit [doris]

2024-05-15 Thread via GitHub
zddr commented on code in PR #34548: URL: https://github.com/apache/doris/pull/34548#discussion_r1602580842 ## fe/fe-core/src/main/java/org/apache/doris/event/EventProcessor.java: ## @@ -0,0 +1,57 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more cont

Re: [PR] [opt](routine-load) optimize routine load task allocation algorithm [doris]

2024-05-15 Thread via GitHub
doris-robot commented on PR #34778: URL: https://github.com/apache/doris/pull/34778#issuecomment-2113991790 TPC-DS: Total hot run time: 185241 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 query mem tracker log when destruction not equal to 0 [doris]

2024-05-15 Thread via GitHub
xinyiZzz commented on PR #34901: URL: https://github.com/apache/doris/pull/34901#issuecomment-2113992418 comment 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 comme

[PR] [feat](Nereids): Refactor `Eliminate_Group_By_Key` by functional dependencies [doris]

2024-05-15 Thread via GitHub
XieJiann opened a new pull request, #34948: URL: https://github.com/apache/doris/pull/34948 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailto

Re: [PR] [feat](Nereids): Refactor `Eliminate_Group_By_Key` by functional dependencies [doris]

2024-05-15 Thread via GitHub
doris-robot commented on PR #34948: URL: https://github.com/apache/doris/pull/34948#issuecomment-2113992619 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): Refactor `Eliminate_Group_By_Key` by functional dependencies [doris]

2024-05-15 Thread via GitHub
XieJiann commented on PR #34948: URL: https://github.com/apache/doris/pull/34948#issuecomment-2113992677 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] [Improve](inverted index) improve performance by introducing bulk contains for bitmap in _build_index_result_column [doris]

2024-05-15 Thread via GitHub
github-actions[bot] commented on PR #34831: URL: https://github.com/apache/doris/pull/34831#issuecomment-2113993363 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](routine-load) optimize routine load task allocation algorithm [doris]

2024-05-15 Thread via GitHub
doris-robot commented on PR #34778: URL: https://github.com/apache/doris/pull/34778#issuecomment-2113995459 ClickBench: Total hot run time: 30.62 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] refactor to support partial update [doris]

2024-05-15 Thread via GitHub
github-actions[bot] commented on code in PR #34925: URL: https://github.com/apache/doris/pull/34925#discussion_r1602588713 ## be/src/vec/common/schema_util.cpp: ## @@ -483,25 +486,8 @@ Status get_least_common_schema(const std::vector& schemas, return Status::OK(); } -St

Re: [PR] [fix](Nereids): fix ColumnPruningPostProcessor [doris]

2024-05-15 Thread via GitHub
jackwener commented on PR #34906: URL: https://github.com/apache/doris/pull/34906#issuecomment-2114001747 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] refactor to support partial update [doris]

2024-05-15 Thread via GitHub
eldenmoon commented on PR #34925: URL: https://github.com/apache/doris/pull/34925#issuecomment-211400 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] [conf](pipeline) Disable non-pipeline engine [doris]

2024-05-15 Thread via GitHub
Gabriel39 commented on PR #34812: URL: https://github.com/apache/doris/pull/34812#issuecomment-2114013033 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] [conf](pipeline) Disable non-pipeline engine [doris]

2024-05-15 Thread via GitHub
github-actions[bot] commented on PR #34812: URL: https://github.com/apache/doris/pull/34812#issuecomment-2114019372 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](exec) opt const expr exec in set operator [doris]

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

Re: [PR] [opt](exec) opt const expr exec in set operator [doris]

2024-05-15 Thread via GitHub
github-actions[bot] commented on PR #34823: URL: https://github.com/apache/doris/pull/34823#issuecomment-2114023765 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

[PR] [feature](cmd) add UNSET_VARIABLE statement to set back variables [doris]

2024-05-15 Thread via GitHub
Yulei-Yang opened a new pull request, #34949: URL: https://github.com/apache/doris/pull/34949 ## Proposed changes bp #27552 ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailto:d...@doris.a

Re: [PR] [feature](cmd) add UNSET_VARIABLE statement to set back variables [doris]

2024-05-15 Thread via GitHub
doris-robot commented on PR #34949: URL: https://github.com/apache/doris/pull/34949#issuecomment-2114032790 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] [feature](cmd) add UNSET_VARIABLE statement to set back variables [doris]

2024-05-15 Thread via GitHub
Yulei-Yang commented on PR #34949: URL: https://github.com/apache/doris/pull/34949#issuecomment-2114033568 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] [Improve](inverted index) improve performance by introducing bulk contains for bitmap in _build_index_result_column [doris]

2024-05-15 Thread via GitHub
doris-robot commented on PR #34831: URL: https://github.com/apache/doris/pull/34831#issuecomment-2114059232 TeamCity be ut coverage result: Function Coverage: 35.70% (8998/25206) Line Coverage: 27.37% (74460/272044) Region Coverage: 26.61% (38483/144644) Branch Coverage: 23.4

Re: [PR] [Refactor](Variant) refactor flush logic to support partial update [doris]

2024-05-15 Thread via GitHub
doris-robot commented on PR #34925: URL: https://github.com/apache/doris/pull/34925#issuecomment-2114059723 TeamCity be ut coverage result: Function Coverage: 35.70% (9001/25215) Line Coverage: 27.36% (74476/272169) Region Coverage: 26.61% (38505/144704) Branch Coverage: 23.4

Re: [PR] [conf](pipeline) Disable non-pipeline engine [doris]

2024-05-15 Thread via GitHub
doris-robot commented on PR #34812: URL: https://github.com/apache/doris/pull/34812#issuecomment-2114099300 TeamCity be ut coverage result: Function Coverage: 35.69% (8996/25207) Line Coverage: 27.36% (74430/272047) Region Coverage: 26.60% (38469/144645) Branch Coverage: 23.4

(doris-kafka-connector) branch master updated: [Improve]The change basis of table schema is changed to parse data column field (#17)

2024-05-15 Thread diwu
This is an automated email from the ASF dual-hosted git repository. diwu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-kafka-connector.git The following commit(s) were added to refs/heads/master by this push: new 415f37a [Improve]The change basis

Re: [PR] [Improve]The change basis of table schema is changed to parse data column field [doris-kafka-connector]

2024-05-15 Thread via GitHub
JNSimba merged PR #17: URL: https://github.com/apache/doris-kafka-connector/pull/17 -- 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...@

Re: [PR] [tmp](pipeline) disable two phase opt in cloud_p0 by default temporialy [doris]

2024-05-15 Thread via GitHub
github-actions[bot] commented on PR #34939: URL: https://github.com/apache/doris/pull/34939#issuecomment-2114102643 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

(doris) branch master updated: [tmp](pipeline) disable two phase opt in cloud_p0 by default temporialy (#34939)

2024-05-15 Thread liaoxin
This is an automated email from the ASF dual-hosted git repository. liaoxin 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 3d7949cba57 [tmp](pipeline) disable two phase op

<    2   3   4   5   6   7   8   >