Re: [PR] fix the echo in create-tpcds-tables.sh [doris]

2024-03-18 Thread via GitHub
dongsilun commented on PR #32415: URL: https://github.com/apache/doris/pull/32415#issuecomment-2003714046 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] [opt](memory) Optimize mem tracker accuracy [doris]

2024-03-18 Thread via GitHub
xinyiZzz commented on PR #32039: URL: https://github.com/apache/doris/pull/32039#issuecomment-2003715733 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] [Feature](hdfs) check the connectivity of hdfs resources [doris]

2024-03-18 Thread via GitHub
felixwluo opened a new pull request, #32416: URL: https://github.com/apache/doris/pull/32416 ## Proposed changes Issue Number: close #32322 `Check hdfs resources when they are created` ## Further comments If this is a relatively large or complex change, kick off th

Re: [PR] [Feature](hdfs) check the connectivity of hdfs resources [doris]

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

Re: [PR] [Feature](hdfs) check the connectivity of hdfs resources [doris]

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

Re: [PR] [refactor](executor)Delete cpu_resource_limit [doris]

2024-03-18 Thread via GitHub
doris-robot commented on PR #32388: URL: https://github.com/apache/doris/pull/32388#issuecomment-2003724962 TeamCity be ut coverage result: Function Coverage: 35.25% (8701/24681) Line Coverage: 27.08% (71187/262870) Region Coverage: 26.33% (36926/140242) Branch Coverage: 23.2

Re: [PR] [Chore](tools): update ssb tools [doris]

2024-03-18 Thread via GitHub
liaoxin01 merged PR #32308: URL: https://github.com/apache/doris/pull/32308 -- 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] [Chore](tools): update ssb tools [doris]

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

