Re: [PR] [fix](inverted index) Add session switch to compound inlist [doris]

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

Re: [PR] [fix](inverted index) Add session switch to compound inlist [doris]

2024-05-04 Thread via GitHub
doris-robot commented on PR #34388: URL: https://github.com/apache/doris/pull/34388#issuecomment-2094059422 TPC-DS: Total hot run time: 202828 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) Add session switch to compound inlist [doris]

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

Re: [PR] [fix](inverted index) Add session switch to compound inlist [doris]

2024-05-04 Thread via GitHub
doris-robot commented on PR #34388: URL: https://github.com/apache/doris/pull/34388#issuecomment-2094061416 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit 97781bc4db9ed663ecacdec3ccb95448e64bda7b with default session variables Stream

Re: [PR] [opt](inverted index) add inlist condition handling to compound [doris]

2024-05-04 Thread via GitHub
xiaokang commented on code in PR #34134: URL: https://github.com/apache/doris/pull/34134#discussion_r1589866659 ## be/src/olap/rowset/segment_v2/segment_iterator.cpp: ## @@ -982,15 +991,17 @@ std::string SegmentIterator::_gen_predicate_result_sign(ColumnPredicate* predica

Re: [I] [Bug] 2.0.3版本 1FE & 1BE docker搭建,be启动失败 [doris]

2024-05-04 Thread via GitHub
lhsaq2009 commented on issue #30587: URL: https://github.com/apache/doris/issues/30587#issuecomment-2094075625 +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 above to go to the specific comment. To unsubsc

Re: [PR] [fix](inverted index) Add session switch to compound inlist [doris]

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

