Re: [PR] [cherry-pick](branch3.0) impl translate and url encode [doris]

2024-10-10 Thread via GitHub
morningman commented on PR #41657: URL: https://github.com/apache/doris/pull/41657#issuecomment-2406525593 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](compile) Fix control reaches end of non-void function [doris]

2024-10-10 Thread via GitHub
doris-robot commented on PR #41692: URL: https://github.com/apache/doris/pull/41692#issuecomment-2406524936 TeamCity be ut coverage result: Function Coverage: 37.41% (9661/25827) Line Coverage: 28.67% (80141/279489) Region Coverage: 28.10% (41439/147456) Branch Coverage: 24.7

Re: [PR] Revert "[feature](nereids) extend infer predicates (#40878)" [doris]

2024-10-10 Thread via GitHub
feiniaofeiafei commented on PR #41696: URL: https://github.com/apache/doris/pull/41696#issuecomment-2406527203 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] Revert "[feature](nereids) extend infer predicates (#40878)" [doris]

2024-10-10 Thread via GitHub
feiniaofeiafei opened a new pull request, #41696: URL: https://github.com/apache/doris/pull/41696 This reverts commit a205182850fbded96c93aae71a5ea0a93e6e43f1. ## Proposed changes Issue Number: close #xxx -- This is an automated message from the Apache Git Ser

Re: [PR] Revert "[feature](nereids) extend infer predicates (#40878)" [doris]

2024-10-10 Thread via GitHub
doris-robot commented on PR #41696: URL: https://github.com/apache/doris/pull/41696#issuecomment-2406527160 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] Revert "[feature](nereids) extend infer predicates (#40878)" [doris]

2024-10-10 Thread via GitHub
github-actions[bot] commented on PR #41696: URL: https://github.com/apache/doris/pull/41696#issuecomment-2406529727 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] Revert "[feature](nereids) extend infer predicates (#40878)" [doris]

2024-10-10 Thread via GitHub
github-actions[bot] commented on PR #41696: URL: https://github.com/apache/doris/pull/41696#issuecomment-2406529695 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](followup) Stop tasks if waken by downstream tasks [doris]

2024-10-10 Thread via GitHub
Gabriel39 commented on PR #41628: URL: https://github.com/apache/doris/pull/41628#issuecomment-2406561554 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] [improve](mow) merge and remove old version of delete bitmap when cumulative compaction is done on local mode [doris]

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

[PR] [cherry-pick](branch2.1) support escape.delim and serialization.null.format for hive text [doris]

2024-10-10 Thread via GitHub
suxiaogang223 opened a new pull request, #41684: URL: https://github.com/apache/doris/pull/41684 ## Proposed changes pick from master: https://github.com/apache/doris/pull/39700 support escape.delim and serialization.null.format for hive text -- This is an automated message

Re: [PR] [cherry-pick](branch2.1) support escape.delim and serialization.null.format for hive text [doris]

2024-10-10 Thread via GitHub
doris-robot commented on PR #41684: URL: https://github.com/apache/doris/pull/41684#issuecomment-2406379650 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] [cherry-pick](branch2.1) support escape.delim and serialization.null.format for hive text [doris]

2024-10-10 Thread via GitHub
suxiaogang223 commented on PR #41684: URL: https://github.com/apache/doris/pull/41684#issuecomment-2406379713 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

(doris) branch branch-2.0 updated: [opt](load) print more detailed log when stream load finished #41398 (#41643)

2024-10-10 Thread liaoxin
This is an automated email from the ASF dual-hosted git repository. liaoxin 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 d0cf12f919b [opt](load) print more detai

Re: [PR] [cherry-pick](branch2.1) support escape.delim and serialization.null.format for hive text [doris]

