Re: [PR] [improvement](mysql)Support mysql COM_RESET_CONNECTION command. [doris]

2024-11-29 Thread via GitHub
Jibing-Li commented on PR #44747: URL: https://github.com/apache/doris/pull/44747#issuecomment-2507276160 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] [improvement](ccr) improve overview of ccr [doris-website]

2024-11-29 Thread via GitHub
wm1581066 commented on code in PR #1427: URL: https://github.com/apache/doris-website/pull/1427#discussion_r1863096824 ## i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/data-admin/ccr/overview.md: ## @@ -26,55 +24,70 @@ under the License. ## 概览 -### CCR 是什么

Re: [PR] [Nereids](fix) fix lambda expression slot can not bind [doris]

2024-11-29 Thread via GitHub
qzsee commented on PR #44365: URL: https://github.com/apache/doris/pull/44365#issuecomment-2507280382 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](orc) check all the cases before build_search_argument [doris]

2024-11-29 Thread via GitHub
github-actions[bot] commented on PR #44615: URL: https://github.com/apache/doris/pull/44615#issuecomment-2507282146 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](orc) check all the cases before build_search_argument [doris]

2024-11-29 Thread via GitHub
github-actions[bot] commented on PR #44615: URL: https://github.com/apache/doris/pull/44615#issuecomment-2507282208 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] branch-3.0: [fix](ip-search)fix ip search with inverted index #44580 [doris]

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

(doris) branch auto-pick-44580-branch-3.0 deleted (was 6436905e3a8)