(doris) branch branch-2.0 updated: [fix](inverted index) Add session switch to compound inlist (#34388)

2024-05-04 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.0 by this push: new 7d0521a1211 [fix](inverted index) Add sess

[PR] [Opt](func) opt the percentile func performance (#34373) [doris]

2024-05-04 Thread via GitHub
HappenLee opened a new pull request, #34390: URL: https://github.com/apache/doris/pull/34390 ## 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](mailt

Re: [PR] [Opt](func) opt the percentile func performance (#34373) [doris]

2024-05-04 Thread via GitHub
doris-robot commented on PR #34390: URL: https://github.com/apache/doris/pull/34390#issuecomment-2094167396 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] [Opt](func) opt the percentile func performance (#34373) [doris]

2024-05-04 Thread via GitHub
github-actions[bot] commented on code in PR #34390: URL: https://github.com/apache/doris/pull/34390#discussion_r1589984710 ## be/src/util/counts.h: ## @@ -135,4 +139,190 @@ std::unordered_map _counts; }; +// #TODO use template to reduce the Counts memery. Eg: Int do not

Re: [PR] [Compile] Update Repository for java-cup and cup-maven-plugin [doris]

2024-05-04 Thread via GitHub
issue-K commented on PR #4769: URL: https://github.com/apache/doris/pull/4769#issuecomment-2094187636 Can we fix this? It's not working -- 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 specifi

Re: [PR] [Opt](func) opt the percentile func performance (#34373) [doris]

2024-05-04 Thread via GitHub
HappenLee merged PR #34390: URL: https://github.com/apache/doris/pull/34390 -- 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-4.0-preview updated: [Opt](func) opt the percentile func performance (#34373) (#34390)

2024-05-04 Thread lihaopeng
This is an automated email from the ASF dual-hosted git repository. lihaopeng pushed a commit to branch branch-4.0-preview in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-4.0-preview by this push: new cff7bb5d7ad [Opt](fun

Re: [PR] [enhancement](function) floor/ceil/round/round_bankers can use column as scale argument [doris]

2024-05-04 Thread via GitHub
doris-robot commented on PR #34391: URL: https://github.com/apache/doris/pull/34391#issuecomment-2094212698 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] [enhancement](function) floor/ceil/round/round_bankers can use column as scale argument [doris]

2024-05-04 Thread via GitHub
superdiaodiao opened a new pull request, #34391: URL: https://github.com/apache/doris/pull/34391 ## Proposed changes Issue Number: https://github.com/apache/doris/issues/32755 Like PR: #32746, we enhanced floor/ceil/round/round_bankers can use column as scale argument.

Re: [PR] [enhancement](function) floor/ceil/round/round_bankers can use column as scale argument [doris]

2024-05-04 Thread via GitHub
github-actions[bot] commented on code in PR #34391: URL: https://github.com/apache/doris/pull/34391#discussion_r1589993813 ## be/test/vec/function/function_round_test.cpp: ## @@ -0,0 +1,1134 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributo

Re: [PR] [enhancement](function) floor/ceil/round/round_bankers can use column as scale argument [doris]

2024-05-04 Thread via GitHub
github-actions[bot] commented on code in PR #34391: URL: https://github.com/apache/doris/pull/34391#discussion_r1589994333 ## be/test/vec/function/function_round_test.cpp: ## @@ -0,0 +1,1133 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributo

Re: [PR] [enhancement](function) floor/ceil/round/round_bankers can use column as scale argument [doris]

2024-05-04 Thread via GitHub
github-actions[bot] commented on code in PR #34391: URL: https://github.com/apache/doris/pull/34391#discussion_r1589994997 ## be/test/vec/function/function_round_test.cpp: ## @@ -0,0 +1,1133 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributo

(doris-website) branch master updated: [docs](doris streamloader) remove some unnecessary words (#602)

2024-05-04 Thread luzhijing
This is an automated email from the ASF dual-hosted git repository. luzhijing pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/master by this push: new e8f0dfdae4d [docs](doris streamloader)

Re: [PR] k8s docs modify doris-operator [doris-website]

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

(doris-website) branch master updated: k8s docs modify doris-operator (#600)

2024-05-04 Thread luzhijing
This is an automated email from the ASF dual-hosted git repository. luzhijing pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/master by this push: new 0744683483e k8s docs modify doris-oper

Re: [PR] [docs](doris streamloader) remove some unnecessary words [doris-website]

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

Re: [PR] [Doc](developer-tools) Introduce Pipeline Tracing tools [doris-website]

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

(doris-website) branch master updated: [Doc](developer-tools) Introduce Pipeline Tracing tools (#594)

2024-05-04 Thread luzhijing
This is an automated email from the ASF dual-hosted git repository. luzhijing pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/master by this push: new 4b9959488a2 [Doc](developer-tools) Int

Re: [PR] [docs](fix) Fix IPV4_NUM_TO_STRING of CN version [doris-website]

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

(doris-website) branch master updated: [docs](fix) Fix IPV4_NUM_TO_STRING of CN version (#588)

2024-05-04 Thread luzhijing
This is an automated email from the ASF dual-hosted git repository. luzhijing pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/master by this push: new 15880bbed85 [docs](fix) Fix IPV4_NUM_T

Re: [I] detailMessage = Access denied; you need (at least one of) the USAGE/ADMIN privilege(s) to use workload group 'normal'. [doris]

2024-05-04 Thread via GitHub
darklord1807 commented on issue #33364: URL: https://github.com/apache/doris/issues/33364#issuecomment-2094224104 @morningman Any idea how it can be solved? -- 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] [fix](serde) fix ipv4/v6 serde functions for arrow, orc, parquet format [doris]

2024-05-04 Thread via GitHub
HappenLee commented on code in PR #34042: URL: https://github.com/apache/doris/pull/34042#discussion_r1590005743 ## be/src/vec/data_types/serde/data_type_ipv4_serde.cpp: ## @@ -108,5 +109,29 @@ Status DataTypeIPv4SerDe::read_column_from_pb(IColumn& column, const PValues& ar

[PR] [opt](ranger) modify and enhance the feature of ranger access controller [doris]

2024-05-04 Thread via GitHub
morningman opened a new pull request, #34392: URL: https://github.com/apache/doris/pull/34392 ## 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](mail

Re: [PR] [opt](ranger) modify and enhance the feature of ranger access controller [doris]

2024-05-04 Thread via GitHub
doris-robot commented on PR #34392: URL: https://github.com/apache/doris/pull/34392#issuecomment-2094258042 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] [opt](ranger) modify and enhance the feature of ranger access controller [doris]

2024-05-04 Thread via GitHub
morningman commented on code in PR #34392: URL: https://github.com/apache/doris/pull/34392#discussion_r1590006257 ## fe/fe-core/src/main/java/org/apache/doris/backup/Repository.java: ## @@ -746,12 +745,6 @@ public String getCreateStatement() { stmtBuilder.append("\nPROP

Re: [PR] [opt](ranger) modify and enhance the feature of ranger access controller [doris]

2024-05-04 Thread via GitHub
morningman commented on PR #34392: URL: https://github.com/apache/doris/pull/34392#issuecomment-2094260375 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](function) floor/ceil/round/round_bankers can use column as scale argument [doris]

2024-05-04 Thread via GitHub
superdiaodiao commented on PR #34391: URL: https://github.com/apache/doris/pull/34391#issuecomment-2094264407 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] [enhancement](function) floor/ceil/round/round_bankers can use column as scale argument [doris]

2024-05-04 Thread via GitHub
github-actions[bot] commented on PR #34391: URL: https://github.com/apache/doris/pull/34391#issuecomment-2094267282 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] [exec](agg) multi merge sort opt the PERCENTILE [doris]

2024-05-04 Thread via GitHub
HappenLee merged PR #34382: URL: https://github.com/apache/doris/pull/34382 -- 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: [Opt](agg) kway merge opt for percentile func (#34382)

2024-05-04 Thread lihaopeng
This is an automated email from the ASF dual-hosted git repository. lihaopeng 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 76124f5814f [Opt](agg) kway merge opt for perc

[PR] [opt](func) opt the revert_null_map performance [doris]

2024-05-04 Thread via GitHub
HappenLee opened a new pull request, #34393: URL: https://github.com/apache/doris/pull/34393 ## Proposed changes ``` 2024-05-04T23:54:46+08:00 Running ./benchmark Run on (96 X 3100.01 MHz CPU s) CPU Caches: L1 Data 32 KiB (x48) L1 Instruction 32 KiB (x48) L2

Re: [PR] [opt](func) opt the revert_null_map performance [doris]

2024-05-04 Thread via GitHub
doris-robot commented on PR #34393: URL: https://github.com/apache/doris/pull/34393#issuecomment-2094277472 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] [opt](func) opt the revert_null_map performance [doris]

2024-05-04 Thread via GitHub
HappenLee commented on PR #34393: URL: https://github.com/apache/doris/pull/34393#issuecomment-2094277506 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](serde) fix ipv4/v6 serde functions for arrow, orc, parquet format [doris]

2024-05-04 Thread via GitHub
HappenLee commented on code in PR #34042: URL: https://github.com/apache/doris/pull/34042#discussion_r1590010827 ## be/src/vec/data_types/serde/data_type_ipv6_serde.cpp: ## @@ -112,5 +114,88 @@ Status DataTypeIPv6SerDe::read_column_from_pb(IColumn& column, const PValues& ar

Re: [PR] [fix](serde) fix ipv4/v6 serde functions for arrow, orc, parquet format [doris]

2024-05-04 Thread via GitHub
HappenLee commented on code in PR #34042: URL: https://github.com/apache/doris/pull/34042#discussion_r1590010904 ## be/src/vec/data_types/serde/data_type_ipv6_serde.cpp: ## @@ -112,5 +114,88 @@ Status DataTypeIPv6SerDe::read_column_from_pb(IColumn& column, const PValues& ar

[PR] [build] make `Build Check` as required [doris-website]

2024-05-04 Thread via GitHub
morningman opened a new pull request, #610: URL: https://github.com/apache/doris-website/pull/610 (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] [opt](func) opt the revert_null_map performance [doris]

2024-05-04 Thread via GitHub
github-actions[bot] commented on PR #34393: URL: https://github.com/apache/doris/pull/34393#issuecomment-2094279963 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [enhancement](function) floor/ceil/round/round_bankers can use column as scale argument [doris]

2024-05-04 Thread via GitHub
superdiaodiao commented on PR #34391: URL: https://github.com/apache/doris/pull/34391#issuecomment-2094280046 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](ranger) modify and enhance the feature of ranger access controller [doris]

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

Re: [PR] [enhancement](function) floor/ceil/round/round_bankers can use column as scale argument [doris]

2024-05-04 Thread via GitHub
github-actions[bot] commented on PR #34391: URL: https://github.com/apache/doris/pull/34391#issuecomment-2094281525 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](ranger) modify and enhance the feature of ranger access controller [doris]

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

Re: [PR] [enhancement](function) floor/ceil/round/round_bankers can use column as scale argument [doris]

2024-05-04 Thread via GitHub
doris-robot commented on PR #34391: URL: https://github.com/apache/doris/pull/34391#issuecomment-2094292107 TeamCity be ut coverage result: Function Coverage: 35.68% (8965/25126) Line Coverage: 27.29% (73967/271061) Region Coverage: 26.48% (38221/144326) Branch Coverage: 23.2

Re: [PR] [enhancement](function) floor/ceil/round/round_bankers can use column as scale argument [doris]

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

(doris-website) branch master updated: [doc](fix)map "Row" of Paimon to "Struct" of Doris (#577)

2024-05-04 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 64da1ae67b9 [doc](fix)map "Row" of Pa

Re: [PR] [doc](fix)map "Row" of Paimon to "Struct" of Doris [doris-website]

2024-05-04 Thread via GitHub
morningman merged PR #577: URL: https://github.com/apache/doris-website/pull/577 -- 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...@dor

Re: [PR] [enhancement](function) floor/ceil/round/round_bankers can use column as scale argument [doris]

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

Re: [PR] [opt](func) opt the revert_null_map performance [doris]

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

Re: [PR] [fix](json function) fix failed when json_exists_path use not null input [doris]

2024-05-04 Thread via GitHub
HappenLee commented on PR #34289: URL: https://github.com/apache/doris/pull/34289#issuecomment-2094366756 The code seems ugly, we better impl `json_exists_path` in other function not in `json_extract` -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] [enhancement](function) floor/ceil/round/round_bankers can use column as scale argument [doris]

2024-05-04 Thread via GitHub
superdiaodiao commented on PR #34391: URL: https://github.com/apache/doris/pull/34391#issuecomment-2094477635 run fe ut -- 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](function) floor/ceil/round/round_bankers can use column as scale argument [doris]

2024-05-04 Thread via GitHub
superdiaodiao commented on PR #34391: URL: https://github.com/apache/doris/pull/34391#issuecomment-2094494039 run feut -- 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] [build] make `Build Check` as required [doris-website]

2024-05-04 Thread via GitHub
morningman merged PR #610: URL: https://github.com/apache/doris-website/pull/610 -- 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...@dor

(doris-website) branch master updated: [build] make `Build Check` as required (#610)

2024-05-04 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 12abeeeaa54 [build] make `Build Check

Re: [I] [Bug] execute ANALYZE table tableName and return `stats table not available, please make sure your cluster status is normal` [doris]

2024-05-04 Thread via GitHub
ya-dao commented on issue #24842: URL: https://github.com/apache/doris/issues/24842#issuecomment-2094534227 similar issue here +1, but i was parallelly used stream load -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[PR] [doc](auth) refactor authentication and authorization doc [doris-website]

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

[PR] test [doris]

2024-05-04 Thread via GitHub
zzzxl1993 opened a new pull request, #34394: URL: https://github.com/apache/doris/pull/34394 ## 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](mailt

Re: [PR] test [doris]

2024-05-04 Thread via GitHub
doris-robot commented on PR #34394: URL: https://github.com/apache/doris/pull/34394#issuecomment-2094557230 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] test [doris]

2024-05-04 Thread via GitHub
zzzxl1993 commented on PR #34394: URL: https://github.com/apache/doris/pull/34394#issuecomment-2094557244 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] test [doris]

2024-05-04 Thread via GitHub
github-actions[bot] commented on PR #34394: URL: https://github.com/apache/doris/pull/34394#issuecomment-2094558362 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] [chore](session_variable) Add 'data_queue_max_blocks' to prevent the DataQueue from occupying too much memory. (#34017) [doris]

2024-05-04 Thread via GitHub
doris-robot commented on PR #34395: URL: https://github.com/apache/doris/pull/34395#issuecomment-2094561276 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] [chore](session_variable) Add 'data_queue_max_blocks' to prevent the DataQueue from occupying too much memory. (#34017) [doris]

2024-05-04 Thread via GitHub
mrhhsg commented on PR #34395: URL: https://github.com/apache/doris/pull/34395#issuecomment-2094561293 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

[PR] [chore](session_variable) Add 'data_queue_max_blocks' to prevent the DataQueue from occupying too much memory. (#34017) [doris]

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

Re: [PR] [chore](session_variable) Add 'data_queue_max_blocks' to prevent the DataQueue from occupying too much memory. (#34017) [doris]

2024-05-04 Thread via GitHub
github-actions[bot] commented on PR #34395: URL: https://github.com/apache/doris/pull/34395#issuecomment-2094562616 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] [Performance](Variant) Improve load performance for variant type [doris]

2024-05-04 Thread via GitHub
xiaokang commented on code in PR #33890: URL: https://github.com/apache/doris/pull/33890#discussion_r1590199297 ## be/src/vec/common/schema_util.cpp: ## @@ -114,31 +114,8 @@ bool is_conversion_required_between_integers(const IDataType& lhs, const IDataTy WhichDataType whic

Re: [PR] [enhancement](function) floor/ceil/round/round_bankers can use column as scale argument [doris]

2024-05-04 Thread via GitHub
superdiaodiao commented on PR #34391: URL: https://github.com/apache/doris/pull/34391#issuecomment-2094570315 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] [enhancement](function) floor/ceil/round/round_bankers can use column as scale argument [doris]

2024-05-04 Thread via GitHub
github-actions[bot] commented on code in PR #34391: URL: https://github.com/apache/doris/pull/34391#discussion_r1590202449 ## be/src/vec/functions/math.cpp: ## @@ -20,24 +20,16 @@ #include Review Comment: warning: 'boost/iterator/iterator_facade.hpp' file not found [cla

Re: [PR] [Performance](Variant) Improve load performance for variant type [doris]

2024-05-04 Thread via GitHub
xiaokang commented on code in PR #33890: URL: https://github.com/apache/doris/pull/33890#discussion_r1590200381 ## be/src/vec/columns/column_object.cpp: ## @@ -148,6 +151,84 @@ class FieldVisitorToNumberOfDimensions : public StaticVisitor { } }; +// Visitor that allows

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

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

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

2024-05-04 Thread via GitHub
doris-robot commented on PR #34396: URL: https://github.com/apache/doris/pull/34396#issuecomment-2094573820 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] test [doris]

2024-05-04 Thread via GitHub
zzzxl1993 commented on PR #34394: URL: https://github.com/apache/doris/pull/34394#issuecomment-2094574313 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] [enhancement]Optimize GeoFunctions for const columns [doris]

2024-05-04 Thread via GitHub
github-actions[bot] commented on PR #34396: URL: https://github.com/apache/doris/pull/34396#issuecomment-2094575079 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] [release](version) change branch-2.0 version to 2.0.10 [doris]

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

(doris) branch branch-2.0 updated: [release](version) change branch-2.0 version to 2.0.10 (#34366)

2024-05-04 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.0 by this push: new 816043772a2 [release](version) change bran

(doris) tag 2.0.10 created (now 816043772a2)

2024-05-04 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a change to tag 2.0.10 in repository https://gitbox.apache.org/repos/asf/doris.git at 816043772a2 (commit) No new revisions were added by this update.

Re: [PR] [enhancement](function) floor/ceil/round/round_bankers can use column as scale argument [doris]

2024-05-04 Thread via GitHub
doris-robot commented on PR #34391: URL: https://github.com/apache/doris/pull/34391#issuecomment-2094575761 TeamCity be ut coverage result: Function Coverage: 35.67% (8963/25126) Line Coverage: 27.28% (73957/271061) Region Coverage: 26.48% (38214/144326) Branch Coverage: 23.2

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

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

Re: [PR] [FIX]fix is_ip_address_in_range func with const param [doris]

2024-05-04 Thread via GitHub
github-actions[bot] commented on PR #34266: URL: https://github.com/apache/doris/pull/34266#issuecomment-2094576501 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]fix is_ip_address_in_range func with const param [doris]

2024-05-04 Thread via GitHub
github-actions[bot] commented on PR #34266: URL: https://github.com/apache/doris/pull/34266#issuecomment-2094576621 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]fix is_ip_address_in_range func with const param [doris]

2024-05-04 Thread via GitHub
sjyango commented on PR #34266: URL: https://github.com/apache/doris/pull/34266#issuecomment-2094576681 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] [enhancement](function) floor/ceil/round/round_bankers can use column as scale argument [doris]

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

Re: [PR] [enhancement](function) floor/ceil/round/round_bankers can use column as scale argument [doris]

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

Re: [PR] [enhancement](function) floor/ceil/round/round_bankers can use column as scale argument [doris]

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

2024-05-04 Thread via GitHub
zzzxl1993 commented on PR #34394: URL: https://github.com/apache/doris/pull/34394#issuecomment-2094599611 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] test [doris]

2024-05-04 Thread via GitHub
github-actions[bot] commented on PR #34394: URL: https://github.com/apache/doris/pull/34394#issuecomment-2094613192 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]fix is_ip_address_in_range func with const param [doris]

2024-05-04 Thread via GitHub
doris-robot commented on PR #34266: URL: https://github.com/apache/doris/pull/34266#issuecomment-2094615665 TeamCity be ut coverage result: Function Coverage: 35.71% (8975/25133) Line Coverage: 27.33% (74091/271123) Region Coverage: 26.53% (38301/144350) Branch Coverage: 23.2

Re: [PR] [enhancement](function) floor/ceil/round/round_bankers can use column as scale argument [doris]

2024-05-04 Thread via GitHub
github-actions[bot] commented on PR #34391: URL: https://github.com/apache/doris/pull/34391#issuecomment-2094616039 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [enhancement](function) floor/ceil/round/round_bankers can use column as scale argument [doris]

2024-05-04 Thread via GitHub
superdiaodiao commented on PR #34391: URL: https://github.com/apache/doris/pull/34391#issuecomment-2094622773 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] [enhancement]Optimize GeoFunctions for const columns [doris]

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

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

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

Re: [PR] [FIX]fix is_ip_address_in_range func with const param [doris]

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

Re: [PR] [enhancement](function) floor/ceil/round/round_bankers can use column as scale argument [doris]

2024-05-04 Thread via GitHub
doris-robot commented on PR #34391: URL: https://github.com/apache/doris/pull/34391#issuecomment-2094636632 TeamCity be ut coverage result: Function Coverage: 35.68% (8965/25126) Line Coverage: 27.29% (73985/271061) Region Coverage: 26.48% (38219/144326) Branch Coverage: 23.2

Re: [PR] test [doris]

2024-05-04 Thread via GitHub
zzzxl1993 commented on PR #34394: URL: https://github.com/apache/doris/pull/34394#issuecomment-2094639840 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] test [doris]

2024-05-04 Thread via GitHub
github-actions[bot] commented on PR #34394: URL: https://github.com/apache/doris/pull/34394#issuecomment-2094641002 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [enhancement](function) floor/ceil/round/round_bankers can use column as scale argument [doris]

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

  1   2   >