2024-10-10 Thread via GitHub
github-actions[bot] commented on code in PR #41684: URL: https://github.com/apache/doris/pull/41684#discussion_r1796322480 ## be/src/vec/exec/format/csv/csv_reader.cpp: ## @@ -174,6 +174,23 @@ void PlainCsvTextFieldSplitter::do_split(const Slice& line, std::vector* } }

Re: [PR] [bugfix](becore) use after free problem when the segment is pop [doris]

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

Re: [PR] [Feature](json) Support json_search function in 2.1 [doris]

2024-10-10 Thread via GitHub
liutang123 commented on PR #41590: URL: https://github.com/apache/doris/pull/41590#issuecomment-2406387698 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] [opt](load) print more detailed log when stream load finished #41398 [doris]

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

Re: [PR] [enhancement](err-msg) Output column info when size invalid in block data convertor [doris]

2024-10-10 Thread via GitHub
dataroaring commented on PR #41535: URL: https://github.com/apache/doris/pull/41535#issuecomment-2406382726 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

[PR] [bugfix](becore) use after free problem when the segment is pop [doris]

2024-10-10 Thread via GitHub
yiguolei opened a new pull request, #41685: URL: https://github.com/apache/doris/pull/41685 ## Proposed changes Issue Number: close #xxx introduced by #41608 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

Re: [PR] [bugfix](becore) use after free problem when the segment is pop [doris]

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

Re: [PR] [enhancement](err-msg) Output column info when size invalid in block data convertor [doris]

2024-10-10 Thread via GitHub
github-actions[bot] commented on PR #41535: URL: https://github.com/apache/doris/pull/41535#issuecomment-2406386885 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](sequence col) add session variable to skip sequence column check while INSERT INTO [doris]

2024-10-10 Thread via GitHub
github-actions[bot] commented on PR #41655: URL: https://github.com/apache/doris/pull/41655#issuecomment-2406386088 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] [Bug](auto-partition) should check the expr of auto range partition [doris]

2024-10-10 Thread via GitHub
zhangstar333 commented on PR #41626: URL: https://github.com/apache/doris/pull/41626#issuecomment-2406384794 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: [fix](case) fix test_schema_change_ck (#41654)

2024-10-10 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring 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 fc96ff183e8 [fix](case) fix test_schema_chan

Re: [PR] [fix](case) fix test_schema_change_ck [doris]

2024-10-10 Thread via GitHub
dataroaring merged PR #41654: URL: https://github.com/apache/doris/pull/41654 -- 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](property) Modify some show properties action [doris]

2024-10-10 Thread via GitHub
Yukang-Lian commented on PR #41366: URL: https://github.com/apache/doris/pull/41366#issuecomment-2406391202 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 unsubs

Re: [PR] [enhancement](property) Modify some show properties action [doris]

2024-10-10 Thread via GitHub
Yukang-Lian commented on PR #41366: URL: https://github.com/apache/doris/pull/41366#issuecomment-2406391097 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 unsu

Re: [PR] [bugfix](becore) use after free problem when the segment is pop [doris]

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