(doris) branch master updated: [Chore](tools) update ssb tools (#32308)

2024-03-18 Thread liaoxin
This is an automated email from the ASF dual-hosted git repository. liaoxin pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 40624cd3f08 [Chore](tools) update ssb tools (#32

Re: [PR] [only test] "[refactor](nereids)unify outputTupleDesc and projection " [doris]

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

Re: [PR] [fix](tpcds-tool) Fix the echo in create-tpcds-tables.sh [doris]

2024-03-18 Thread via GitHub
dongsilun commented on PR #32415: URL: https://github.com/apache/doris/pull/32415#issuecomment-2003737203 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] [opt](memory) Optimize mem tracker accuracy [doris]

2024-03-18 Thread via GitHub
github-actions[bot] commented on code in PR #32039: URL: https://github.com/apache/doris/pull/32039#discussion_r1528422230 ## be/src/runtime/query_context.cpp: ## @@ -46,48 +47,53 @@ QueryContext::QueryContext(TUniqueId query_id, int total_fragment_num, ExecEnv* _is_

Re: [PR] [Feature](partition) Support insert overwrite auto detect partition [doris]

2024-03-18 Thread via GitHub
zclllyybb commented on PR #32156: URL: https://github.com/apache/doris/pull/32156#issuecomment-2003744131 run buildalll -- 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] [Feature](partition) Support insert overwrite auto detect partition [doris]

2024-03-18 Thread via GitHub
zclllyybb commented on PR #32156: URL: https://github.com/apache/doris/pull/32156#issuecomment-2003744456 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

[PR] [feature](Nereids) support make miss slot as null alias when conver anti join (#31854) [doris]

2024-03-18 Thread via GitHub
XieJiann opened a new pull request, #32417: URL: https://github.com/apache/doris/pull/32417 #31854 transform project(A.*, B.slot) - filter(B.slot is null) - LeftOuterJoin(A, B) to project(A.*, null as B.slot) - LeftAntiJoin(A, B) ## Proposed change

Re: [PR] [feature](Nereids) support make miss slot as null alias when conver anti join (#31854) [doris]

2024-03-18 Thread via GitHub
doris-robot commented on PR #32417: URL: https://github.com/apache/doris/pull/32417#issuecomment-2003752803 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] [Pick 2.1](inverted index) support inverted index format v2 (#30145) [doris]

2024-03-18 Thread via GitHub
airborne12 opened a new pull request, #32418: URL: https://github.com/apache/doris/pull/32418 ## 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] [Pick 2.1](inverted index) support inverted index format v2 (#30145) [doris]

2024-03-18 Thread via GitHub
doris-robot commented on PR #32418: URL: https://github.com/apache/doris/pull/32418#issuecomment-2003758424 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] [Pick 2.1](inverted index) support inverted index format v2 (#30145) [doris]

2024-03-18 Thread via GitHub
airborne12 commented on PR #32418: URL: https://github.com/apache/doris/pull/32418#issuecomment-2003760104 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] [feature](Nereids) support make miss slot as null alias when conver anti join (#31854) [doris]

2024-03-18 Thread via GitHub
XieJiann commented on PR #32417: URL: https://github.com/apache/doris/pull/32417#issuecomment-2003765596 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] when partition column is datetime, date can work in create table command [doris]

2024-03-18 Thread via GitHub
xiedeyantu commented on code in PR #32335: URL: https://github.com/apache/doris/pull/32335#discussion_r1528437307 ## regression-test/suites/partition_p0/multi_partition/test_multi_partition.groovy: ## @@ -465,4 +465,25 @@ suite("test_multi_partition") { assertTrue(result2[1

Re: [PR] [Enhancement] when partition column is datetime, date can work in create table command [doris]

2024-03-18 Thread via GitHub
github-actions[bot] commented on PR #32335: URL: https://github.com/apache/doris/pull/32335#issuecomment-2003768410 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] [chore](routine-load) do not auto resume if job cannot resume definitely [doris]

2024-03-18 Thread via GitHub
HHoflittlefish777 opened a new pull request, #32419: URL: https://github.com/apache/doris/pull/32419 ## 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.or

Re: [PR] [chore](routine-load) do not auto resume if job cannot resume definitely [doris]

2024-03-18 Thread via GitHub
doris-robot commented on PR #32419: URL: https://github.com/apache/doris/pull/32419#issuecomment-2003773000 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](routine-load) do not auto resume if job cannot resume definitely [doris]

2024-03-18 Thread via GitHub
HHoflittlefish777 commented on PR #32419: URL: https://github.com/apache/doris/pull/32419#issuecomment-2003773210 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] [Feature](hdfs) check the connectivity of hdfs resources [doris]

2024-03-18 Thread via GitHub
ByteYue commented on PR #32416: URL: https://github.com/apache/doris/pull/32416#issuecomment-2003776597 I wonder could we add one regression test? You can refer to the hdfs cases for cold heat separation case to create one case for this. -- This is an automated message from the Apache Git

Re: [PR] [Pick 2.1](inverted index) support inverted index format v2 (#30145) [doris]

2024-03-18 Thread via GitHub
github-actions[bot] commented on code in PR #32418: URL: https://github.com/apache/doris/pull/32418#discussion_r152870 ## be/src/olap/rowset/segment_v2/inverted_index_cache.h: ## @@ -17,59 +17,31 @@ #pragma once -#ifdef __clang__ -#pragma clang diagnostic push -#pragma

Re: [PR] [fix](schema-change) fix the bug of handling empty blocks in schema change [doris]

2024-03-18 Thread via GitHub
github-actions[bot] commented on PR #32396: URL: https://github.com/apache/doris/pull/32396#issuecomment-2003779383 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](schema-change) fix the bug of handling empty blocks in schema change [doris]

2024-03-18 Thread via GitHub
github-actions[bot] commented on PR #32396: URL: https://github.com/apache/doris/pull/32396#issuecomment-2003779438 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](ci) fix script [doris]

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

[PR] [chore](ci) fix script [doris]

2024-03-18 Thread via GitHub
hello-stephen opened a new pull request, #32420: URL: https://github.com/apache/doris/pull/32420 ## 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](m

Re: [PR] [chore](ci) fix script [doris]

2024-03-18 Thread via GitHub
hello-stephen commented on PR #32420: URL: https://github.com/apache/doris/pull/32420#issuecomment-2003782335 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] [Enhencement](Nereids) reduce child output rows if agg child is literal [doris]

2024-03-18 Thread via GitHub
morrySnow commented on code in PR #32188: URL: https://github.com/apache/doris/pull/32188#discussion_r1528446927 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/ReduceAggregateChildOutputRows.java: ## @@ -0,0 +1,83 @@ +// Licensed to the Apache Software Founda

Re: [PR] [only test] "[refactor](nereids)unify outputTupleDesc and projection " [doris]

2024-03-18 Thread via GitHub
doris-robot commented on PR #32249: URL: https://github.com/apache/doris/pull/32249#issuecomment-2003788991 TeamCity be ut coverage result: Function Coverage: 35.24% (8701/24689) Line Coverage: 27.07% (71188/263002) Region Coverage: 26.31% (36919/140320) Branch Coverage: 23.2

Re: [PR] [chore](ci) fix script [doris]

2024-03-18 Thread via GitHub
hello-stephen commented on PR #32420: URL: https://github.com/apache/doris/pull/32420#issuecomment-2003790520 run performance -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

Re: [PR] [compile]( fix ) fix compile in gcc [doris]

2024-03-18 Thread via GitHub
shuke987 commented on PR #32385: URL: https://github.com/apache/doris/pull/32385#issuecomment-2003793129 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] [feature](Nereids) support make miss slot as null alias when conver anti join (#31854) [doris]

2024-03-18 Thread via GitHub
XieJiann commented on PR #32417: URL: https://github.com/apache/doris/pull/32417#issuecomment-2003801363 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](grouping sets) fix grouping sets have multiple empty sets (#32317) [doris]

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

Re: [PR] Fix unrecognized column name delete handler [doris]

2024-03-18 Thread via GitHub
github-actions[bot] commented on code in PR #32404: URL: https://github.com/apache/doris/pull/32404#discussion_r1528463207 ## be/test/olap/delete_handler_test.cpp: ## @@ -1232,4 +1232,43 @@ TEST_F(TestDeleteHandler, FilterDataVersion) { _delete_handler.finalize(); } +//

Re: [PR] [compile]( fix ) fix compile in gcc [doris]

2024-03-18 Thread via GitHub
shuke987 commented on PR #32385: URL: https://github.com/apache/doris/pull/32385#issuecomment-2003815043 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](feut) comment out doc gen execution [doris]

2024-03-18 Thread via GitHub
morningman merged PR #32413: URL: https://github.com/apache/doris/pull/32413 -- 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 master updated (40624cd3f08 -> 449d9bc2d4f)

2024-03-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 40624cd3f08 [Chore](tools) update ssb tools (#32308) add 449d9bc2d4f [fix](feut) comment out doc gen execution

Re: [PR] [fix](grouping sets) fix grouping sets have multiple empty sets (#32317) [doris]

2024-03-18 Thread via GitHub
github-actions[bot] commented on PR #32407: URL: https://github.com/apache/doris/pull/32407#issuecomment-2003818982 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] [feature](Nereids) support make miss slot as null alias when conver anti join (#31854) [doris]

2024-03-18 Thread via GitHub
XieJiann commented on PR #32417: URL: https://github.com/apache/doris/pull/32417#issuecomment-2003819758 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 unrecognized column name delete handler [doris]

2024-03-18 Thread via GitHub
github-actions[bot] commented on code in PR #32404: URL: https://github.com/apache/doris/pull/32404#discussion_r1528472757 ## be/test/olap/delete_handler_test.cpp: ## @@ -1232,4 +1232,44 @@ TEST_F(TestDeleteHandler, FilterDataVersion) { _delete_handler.finalize(); } +//

Re: [PR] [Enhancement] when partition column is datetime, date can work in create table command [doris]

2024-03-18 Thread via GitHub
xiedeyantu commented on PR #32335: URL: https://github.com/apache/doris/pull/32335#issuecomment-2003824981 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](Job)When jobname is the do keyword, parsing errors will occur when executing SQL. [doris]

2024-03-18 Thread via GitHub
CalvinKirs commented on PR #32379: URL: https://github.com/apache/doris/pull/32379#issuecomment-2003826002 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][regression]update ccr test project [doris]

2024-03-18 Thread via GitHub
XuJianxu commented on PR #32315: URL: https://github.com/apache/doris/pull/32315#issuecomment-2003828109 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] [chore](ci) fix script [doris]

2024-03-18 Thread via GitHub
github-actions[bot] commented on PR #32420: URL: https://github.com/apache/doris/pull/32420#issuecomment-2003830391 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] [chore](ci) fix script [doris]

2024-03-18 Thread via GitHub
github-actions[bot] commented on PR #32420: URL: https://github.com/apache/doris/pull/32420#issuecomment-2003830480 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] [Feature](partition) Support insert overwrite auto detect partition [doris]

2024-03-18 Thread via GitHub
doris-robot commented on PR #32156: URL: https://github.com/apache/doris/pull/32156#issuecomment-2003831450 TeamCity be ut coverage result: Function Coverage: 35.24% (8702/24697) Line Coverage: 27.06% (71195/263082) Region Coverage: 26.30% (36925/140382) Branch Coverage: 23.2

Re: [PR] [compile]( fix ) fix compile in gcc [doris]

2024-03-18 Thread via GitHub
shuke987 commented on PR #32385: URL: https://github.com/apache/doris/pull/32385#issuecomment-200386 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] when partition column is datetime, date can work in create table command [doris]

2024-03-18 Thread via GitHub
xiedeyantu commented on PR #32335: URL: https://github.com/apache/doris/pull/32335#issuecomment-2003837303 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](group commit) Fix compatibility issues on serializing and deserializing wal file [doris]

2024-03-18 Thread via GitHub
hust-hhb commented on PR #32299: URL: https://github.com/apache/doris/pull/32299#issuecomment-2003846338 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](Outfile) Fix the column type mapping in the orc/parquet file format [doris]

2024-03-18 Thread via GitHub
xinyiZzz commented on code in PR #32281: URL: https://github.com/apache/doris/pull/32281#discussion_r1528497526 ## be/src/util/arrow/row_batch.cpp: ## @@ -78,13 +78,23 @@ Status convert_to_arrow_type(const TypeDescriptor& type, std::shared_ptr(); Review Comment: need consid

Re: [PR] [refactor](coordinator) split profile logic and instance report logic [doris]

2024-03-18 Thread via GitHub
github-actions[bot] commented on PR #32010: URL: https://github.com/apache/doris/pull/32010#issuecomment-2003860403 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] [pipelineX](streaming agg) Fix wrong columns produced by streaming agg [doris]

2024-03-18 Thread via GitHub
github-actions[bot] commented on PR #32411: URL: https://github.com/apache/doris/pull/32411#issuecomment-2003861411 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] [pipelineX](streaming agg) Fix wrong columns produced by streaming agg [doris]

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

(doris) branch master updated (449d9bc2d4f -> 049596d49bb)

2024-03-18 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 449d9bc2d4f [fix](feut) comment out doc gen execution (#32413) add 049596d49bb [pipelineX](streaming agg) Fix wr

Re: [PR] [nereids] generate not null filter if no other null rejection exists [doris]

2024-03-18 Thread via GitHub
xzj7019 commented on PR #32001: URL: https://github.com/apache/doris/pull/32001#issuecomment-2003862579 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] [refactor](coordinator) split profile logic and instance report logic [doris]

2024-03-18 Thread via GitHub
github-actions[bot] commented on PR #32010: URL: https://github.com/apache/doris/pull/32010#issuecomment-2003868121 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] [compile]( fix ) fix compile in gcc [doris]

2024-03-18 Thread via GitHub
doris-robot commented on PR #32385: URL: https://github.com/apache/doris/pull/32385#issuecomment-2003876212 TeamCity be ut coverage result: Function Coverage: 35.24% (8699/24687) Line Coverage: 27.07% (71169/262909) Region Coverage: 26.32% (36917/140264) Branch Coverage: 23.2

Re: [PR] [refactor](coordinator) split profile logic and instance report logic [doris]

2024-03-18 Thread via GitHub
github-actions[bot] commented on PR #32010: URL: https://github.com/apache/doris/pull/32010#issuecomment-2003881533 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](ci) fix script [doris]

2024-03-18 Thread via GitHub
liaoxin01 merged PR #32420: URL: https://github.com/apache/doris/pull/32420 -- 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 (049596d49bb -> 2d186565679)

2024-03-18 Thread liaoxin
This is an automated email from the ASF dual-hosted git repository. liaoxin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 049596d49bb [pipelineX](streaming agg) Fix wrong columns produced by streaming agg (#32411) add 2d186565679 [cho

Re: [PR] [chore](routine-load) do not auto resume if job cannot resume definitely [doris]

2024-03-18 Thread via GitHub
HHoflittlefish777 commented on PR #32419: URL: https://github.com/apache/doris/pull/32419#issuecomment-2003893179 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](group commit) Fix compatibility issues on serializing and deserializing wal file [doris]

2024-03-18 Thread via GitHub
doris-robot commented on PR #32299: URL: https://github.com/apache/doris/pull/32299#issuecomment-2003895685 TeamCity be ut coverage result: Function Coverage: 35.25% (8701/24687) Line Coverage: 27.08% (71195/262917) Region Coverage: 26.33% (36937/140278) Branch Coverage: 23.2

Re: [PR] [refactor](nereids)unify outputTupleDesc and projection [doris]

2024-03-18 Thread via GitHub
Mryange commented on PR #32128: URL: https://github.com/apache/doris/pull/32128#issuecomment-2003902960 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

[PR] [Performance](join) speed up the colocate and bucket shuffle join by change rf size [doris]

2024-03-18 Thread via GitHub
HappenLee opened a new pull request, #32421: URL: https://github.com/apache/doris/pull/32421 ## Proposed changes tpch q21 before: 8.7s after: 5.88s ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...

Re: [PR] [Performance](join) speed up the colocate and bucket shuffle join by change rf size [doris]

2024-03-18 Thread via GitHub
HappenLee commented on PR #32421: URL: https://github.com/apache/doris/pull/32421#issuecomment-2003908333 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] [compile]( fix ) fix compile in gcc [doris]

2024-03-18 Thread via GitHub
shuke987 commented on PR #32385: URL: https://github.com/apache/doris/pull/32385#issuecomment-2003908109 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] [Performance](join) speed up the colocate and bucket shuffle join by change rf size [doris]

2024-03-18 Thread via GitHub
doris-robot commented on PR #32421: URL: https://github.com/apache/doris/pull/32421#issuecomment-2003908167 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

[I] [Bug] In ARM 2.0.5 version, TPC-H query is failed due to RpcException, msg: send fragments failed [doris]

2024-03-18 Thread via GitHub
ikishore opened a new issue, #32422: URL: https://github.com/apache/doris/issues/32422 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version 2.0.5 Arm version, depl

Re: [PR] [fix](regression) fix routine load regression test fail [doris]

2024-03-18 Thread via GitHub
github-actions[bot] commented on PR #32406: URL: https://github.com/apache/doris/pull/32406#issuecomment-2003917494 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](regression) fix routine load regression test fail [doris]

2024-03-18 Thread via GitHub
github-actions[bot] commented on PR #32406: URL: https://github.com/apache/doris/pull/32406#issuecomment-2003917602 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

[I] [Enhancement] Doc about How to DEBUG using VSCODE? [doris]

2024-03-18 Thread via GitHub
AcKing-Sam opened a new issue, #32423: URL: https://github.com/apache/doris/issues/32423 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Description Hi, everyone. I w

Re: [PR] [Performance](join) speed up the colocate and bucket shuffle join by change rf size [doris]

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

Re: [PR] [refactor](nereids)unify outputTupleDesc and projection [doris]

2024-03-18 Thread via GitHub
github-actions[bot] commented on code in PR #32128: URL: https://github.com/apache/doris/pull/32128#discussion_r1528552046 ## be/src/pipeline/exec/join_probe_operator.cpp: ## @@ -82,6 +87,14 @@ template Status JoinProbeLocalState::_build_output_block( Review Comment: warni

[PR] (cloud) Fix missing disk and cpu report in cloud mode [doris]

2024-03-18 Thread via GitHub
gavinchou opened a new pull request, #32424: URL: https://github.com/apache/doris/pull/32424 Missing CPU reports may result in an incorrect PipelineExecutorSize (fixed to 1), affecting execution performance. Reference code path of FE ``` getMinPipelineExecutorSize -> Backend.get

Re: [PR] (cloud) Fix missing disk and cpu report in cloud mode [doris]

2024-03-18 Thread via GitHub
doris-robot commented on PR #32424: URL: https://github.com/apache/doris/pull/32424#issuecomment-2003931454 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](random-bucket) random tabletindex when there is no cached value in memory [doris]

2024-03-18 Thread via GitHub
dataroaring commented on PR #32336: URL: https://github.com/apache/doris/pull/32336#issuecomment-2003932907 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](ram) fix ram directory seek last problem [doris-thirdparty]

2024-03-18 Thread via GitHub
qidaye merged PR #202: URL: https://github.com/apache/doris-thirdparty/pull/202 -- 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-thirdparty) branch clucene updated: [Fix](ram) fix ram directory seek last problem (#202)

2024-03-18 Thread jianliangqi
This is an automated email from the ASF dual-hosted git repository. jianliangqi pushed a commit to branch clucene in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git The following commit(s) were added to refs/heads/clucene by this push: new f1eccdde78 [Fix](ram) fix ram d

Re: [PR] [enhancement](random-bucket) random tabletindex when there is no cached value in memory [doris]

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

Re: [PR] [fix](cloud) Fix missing disk and cpu report in cloud mode [doris]

2024-03-18 Thread via GitHub
github-actions[bot] commented on PR #32424: URL: https://github.com/apache/doris/pull/32424#issuecomment-2003955388 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](cloud) Fix missing disk and cpu report in cloud mode [doris]

2024-03-18 Thread via GitHub
gavinchou commented on PR #32424: URL: https://github.com/apache/doris/pull/32424#issuecomment-2003955534 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](cloud) Fix missing disk and cpu report in cloud mode [doris]

2024-03-18 Thread via GitHub
github-actions[bot] commented on PR #32424: URL: https://github.com/apache/doris/pull/32424#issuecomment-2003955541 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](cloud) Fix missing disk and cpu report in cloud mode [doris]

2024-03-18 Thread via GitHub
github-actions[bot] commented on PR #32424: URL: https://github.com/apache/doris/pull/32424#issuecomment-2003956678 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] [Feature](partition) Support OLAP table null partition [doris]

2024-03-18 Thread via GitHub
zclllyybb commented on code in PR #31827: URL: https://github.com/apache/doris/pull/31827#discussion_r1528583202 ## be/src/vec/sink/vrow_distribution.cpp: ## @@ -247,29 +256,34 @@ Status VRowDistribution::_generate_rows_distribution_for_auto_partition( if (!_missing_map.

Re: [PR] [fix](nereids) do not transpose semi join agg when mark join [doris]

2024-03-18 Thread via GitHub
iwanttobepowerful commented on PR #32296: URL: https://github.com/apache/doris/pull/32296#issuecomment-2003964535 > @iwanttobepowerful transposeSemiJoinAgg p0 run failed, could u fix it? OK! thx. -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] [Improvement](runtime-filter) support sync join node build side's size to init bloom runtime filter [doris]

2024-03-18 Thread via GitHub
BiteThet commented on PR #32180: URL: https://github.com/apache/doris/pull/32180#issuecomment-2003964952 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](runtime-filter) support sync join node build side's size to init bloom runtime filter [doris]

2024-03-18 Thread via GitHub
BiteThet commented on PR #32180: URL: https://github.com/apache/doris/pull/32180#issuecomment-2003967220 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](runtime-filter) support sync join node build side's size to init bloom runtime filter [doris]

2024-03-18 Thread via GitHub
github-actions[bot] commented on code in PR #32180: URL: https://github.com/apache/doris/pull/32180#discussion_r1528610463 ## be/src/exprs/runtime_filter.cpp: ## @@ -928,27 +931,27 @@ PColumnValue&, ObjectPool*)) { for (int i =

Re: [PR] [refactor](nereids)unify outputTupleDesc and projection [doris]

2024-03-18 Thread via GitHub
doris-robot commented on PR #32128: URL: https://github.com/apache/doris/pull/32128#issuecomment-2003992240 TeamCity be ut coverage result: Function Coverage: 35.24% (8700/24691) Line Coverage: 27.06% (71181/263073) Region Coverage: 26.30% (36915/140347) Branch Coverage: 23.2

Re: [PR] [opt](like) opt LIKE and REGEXP clause with concat(col, pattern_str) [doris]

2024-03-18 Thread via GitHub
sjyango commented on PR #32333: URL: https://github.com/apache/doris/pull/32333#issuecomment-2003993150 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] [opt](like) opt LIKE and REGEXP clause with concat(col, pattern_str) [doris]

2024-03-18 Thread via GitHub
github-actions[bot] commented on code in PR #32333: URL: https://github.com/apache/doris/pull/32333#discussion_r1528627415 ## be/src/vec/functions/like.cpp: ## @@ -416,11 +602,102 @@ return Status::OK(); } +template +VPatternSearchStateSPtr FunctionLikeBase::pattern_typ

Re: [PR] [fix](nereids)support topn-filter for non pipeline engine [doris]

2024-03-18 Thread via GitHub
englefly commented on PR #32397: URL: https://github.com/apache/doris/pull/32397#issuecomment-2004018570 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] [fix](nereids)support topn-filter for non pipeline engine [doris]

2024-03-18 Thread via GitHub
englefly commented on PR #32397: URL: https://github.com/apache/doris/pull/32397#issuecomment-2004018979 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] [enhancement](random-bucket) random tabletindex when there is no cached value in memory [doris]

2024-03-18 Thread via GitHub
doris-robot commented on PR #32336: URL: https://github.com/apache/doris/pull/32336#issuecomment-2004035277 TeamCity be ut coverage result: Function Coverage: 35.24% (8699/24687) Line Coverage: 27.07% (71158/262910) Region Coverage: 26.31% (36903/140264) Branch Coverage: 23.2

Re: [PR] [fix](cloud) Fix missing disk and cpu report in cloud mode [doris]

2024-03-18 Thread via GitHub
doris-robot commented on PR #32424: URL: https://github.com/apache/doris/pull/32424#issuecomment-2004044137 TeamCity be ut coverage result: Function Coverage: 35.24% (8701/24688) Line Coverage: 27.07% (71183/262926) Region Coverage: 26.32% (36918/140270) Branch Coverage: 23.2

<    1   2   3   4   5   6   7   8   9   >