2024-11-29 Thread airborne
This is an automated email from the ASF dual-hosted git repository. airborne pushed a change to branch auto-pick-44580-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git was 6436905e3a8 [fix](ip-search)fix ip search with inverted index (#44580) The revisions that were o

(doris) branch branch-3.0 updated: branch-3.0: [fix](ip-search)fix ip search with inverted index #44580 (#44762)

2024-11-29 Thread airborne
This is an automated email from the ASF dual-hosted git repository. airborne pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new ec5ffadf963 branch-3.0: [fix](ip-search

(doris) branch master updated: [fix](orc) check all the cases before build_search_argument (#44615)

2024-11-29 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 08b187b2687 [fix](orc) check all the cases be

Re: [PR] [fix](orc) check all the cases before build_search_argument [doris]

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

Re: [PR] [improvement](mysql)Support mysql COM_RESET_CONNECTION command. [doris]

2024-11-29 Thread via GitHub
github-actions[bot] commented on PR #44747: URL: https://github.com/apache/doris/pull/44747#issuecomment-2507295405 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] [Nereids](fix) fix lambda expression slot can not bind [doris]

2024-11-29 Thread via GitHub
shuke987 commented on PR #44365: URL: https://github.com/apache/doris/pull/44365#issuecomment-2507295554 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

(doris) branch auto-pick-44615-branch-2.1 created (now 412cec5bad5)

2024-11-29 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-44615-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git at 412cec5bad5 branch-2.1: [fix](clone) Fix wrong clone file path #44746 (#44773) No new revisio

(doris) branch auto-pick-44615-branch-3.0 created (now ec5ffadf963)

2024-11-29 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-44615-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git at ec5ffadf963 branch-3.0: [fix](ip-search)fix ip search with inverted index #44580 (#44762) No

Re: [PR] [opt](nereids) support pushing down aggr distinct through join [doris]

2024-11-29 Thread via GitHub
xzj7019 commented on PR #43380: URL: https://github.com/apache/doris/pull/43380#issuecomment-2507296047 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] [improvement](mysql)Support mysql COM_RESET_CONNECTION command. [doris]

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

[PR] [Opt](multi-catalog)Disable dict filter in parquet/orc reader if have non-single conjuncts. [doris]

2024-11-29 Thread via GitHub
kaka11chen opened a new pull request, #44777: URL: https://github.com/apache/doris/pull/44777 ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: ### Release note None ### Check List (For Author) - Te

Re: [PR] [Opt](multi-catalog)Disable dict filter in parquet/orc reader if have non-single conjuncts. [doris]

2024-11-29 Thread via GitHub
doris-robot commented on PR #44777: URL: https://github.com/apache/doris/pull/44777#issuecomment-2507298353 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+proce

Re: [PR] [Opt](multi-catalog)Disable dict filter in parquet/orc reader if have non-single conjuncts. [doris]

2024-11-29 Thread via GitHub
kaka11chen commented on PR #44777: URL: https://github.com/apache/doris/pull/44777#issuecomment-2507298485 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

[PR] debug perfmance [doris]

2024-11-29 Thread via GitHub
hello-stephen opened a new pull request, #43578: URL: https://github.com/apache/doris/pull/43578 ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: ### Release note None ### Check List (For Author) -

Re: [PR] debug perfmance [doris]

2024-11-29 Thread via GitHub
hello-stephen commented on PR #43578: URL: https://github.com/apache/doris/pull/43578#issuecomment-2507302043 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

Re: [PR] debug perfmance [doris]

2024-11-29 Thread via GitHub
hello-stephen commented on PR #43578: URL: https://github.com/apache/doris/pull/43578#issuecomment-2507305223 skip 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] [feture](inverted index) Adding Storage Format V3 for Inverted Index [doris]

2024-11-29 Thread via GitHub
zzzxl1993 commented on PR #44414: URL: https://github.com/apache/doris/pull/44414#issuecomment-2507308904 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] debug perfmance [doris]

2024-11-29 Thread via GitHub
hello-stephen closed pull request #43578: debug perfmance URL: https://github.com/apache/doris/pull/43578 -- 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

Re: [PR] [DNM] test for rowset 0-1 [doris]

2024-11-29 Thread via GitHub
TangSiyang2001 closed pull request #44473: [DNM] test for rowset 0-1 URL: https://github.com/apache/doris/pull/44473 -- 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

[PR] [feat](test) add invalid params check and add ut case for bf [doris]

2024-11-29 Thread via GitHub
airborne12 opened a new pull request, #44778: URL: https://github.com/apache/doris/pull/44778 ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: ### Release note None ### Check List (For Author) - Te

Re: [PR] [feat](test) add invalid params check and add ut case for bf [doris]

2024-11-29 Thread via GitHub
doris-robot commented on PR #44778: URL: https://github.com/apache/doris/pull/44778#issuecomment-2507310966 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+proce

Re: [PR] [opt](nereids) remove enable nereids rules usage [doris]

2024-11-29 Thread via GitHub
xzj7019 commented on PR #44769: URL: https://github.com/apache/doris/pull/44769#issuecomment-2507318240 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] (nereids)implement SHOW CATALOG COMMAND in nereids [doris]

2024-11-29 Thread via GitHub
Yao-MR commented on PR #44633: URL: https://github.com/apache/doris/pull/44633#issuecomment-2507318760 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](routine load) ensure load balance after scaling up BE nodes [doris]

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

[PR] [fix](mtmv) Fix rewrite fail by materialized view when filter or join condition has alias [doris]

2024-11-29 Thread via GitHub
seawinde opened a new pull request, #44779: URL: https://github.com/apache/doris/pull/44779 ### What problem does this PR solve? query and mv def are as following,` partsupp.public_col as public_col ` is alias, this would cause rewritting fail by materialized view with msg, the graph

Re: [PR] [fix](mtmv) Fix rewrite fail by materialized view when filter or join condition has alias [doris]

2024-11-29 Thread via GitHub
doris-robot commented on PR #44779: URL: https://github.com/apache/doris/pull/44779#issuecomment-2507347266 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+proce

Re: [PR] [opt](auto-inc) Allow to miss auto-increment column and other value columns in partial update [doris]

2024-11-29 Thread via GitHub
github-actions[bot] commented on PR #44528: URL: https://github.com/apache/doris/pull/44528#issuecomment-2507348677 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](mtmv) Fix rewrite fail by materialized view when filter or join condition has alias [doris]

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

Re: [PR] [opt](auto-inc) Allow to miss auto-increment column and other value columns in partial update [doris]

2024-11-29 Thread via GitHub
github-actions[bot] commented on PR #44528: URL: https://github.com/apache/doris/pull/44528#issuecomment-2507348723 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](mtmv) Fix filter position different but same causing rewritten by materialized view fail [doris]

2024-11-29 Thread via GitHub
seawinde commented on PR #44575: URL: https://github.com/apache/doris/pull/44575#issuecomment-2507354700 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] [feat](test) add invalid params check and add ut case for bf [doris]

2024-11-29 Thread via GitHub
github-actions[bot] commented on PR #44778: URL: https://github.com/apache/doris/pull/44778#issuecomment-2507355604 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] [feat](test) add invalid params check and add ut case for bf [doris]

2024-11-29 Thread via GitHub
github-actions[bot] commented on PR #44778: URL: https://github.com/apache/doris/pull/44778#issuecomment-2507355669 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] branch-3.0: [improve](join) reuse the join block to reduce malloc memory #43738 [doris]

2024-11-29 Thread via GitHub
zhangstar333 commented on PR #44774: URL: https://github.com/apache/doris/pull/44774#issuecomment-2507358318 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](cluster key) fix cluster key duplicated key [doris]

2024-11-29 Thread via GitHub
mymeiyi commented on PR #44776: URL: https://github.com/apache/doris/pull/44776#issuecomment-2507360659 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 unsubscrib

Re: [PR] [feat](test) add invalid params check and add ut case for bf [doris]

2024-11-29 Thread via GitHub
airborne12 commented on PR #44778: URL: https://github.com/apache/doris/pull/44778#issuecomment-2507360195 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] [feat](test) add bloomfilter ut case [doris]

2024-11-29 Thread via GitHub
github-actions[bot] commented on PR #44351: URL: https://github.com/apache/doris/pull/44351#issuecomment-2507371601 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] [feat](test) add bloomfilter ut case [doris]

2024-11-29 Thread via GitHub
github-actions[bot] commented on PR #44351: URL: https://github.com/apache/doris/pull/44351#issuecomment-2507371660 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] [Enhancement](Log) Reduce usage of log fatal(PART I) [doris]

2024-11-29 Thread via GitHub
zclllyybb commented on code in PR #42344: URL: https://github.com/apache/doris/pull/42344#discussion_r1863190834 ## be/src/gutil/strings/util.cc: ## @@ -489,7 +491,7 @@ const char* strstr_delimited(const char* haystack, const char* needle, char deli ++haystack;

[PR] [fix](meta-service) Avoid rowset meta exceeds 2G result in protobuf fatal [doris]

2024-11-29 Thread via GitHub
TangSiyang2001 opened a new pull request, #44780: URL: https://github.com/apache/doris/pull/44780 ### What problem does this PR solve? Rowset meta may exceed limit of 2GB incase of table of extremely wide variant type. Check the size before serializing. Problem Summary:

Re: [PR] [Enhancement](Log) Reduce usage of log fatal(PART I) [doris]

2024-11-29 Thread via GitHub
zclllyybb commented on code in PR #42344: URL: https://github.com/apache/doris/pull/42344#discussion_r1863192371 ## be/src/olap/in_list_predicate.h: ## @@ -431,8 +431,8 @@ class InListPredicateBase : public ColumnPredicate { } }

Re: [PR] [fix](meta-service) Avoid rowset meta exceeds 2G result in protobuf fatal [doris]

2024-11-29 Thread via GitHub
TangSiyang2001 commented on PR #44780: URL: https://github.com/apache/doris/pull/44780#issuecomment-2507375636 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](meta-service) Avoid rowset meta exceeds 2G result in protobuf fatal [doris]

2024-11-29 Thread via GitHub
doris-robot commented on PR #44780: URL: https://github.com/apache/doris/pull/44780#issuecomment-2507375554 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+proce

Re: [PR] [Enhancement](Log) Reduce usage of log fatal(PART I) [doris]

2024-11-29 Thread via GitHub
zclllyybb commented on code in PR #42344: URL: https://github.com/apache/doris/pull/42344#discussion_r1863192822 ## be/src/olap/key_coder.h: ## @@ -300,7 +300,7 @@ class KeyCoderTraits { } static Status decode_ascending(Slice* encoded_key, size_t index_size, uint8_t

Re: [PR] [Chore](check) add check for bf not inited and not ignored [doris]

2024-11-29 Thread via GitHub
BiteThet commented on PR #44781: URL: https://github.com/apache/doris/pull/44781#issuecomment-2507379564 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](meta-service) Avoid rowset meta exceeds 2G result in protobuf fatal [doris]

2024-11-29 Thread via GitHub
TangSiyang2001 commented on PR #44780: URL: https://github.com/apache/doris/pull/44780#issuecomment-2507381112 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.

[PR] [Chore](check) add check for bf not inited and not ignored [doris]

2024-11-29 Thread via GitHub
BiteThet opened a new pull request, #44781: URL: https://github.com/apache/doris/pull/44781 ### What problem does this PR solve? add check for bf not inited and not ignored Problem Summary: ### Release note None ### Check List (For Author) - Test

Re: [PR] [Enhancement](Log) Reduce usage of log fatal(PART I) [doris]

2024-11-29 Thread via GitHub
zclllyybb commented on code in PR #42344: URL: https://github.com/apache/doris/pull/42344#discussion_r1863197534 ## be/src/vec/data_types/data_type_quantilestate.h: ## @@ -94,9 +94,7 @@ class DataTypeQuantileState : public IDataType { Field get_default() const override { re

Re: [PR] [Enhancement](Log) Reduce usage of log fatal(PART I) [doris]

2024-11-29 Thread via GitHub
zclllyybb commented on code in PR #42344: URL: https://github.com/apache/doris/pull/42344#discussion_r1863198314 ## be/src/vec/functions/function_binary_arithmetic.h: ## @@ -423,8 +423,8 @@ struct DecimalBinaryOperation { if constexpr (check_overflow && !is_to_null_ty

[PR] [fix](cache) fix same sql return wrong result when switch database with `use db` and enable sql cache [doris]

2024-11-29 Thread via GitHub
htyoung opened a new pull request, #44782: URL: https://github.com/apache/doris/pull/44782 It will return wrong result when running same sql in different db with `enable_sql_cache=true` ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Pr

Re: [PR] [fix](cache) fix same sql return wrong result when switch database with `use db` and enable sql cache [doris]

2024-11-29 Thread via GitHub
doris-robot commented on PR #44782: URL: https://github.com/apache/doris/pull/44782#issuecomment-2507387084 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+proce

Re: [PR] [fix](cache) fix same sql return wrong result when switch database with `use db` and enable sql cache [doris]

2024-11-29 Thread via GitHub
htyoung commented on PR #44782: URL: https://github.com/apache/doris/pull/44782#issuecomment-2507391935 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 uns

[PR] [fix](nereids) fix merge_percentile_to_array when has same agg function [doris]

2024-11-29 Thread via GitHub
feiniaofeiafei opened a new pull request, #44783: URL: https://github.com/apache/doris/pull/44783 ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: ### Release note None ### Check List (For Author)

Re: [PR] [fix](nereids) fix merge_percentile_to_array when has same agg function [doris]

2024-11-29 Thread via GitHub
doris-robot commented on PR #44783: URL: https://github.com/apache/doris/pull/44783#issuecomment-2507392542 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+proce

Re: [PR] [fix](nereids) fix merge_percentile_to_array when has same agg function [doris]

2024-11-29 Thread via GitHub
feiniaofeiafei commented on PR #44783: URL: https://github.com/apache/doris/pull/44783#issuecomment-2507392703 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] [Chore](check) add check for bf not inited and not ignored [doris]

2024-11-29 Thread via GitHub
github-actions[bot] commented on PR #44781: URL: https://github.com/apache/doris/pull/44781#issuecomment-2507405618 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] [Chore](check) add check for bf not inited and not ignored [doris]

2024-11-29 Thread via GitHub
github-actions[bot] commented on PR #44781: URL: https://github.com/apache/doris/pull/44781#issuecomment-2507407260 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](multi-catalog)Disable dict filter in parquet/orc reader if have non-single conjuncts. [doris]

2024-11-29 Thread via GitHub
kaka11chen commented on PR #44777: URL: https://github.com/apache/doris/pull/44777#issuecomment-2507412107 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 commen

[I] [Bug] doris V2.1.5版本,1fe、3be节点,我执行一个sql,直接导致doris挂掉 [doris]

2024-11-29 Thread via GitHub
pokerface-afk opened a new issue, #44784: URL: https://github.com/apache/doris/issues/44784 ### 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 V2.1.5 ###

[PR] [improve]Improve kafka synchronization json best practices [doris-website]

2024-11-29 Thread via GitHub
DongLiang-0 opened a new pull request, #1428: URL: https://github.com/apache/doris-website/pull/1428 ## Versions - [ ] dev - [ ] 3.0 - [ ] 2.1 - [ ] 2.0 ## Languages - [ ] Chinese - [ ] English ## Docs Checklist - [ ] Checked by AI - [ ] Test

Re: [PR] [Nereids](fix) fix lambda expression slot can not bind [doris]

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

Re: [PR] [opt](nereids) remove enable nereids rules usage [doris]

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

Re: [PR] [improve](profile) add profile about filtered rows in analytic operator [doris]

2024-11-29 Thread via GitHub
zhangstar333 commented on PR #44785: URL: https://github.com/apache/doris/pull/44785#issuecomment-2507441189 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] [improvement](mysql)Support mysql COM_RESET_CONNECTION command. [doris]

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

Re: [PR] [Opt](multi-catalog)Disable dict filter in parquet/orc reader if have non-single conjuncts. [doris]

2024-11-29 Thread via GitHub
kaka11chen commented on PR #44777: URL: https://github.com/apache/doris/pull/44777#issuecomment-2507442191 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](profile) add profile about filtered rows in analytic operator [doris]

2024-11-29 Thread via GitHub
doris-robot commented on PR #44785: URL: https://github.com/apache/doris/pull/44785#issuecomment-2507441586 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+proce

Re: [PR] [fix](mtmv) Fix filter position different but same causing rewritten by materialized view fail [doris]

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

[PR] [opt](mtmv) Optimize plan generate when create mtmv and use mtmv cache when collect table of mtmv [doris]

2024-11-29 Thread via GitHub
seawinde opened a new pull request, #44786: URL: https://github.com/apache/doris/pull/44786 ### What problem does this PR solve? Optimize plan generate when create mtmv and use mtmv cache when collect table of mtmv 1. Reuse plans when creating materialized views to minimize plan ge

Re: [PR] [Enhancement] (nereids)implement SHOW CATALOG COMMAND in nereids [doris]

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

Re: [PR] [opt](mtmv) Optimize plan generate when create mtmv and use mtmv cache when collect table of mtmv [doris]

2024-11-29 Thread via GitHub
seawinde commented on PR #44786: URL: https://github.com/apache/doris/pull/44786#issuecomment-2507449816 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](vec) Remove the unless api in IColumn [doris]

2024-11-29 Thread via GitHub
HappenLee merged PR #44619: URL: https://github.com/apache/doris/pull/44619 -- 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: [Refactor](vec) Remove the unless api in IColumn (#44619)

2024-11-29 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 46575e59bac [Refactor](vec) Remove the unless

Re: [PR] [opt](mtmv) Optimize plan generate when create mtmv and use mtmv cache when collect table of mtmv [doris]

2024-11-29 Thread via GitHub
doris-robot commented on PR #44786: URL: https://github.com/apache/doris/pull/44786#issuecomment-2507446446 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+proce

Re: [PR] [fix](nereids) fix merge_percentile_to_array when has same agg function [doris]

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

Re: [PR] [improvement](mysql)Support mysql COM_RESET_CONNECTION command. [doris]

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

Re: [PR] [Nereids](fix) fix lambda expression slot can not bind [doris]

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

Re: [PR] [opt](nereids) remove enable nereids rules usage [doris]

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

Re: [PR] [fix](mtmv) Fix filter position different but same causing rewritten by materialized view fail [doris]

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

Re: [PR] [Enhancement] (nereids)implement SHOW CATALOG COMMAND in nereids [doris]

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

Re: [PR] [improvement](mysql)Support mysql COM_RESET_CONNECTION command. [doris]

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

Re: [PR] [Nereids](fix) fix lambda expression slot can not bind [doris]

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

Re: [PR] [fix](mtmv) Fix filter position different but same causing rewritten by materialized view fail [doris]

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

Re: [PR] [fix](mtmv) Fix rewrite fail by materialized view when filter or join condition has alias [doris]

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

Re: [PR] [feat](test) add invalid params check and add ut case for bf [doris]

2024-11-29 Thread via GitHub
doris-robot commented on PR #44778: URL: https://github.com/apache/doris/pull/44778#issuecomment-2507475826 TeamCity be ut coverage result: Function Coverage: 38.35% (9981/26028) Line Coverage: 29.43% (83604/284037) Region Coverage: 28.54% (42990/150643) Branch Coverage: 25.1

Re: [PR] [fix](nereids) fix UnknownValue's reference in simplify range rule #44637 [doris]

2024-11-29 Thread via GitHub
yujun777 commented on PR #44770: URL: https://github.com/apache/doris/pull/44770#issuecomment-2507476573 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 unsubsc

Re: [PR] [opt](nereids) remove enable nereids rules usage [doris]

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

Re: [PR] [improvement](mysql)Support mysql COM_RESET_CONNECTION command. [doris]

2024-11-29 Thread via GitHub
Jibing-Li merged PR #44747: URL: https://github.com/apache/doris/pull/44747 -- 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 auto-pick-44747-branch-3.0 updated (ec5ffadf963 -> f542cd461fe)

2024-11-29 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-44747-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git from ec5ffadf963 branch-3.0: [fix](ip-search)fix ip search with inverted index #44580 (#44762)

[PR] [improve](profile) add profile about filtered rows in analytic operator [doris]

2024-11-29 Thread via GitHub
zhangstar333 opened a new pull request, #44785: URL: https://github.com/apache/doris/pull/44785 ### What problem does this PR solve? Problem Summary: add profile about filtered rows in analytic operator ### Release note None ### Check List (For Author) -

[PR] branch-3.0: [improvement](mysql)Support mysql COM_RESET_CONNECTION command. #44747 [doris]

2024-11-29 Thread via GitHub
github-actions[bot] opened a new pull request, #44787: URL: https://github.com/apache/doris/pull/44787 Cherry-picked from #44747 -- 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

(doris) branch auto-pick-44747-branch-2.1 created (now 412cec5bad5)

2024-11-29 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-44747-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git at 412cec5bad5 branch-2.1: [fix](clone) Fix wrong clone file path #44746 (#44773) No new revisio

(doris) branch auto-pick-44747-branch-3.0 created (now ec5ffadf963)

2024-11-29 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-44747-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git at ec5ffadf963 branch-3.0: [fix](ip-search)fix ip search with inverted index #44580 (#44762) No

(doris) branch master updated: [improvement](mysql)Support mysql COM_RESET_CONNECTION command. (#44747)

2024-11-29 Thread lijibing
This is an automated email from the ASF dual-hosted git repository. lijibing 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 0ffb71b5589 [improvement](mysql)Support mysql C

Re: [PR] [fix](nereids) fix merge_percentile_to_array when has same agg function [doris]

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

Re: [PR] branch-3.0: [improvement](mysql)Support mysql COM_RESET_CONNECTION command. #44747 [doris]

2024-11-29 Thread via GitHub
dataroaring closed pull request #44787: branch-3.0: [improvement](mysql)Support mysql COM_RESET_CONNECTION command. #44747 URL: https://github.com/apache/doris/pull/44787 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

  1   2   3   4   5   >