(doris) branch branch-3.0 updated: [Feature](compatibility) make some agg function restrict (#41459)

2024-10-10 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new d56371da6be [Feature](compatibility)

Re: [PR] [Fix](delete) Fix some delete p2 case [doris]

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

Re: [PR] [bugfix](becore) use after free problem when the segment is pop [doris]

2024-10-10 Thread via GitHub
github-actions[bot] commented on PR #41685: URL: https://github.com/apache/doris/pull/41685#issuecomment-2406396574 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] [bugfix](becore) use after free problem when the segment is pop [doris]

2024-10-10 Thread via GitHub
github-actions[bot] commented on PR #41685: URL: https://github.com/apache/doris/pull/41685#issuecomment-2406396604 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](property) Modify some show properties action [doris]

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

Re: [PR] [improve](group commit) set internal group commit timeout [doris]

2024-10-10 Thread via GitHub
dataroaring merged PR #41404: URL: https://github.com/apache/doris/pull/41404 -- 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.

(doris) branch master updated (c6bd9cbf9c3 -> 93323fe2b6d)

2024-10-10 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from c6bd9cbf9c3 [chore](log) Adjust log level for replaying a batch editlog cost time (#41392) add 93323fe2b6d [

Re: [PR] [chore](log) Adjust log level for replaying a batch editlog cost time [doris]

2024-10-10 Thread via GitHub
dataroaring merged PR #41392: URL: https://github.com/apache/doris/pull/41392 -- 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.

(doris) branch master updated: [chore](log) Adjust log level for replaying a batch editlog cost time (#41392)

2024-10-10 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring 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 c6bd9cbf9c3 [chore](log) Adjust log level fo

Re: [PR] [fix](cluster key) Cluster key skip non vertical compact [doris]

2024-10-10 Thread via GitHub
dataroaring merged PR #41413: URL: https://github.com/apache/doris/pull/41413 -- 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.

(doris) branch master updated (93323fe2b6d -> 6bb30e43f34)

2024-10-10 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 93323fe2b6d [fix](cluster key) Cluster key skip non vertical compact (#41413) add 6bb30e43f34 [improve](grou

Re: [PR] [only test](exchange sink) [doris]

2024-10-10 Thread via GitHub
Mryange commented on PR #41560: URL: https://github.com/apache/doris/pull/41560#issuecomment-2406400280 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] [chore](Variant) forbid variant type as hash join key [doris]

2024-10-10 Thread via GitHub
morrySnow commented on PR #41673: URL: https://github.com/apache/doris/pull/41673#issuecomment-2406400166 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](cloud) enable_file_cache for cloud by default [doris]

2024-10-10 Thread via GitHub
github-actions[bot] commented on PR #41502: URL: https://github.com/apache/doris/pull/41502#issuecomment-2406400265 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] [Improvement](shuffle) Reduce memory consumption in data stream sender [doris]

2024-10-10 Thread via GitHub
github-actions[bot] commented on PR #41676: URL: https://github.com/apache/doris/pull/41676#issuecomment-2406401577 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] [Improvement](shuffle) Reduce memory consumption in data stream sender [doris]

2024-10-10 Thread via GitHub
github-actions[bot] commented on PR #41676: URL: https://github.com/apache/doris/pull/41676#issuecomment-2406401605 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] [only test](exchange sink) [doris]

2024-10-10 Thread via GitHub
github-actions[bot] commented on PR #41560: URL: https://github.com/apache/doris/pull/41560#issuecomment-2406400648 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] [enhance](regression-test) test alter table partition [doris]

2024-10-10 Thread via GitHub
github-actions[bot] commented on PR #41437: URL: https://github.com/apache/doris/pull/41437#issuecomment-2406403077 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](column) implement insert_many_from function for all column [doris]

2024-10-10 Thread via GitHub
zhangstar333 commented on PR #41623: URL: https://github.com/apache/doris/pull/41623#issuecomment-2406401329 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](bug) Is null predicate get error query result [doris]

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

(doris) branch master updated: [fix](cloud) enable_file_cache for cloud by default (#41502)

2024-10-10 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring 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 954f98c8a74 [fix](cloud) enable_file_cache f

(doris) branch master updated (6bb30e43f34 -> 199148f82cc)

2024-10-10 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 6bb30e43f34 [improve](group commit) set internal group commit timeout (#41404) add 199148f82cc [improve](clo

Re: [PR] [only test](exchange sink) [doris]

2024-10-10 Thread via GitHub
github-actions[bot] commented on PR #41560: URL: https://github.com/apache/doris/pull/41560#issuecomment-2406403254 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] [improve](cloud) set default vaule for file_path [doris]

2024-10-10 Thread via GitHub
dataroaring merged PR #41507: URL: https://github.com/apache/doris/pull/41507 -- 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] [fix](cloud) enable_file_cache for cloud by default [doris]

2024-10-10 Thread via GitHub
dataroaring merged PR #41502: URL: https://github.com/apache/doris/pull/41502 -- 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.

(doris) branch branch-3.0 updated: [regression-test](feature) add skip non-concurrent test functions (#41021) (#41494)

2024-10-10 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new 9559af3bd20 [regression-test](featur

Re: [PR] [regression-test](feature) add skip non-concurrent test functions (#41021) [doris]

2024-10-10 Thread via GitHub
dataroaring merged PR #41494: URL: https://github.com/apache/doris/pull/41494 -- 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] [doc](cloud-deploy) add an example for CREATE-STORAGE-VAULT [doris-website]

2024-10-10 Thread via GitHub
KassieZ commented on code in PR #1174: URL: https://github.com/apache/doris-website/pull/1174#discussion_r1796332857 ## docs/compute-storage-decoupled/before-deployment.md: ## Review Comment: EN Docs should not use Examples in Chinese, please fix it. -- This is an autom

(doris) branch branch-2.1 updated: [opt](merge-on-write) avoid to check delete bitmap while lookup rowkey in some situation to reduce CPU cost (#41480) (#41439)

2024-10-10 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new b489cdf8408 [opt](merge-on-write) av

Re: [PR] [opt](merge-on-write) avoid to check delete bitmap while lookup rowkey in some situation to reduce CPU cost (#41480) [doris]

2024-10-10 Thread via GitHub
dataroaring merged PR #41439: URL: https://github.com/apache/doris/pull/41439 -- 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] [enhance]change SpinLock to mutex for _tablets_channels_lock [doris]

2024-10-10 Thread via GitHub
dataroaring merged PR #41384: URL: https://github.com/apache/doris/pull/41384 -- 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.

(doris) branch master updated: [enhance]change SpinLock to mutex for _tablets_channels_lock (#41384)

2024-10-10 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring 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 3b2d61d9d6a [enhance]change SpinLock to mute

Re: [PR] [Feat](nereids) add expression transformation rule simplify_conditional_function [doris]

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

Re: [PR] [Feat](nereids) add expression transformation rule simplify_conditional_function [doris]

2024-10-10 Thread via GitHub
feiniaofeiafei commented on PR #37613: URL: https://github.com/apache/doris/pull/37613#issuecomment-2406413198 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](mtmv) Fix written by mv successfully but not get mv lock. If use mv, data maybe wrong [doris]

2024-10-10 Thread via GitHub
github-actions[bot] commented on PR #40173: URL: https://github.com/apache/doris/pull/40173#issuecomment-2406414442 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] [doc](cloud-deploy) add an example for CREATE-STORAGE-VAULT [doris-website]

2024-10-10 Thread via GitHub
yagagagaga commented on code in PR #1174: URL: https://github.com/apache/doris-website/pull/1174#discussion_r1796336486 ## docs/compute-storage-decoupled/before-deployment.md: ## Review Comment: Done -- This is an automated message from the Apache Git Service. To respon

Re: [PR] [enhancement](err-msg) Output column info when size invalid in block data convertor [doris]

2024-10-10 Thread via GitHub
doris-robot commented on PR #41535: URL: https://github.com/apache/doris/pull/41535#issuecomment-2406417712 TeamCity be ut coverage result: Function Coverage: 37.40% (9660/25827) Line Coverage: 28.67% (80140/279481) Region Coverage: 28.11% (41448/147449) Branch Coverage: 24.7

Re: [PR] [fix](user cancel) Make sure we can see unified cancel msg if query is killed by user. [doris]

2024-10-10 Thread via GitHub
zhiqiang- commented on PR #41680: URL: https://github.com/apache/doris/pull/41680#issuecomment-2406419819 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] [Refactor] (inverted index) Refactor Inverted index file writer [doris]

2024-10-10 Thread via GitHub
doris-robot commented on PR #41625: URL: https://github.com/apache/doris/pull/41625#issuecomment-2406419866 TeamCity be ut coverage result: Function Coverage: 37.41% (9663/25832) Line Coverage: 28.67% (80126/279441) Region Coverage: 28.12% (41444/147401) Branch Coverage: 24.7

Re: [PR] Upgrade paimon to 0.9.0 [doris-shade]

2024-10-10 Thread via GitHub
CalvinKirs merged PR #47: URL: https://github.com/apache/doris-shade/pull/47 -- 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] [improve](mow) merge and remove old version of delete bitmap when cumulative compaction is done on local mode [doris]

2024-10-10 Thread via GitHub
doris-robot commented on PR #41636: URL: https://github.com/apache/doris/pull/41636#issuecomment-2406419669 TeamCity be ut coverage result: Function Coverage: 37.41% (9662/25829) Line Coverage: 28.68% (80163/279529) Region Coverage: 28.11% (41457/147479) Branch Coverage: 24.7

(doris-shade) branch master updated: Upgrade paimon to 0.9.0 (#47)

2024-10-10 Thread kirs
This is an automated email from the ASF dual-hosted git repository. kirs pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-shade.git The following commit(s) were added to refs/heads/master by this push: new 1168dbd Upgrade paimon to 0.9.0 (#47) 1168db

Re: [PR] [bug](schema change)fix schema change cause load failed due to err -215 [doris]

2024-10-10 Thread via GitHub
DarvenDuan commented on PR #23836: URL: https://github.com/apache/doris/pull/23836#issuecomment-2406423677 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 unsubsc

Re: [PR] Bump org.apache.avro:avro from 1.11.3 to 1.11.4 in /hive-catalog-shade [doris-shade]

2024-10-10 Thread via GitHub
CalvinKirs merged PR #49: URL: https://github.com/apache/doris-shade/pull/49 -- 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-shade) branch master updated: Bump org.apache.avro:avro from 1.11.3 to 1.11.4 in /hive-catalog-shade (#49)

2024-10-10 Thread kirs
This is an automated email from the ASF dual-hosted git repository. kirs pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-shade.git The following commit(s) were added to refs/heads/master by this push: new e02ff0d Bump org.apache.avro:avro from 1.11.

(doris-shade) branch dependabot/maven/hive-catalog-shade/org.apache.avro-avro-1.11.4 updated (faeafe7 -> 859d46c)

2024-10-10 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/hive-catalog-shade/org.apache.avro-avro-1.11.4 in repository https://gitbox.apache.org/repos/asf/doris-shade.git discard faeafe7 Bump org.apache.avro:avro from 1.11.3 to 1

Re: [PR] bump 2.0 to 2.0.16-rc01 [doris]

2024-10-10 Thread via GitHub
dataroaring commented on PR #41686: URL: https://github.com/apache/doris/pull/41686#issuecomment-2406431303 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

[PR] bump 2.0 to 2.0.16-rc01 [doris]

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

(doris-shade) branch dependabot/maven/hive-catalog-shade/org.apache.avro-avro-1.11.4 deleted (was 859d46c)

2024-10-10 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/hive-catalog-shade/org.apache.avro-avro-1.11.4 in repository https://gitbox.apache.org/repos/asf/doris-shade.git was 859d46c Bump org.apache.avro:avro from 1.11.3 to 1

Re: [PR] bump 2.0 to 2.0.16-rc01 [doris]

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

[PR] [fix] (inverted index) fix the error result in the query when using count on index (#41375) [doris]

2024-10-10 Thread via GitHub
csun5285 opened a new pull request, #41687: URL: https://github.com/apache/doris/pull/41687 ## Proposed changes pick from master #41375 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

Re: [PR] [fix] (inverted index) fix the error result in the query when using count on index (#41375) [doris]

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

Re: [PR] [fix] (inverted index) fix the error result in the query when using count on index (#41375) [doris]

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

Re: [PR] [Enhancement](ExternalTable)Optimize the performance of getCachedRowCount when reading ExternalTable [doris]

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

Re: [PR] [fix](information-meta) fix information column_type and data_type for ip/variant [doris]

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

Re: [PR] [Fix](Export) `show export` statement supports specify the catalog name [doris]

2024-10-10 Thread via GitHub
BePPPower commented on PR #41662: URL: https://github.com/apache/doris/pull/41662#issuecomment-2406658012 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](compile) Fix control reaches end of non-void function [doris]

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

(doris-website) branch master updated: [pick] pick table overview from dev to 3.0 and 2.1 (#1180)

2024-10-10 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring 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 88d1aed3d0c [pick] pick table overvi

(doris-website) branch master updated: [fix](cloud) add download link for fdb_ctl.sh (#1185)

2024-10-10 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring 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 41854d0c8ae [fix](cloud) add downloa

Re: [PR] [fix](cloud) add download link for fdb_ctl.sh [doris-website]

2024-10-10 Thread via GitHub
dataroaring merged PR #1185: URL: https://github.com/apache/doris-website/pull/1185 -- 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] [pick] pick table overview from dev to 3.0 and 2.1 [doris-website]

2024-10-10 Thread via GitHub
dataroaring merged PR #1180: URL: https://github.com/apache/doris-website/pull/1180 -- 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) branch branch-2.0 updated: bump 2.0 to 2.0.16-rc01 (#41686)

2024-10-10 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring 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 ca6c4c49dd6 bump 2.0 to 2.0.16-rc01

Re: [PR] bump 2.0 to 2.0.16-rc01 [doris]

2024-10-10 Thread via GitHub
dataroaring merged PR #41686: URL: https://github.com/apache/doris/pull/41686 -- 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.

(doris) tag 2.0.16-rc01 created (now ca6c4c49dd6)

2024-10-10 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to tag 2.0.16-rc01 in repository https://gitbox.apache.org/repos/asf/doris.git at ca6c4c49dd6 (commit) No new revisions were added by this update. -

Re: [PR] [fix](Nerieds) column prune should retain at least one column for union all [doris]

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

Re: [PR] [Fix](Nereids) ignore match expression logging warning message [doris]

2024-10-10 Thread via GitHub
morrySnow commented on code in PR #41546: URL: https://github.com/apache/doris/pull/41546#discussion_r1796374347 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/rules/FoldConstantRuleOnBE.java: ## @@ -264,7 +261,7 @@ private static boolean shouldSkipFold(Ex

[PR] [Fix](compile) Fix control reaches end of non-void function [doris]

2024-10-10 Thread via GitHub
bobhan1 opened a new pull request, #41692: URL: https://github.com/apache/doris/pull/41692 (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 unsubscribe, e-ma

Re: [PR] [Improvement](shuffle) Reduce memory consumption in data stream sender [doris]

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

Re: [PR] [fix] (inverted index) fix the error result in the query when using count on index (#41375) [doris]

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

Re: [PR] [Fix](compile) Fix control reaches end of non-void function [doris]

2024-10-10 Thread via GitHub
github-actions[bot] commented on PR #41692: URL: https://github.com/apache/doris/pull/41692#issuecomment-2406484704 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](compile) Fix control reaches end of non-void function [doris]

2024-10-10 Thread via GitHub
github-actions[bot] commented on PR #41692: URL: https://github.com/apache/doris/pull/41692#issuecomment-2406484674 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](compile) Fix control reaches end of non-void function [doris]

2024-10-10 Thread via GitHub
zhannngchen commented on code in PR #41692: URL: https://github.com/apache/doris/pull/41692#discussion_r1796378450 ## be/src/olap/partial_update_info.h: ## @@ -66,6 +66,7 @@ struct PartialUpdateInfo { case UniqueKeyUpdateModePB::UPDATE_FLEXIBLE_COLUMNS: ret

  1   2   3   4   5   6   7   >