Re: [PR] [bugfix](becore) local exchange should check receiver's local state to avoid core [doris]

2024-12-16 Thread via GitHub
Thearas commented on PR #45470: URL: https://github.com/apache/doris/pull/45470#issuecomment-2544894985 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] [bugfix](becore) local exchange should check receiver's local state to avoid core [doris]

2024-12-16 Thread via GitHub
yiguolei opened a new pull request, #45470: URL: https://github.com/apache/doris/pull/45470 ### What problem does this PR solve? _local_recvr depdend on pipeline::ExchangeLocalState* _parent to do some memory counter settings but it only owns a raw pointer, so that the ExchangeL

Re: [PR] [bugfix](becore) local exchange should check receiver's local state to avoid core [doris]

2024-12-16 Thread via GitHub
yiguolei commented on PR #45470: URL: https://github.com/apache/doris/pull/45470#issuecomment-2544895204 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](shuffle)(part III) Use local exchanger for both exchange sink and lo… [doris]

2024-12-16 Thread via GitHub
Gabriel39 commented on PR #45375: URL: https://github.com/apache/doris/pull/45375#issuecomment-2544851347 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] test 2.1 [doris]

2024-12-16 Thread via GitHub
github-actions[bot] commented on PR #45469: URL: https://github.com/apache/doris/pull/45469#issuecomment-2544899880 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] [Bug](pipeline) make sink operator process eos signals after wake_up_early [doris]

2024-12-16 Thread via GitHub
github-actions[bot] commented on code in PR #45207: URL: https://github.com/apache/doris/pull/45207#discussion_r1886365565 ## be/src/pipeline/pipeline_task.cpp: ## @@ -279,25 +271,22 @@ bool PipelineTask::_is_blocked() { _blocked_dep = op_dep->is_blocked_by(this);

Re: [PR] [opt](join) Check the property of nullable from intermediate row [doris]

2024-12-16 Thread via GitHub
github-actions[bot] commented on PR #45017: URL: https://github.com/apache/doris/pull/45017#issuecomment-2544905522 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] [opt](join) Check the property of nullable from intermediate row [doris]

2024-12-16 Thread via GitHub
github-actions[bot] commented on PR #45017: URL: https://github.com/apache/doris/pull/45017#issuecomment-2544905438 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) local exchange should check receiver's local state to avoid core [doris]

2024-12-16 Thread via GitHub
github-actions[bot] commented on PR #45470: URL: https://github.com/apache/doris/pull/45470#issuecomment-2544906693 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 auto-pick-45267-branch-3.0 updated (ca212e91308 -> 43d54fe3021)

2024-12-16 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-45267-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git from ca212e91308 branch-3.0: [fix](statistics)Fix skip analyze empty table case. #45441 (#45450)

Re: [PR] branch-3.0: [feat](docker)Add a BE ENV item 'SKIP_CHECK_ULIMIT' for Docker to start quickly #45267 [doris]

2024-12-16 Thread via GitHub
dataroaring closed pull request #45467: branch-3.0: [feat](docker)Add a BE ENV item 'SKIP_CHECK_ULIMIT' for Docker to start quickly #45267 URL: https://github.com/apache/doris/pull/45467 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

Re: [PR] branch-3.0: [feat](docker)Add a BE ENV item 'SKIP_CHECK_ULIMIT' for Docker to start quickly #45267 [doris]

2024-12-16 Thread via GitHub
hello-stephen commented on PR #45467: URL: https://github.com/apache/doris/pull/45467#issuecomment-2544854546 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+pro

[PR] branch-3.0: [feat](docker)Add a BE ENV item 'SKIP_CHECK_ULIMIT' for Docker to start quickly #45267 [doris]

2024-12-16 Thread via GitHub
github-actions[bot] opened a new pull request, #45467: URL: https://github.com/apache/doris/pull/45467 Cherry-picked from #45267 -- 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-45267-branch-2.1 created (now 9e5c53d5762)

2024-12-16 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-45267-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git at 9e5c53d5762 branch-2.1: [Fix](job-case)Fix status typo #45326 (#45341) No new revisions were a

(doris) branch auto-pick-45267-branch-3.0 created (now ca212e91308)

2024-12-16 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-45267-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git at ca212e91308 branch-3.0: [fix](statistics)Fix skip analyze empty table case. #45441 (#45450) N

Re: [PR] branch-3.0: [feat](docker)Add a BE ENV item 'SKIP_CHECK_ULIMIT' for Docker to start quickly #45267 [doris]

2024-12-16 Thread via GitHub
hello-stephen commented on PR #45467: URL: https://github.com/apache/doris/pull/45467#issuecomment-2544854640 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

[PR] branch-2.1: [feat](docker)Add a BE ENV item 'SKIP_CHECK_ULIMIT' for Docker to start quickly #45267 [doris]

2024-12-16 Thread via GitHub
github-actions[bot] opened a new pull request, #45468: URL: https://github.com/apache/doris/pull/45468 Cherry-picked from #45267 -- 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-45267-branch-2.1 updated (9e5c53d5762 -> 54d1b1c74f1)

2024-12-16 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-45267-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git from 9e5c53d5762 branch-2.1: [Fix](job-case)Fix status typo #45326 (#45341) add 54d1b1c74f1 [fe

Re: [I] [Enhancement] (nereids)implement showColumnsCommand in nereids [doris]

2024-12-16 Thread via GitHub
msridhar78 commented on issue #42747: URL: https://github.com/apache/doris/issues/42747#issuecomment-2544855215 @LiBinfeng-01 will pick this up -- 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

Re: [PR] [Fix](ccr) Incorrectly generated sql with NONE aggregate type [doris]

2024-12-16 Thread via GitHub
wyxxxcat commented on PR #45452: URL: https://github.com/apache/doris/pull/45452#issuecomment-2544866932 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 master updated: [feat](docker)Add a BE ENV item 'SKIP_CHECK_ULIMIT' for Docker to start quickly (#45267)

2024-12-16 Thread zykkk
This is an automated email from the ASF dual-hosted git repository. zykkk 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 8cba7a2672e [feat](docker)Add a BE ENV item 'SKIP_

Re: [PR] [feat](docker)Add a BE ENV item 'SKIP_CHECK_ULIMIT' for Docker to start quickly [doris]

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

Re: [PR] [refactor](exchange) remove duplicate code [doris]

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

Re: [PR] [test][doc] add example how to recover data when insert overwrite and truncate cases [doris]

2024-12-16 Thread via GitHub
Vallishp commented on code in PR #45424: URL: https://github.com/apache/doris/pull/45424#discussion_r1886340358 ## regression-test/suites/doc/admin-manual/data-admin/recover_more_cases.md.groovy: ## @@ -0,0 +1,65 @@ +// Licensed to the Apache Software Foundation (ASF) under one

Re: [PR] [refactor](shuffle)(part III) Use local exchanger for both exchange sink and lo… [doris]

2024-12-16 Thread via GitHub
github-actions[bot] commented on PR #45375: URL: https://github.com/apache/doris/pull/45375#issuecomment-2544861782 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: [I] [Enhancement] (nereids)implement showRowPolicyCommand in nereids [doris]

2024-12-16 Thread via GitHub
msridhar78 commented on issue #42720: URL: https://github.com/apache/doris/issues/42720#issuecomment-2544864040 @LiBinfeng-01 will pick this -- 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 sp

Re: [I] [Enhancement] (nereids)implement showCreateLoadCommand in nereids [doris]

2024-12-16 Thread via GitHub
msridhar78 commented on issue #42813: URL: https://github.com/apache/doris/issues/42813#issuecomment-2544871014 @LiBinfeng-01 will pick this. -- 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 s

Re: [PR] [fix](inverted index) Fix Null Pointer Exception in function match [doris]

2024-12-16 Thread via GitHub
doris-robot commented on PR #45456: URL: https://github.com/apache/doris/pull/45456#issuecomment-2544872330 TeamCity be ut coverage result: Function Coverage: 38.82% (10125/26084) Line Coverage: 29.76% (85077/285899) Region Coverage: 28.81% (43638/151481) Branch Coverage: 25.

Re: [PR] [fix](schema-change) fix array/map/struct in schema-change not-null to null will make core [doris]

2024-12-16 Thread via GitHub
doris-robot commented on PR #45305: URL: https://github.com/apache/doris/pull/45305#issuecomment-2544872007 TeamCity be ut coverage result: Function Coverage: 38.82% (10125/26084) Line Coverage: 29.76% (85083/285915) Region Coverage: 28.81% (43639/151487) Branch Coverage: 25.

Re: [PR] test 2.1 [doris]

2024-12-16 Thread via GitHub
Thearas commented on PR #45469: URL: https://github.com/apache/doris/pull/45469#issuecomment-2544870162 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] test 2.1 [doris]

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

Re: [PR] [fix](tvf) Tvf supports to parse the enclose character in csv files [doris]

2024-12-16 Thread via GitHub
doris-robot commented on PR #45407: URL: https://github.com/apache/doris/pull/45407#issuecomment-2544872177 TeamCity be ut coverage result: Function Coverage: 38.82% (10125/26084) Line Coverage: 29.76% (85078/285896) Region Coverage: 28.81% (43646/151478) Branch Coverage: 25.

Re: [PR] [Bug](pipeline) make sink operator process eos signals after wake_up_early [doris]

2024-12-16 Thread via GitHub
BiteThet commented on code in PR #45207: URL: https://github.com/apache/doris/pull/45207#discussion_r1886348832 ## be/src/pipeline/exec/hashjoin_build_sink.cpp: ## @@ -135,26 +135,17 @@ Status HashJoinBuildSinkLocalState::close(RuntimeState* state, Status exec_statu

Re: [PR] [Fix](test) Fix cumu compaction with delete case fail [doris]

2024-12-16 Thread via GitHub
gavinchou merged PR #45442: URL: https://github.com/apache/doris/pull/45442 -- 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] [feature](hive)Support read hive4 transaction tables. [doris]

2024-12-16 Thread via GitHub
doris-robot commented on PR #44001: URL: https://github.com/apache/doris/pull/44001#issuecomment-2544879594 TeamCity be ut coverage result: Function Coverage: 38.84% (10123/26065) Line Coverage: 29.75% (85054/285897) Region Coverage: 28.80% (43621/151462) Branch Coverage: 25.

(doris) branch master updated: [Fix](test) Fix cumu compaction with delete case fail (#45442)

2024-12-16 Thread gavinchou
This is an automated email from the ASF dual-hosted git repository. gavinchou 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 5c2bfe7ec06 [Fix](test) Fix cumu compaction wi

Re: [PR] test 2.1 [doris]

2024-12-16 Thread via GitHub
github-actions[bot] commented on PR #45469: URL: https://github.com/apache/doris/pull/45469#issuecomment-2544883319 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 auto-pick-45442-branch-3.0 created (now ca212e91308)

2024-12-16 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-45442-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git at ca212e91308 branch-3.0: [fix](statistics)Fix skip analyze empty table case. #45441 (#45450) N

Re: [PR] [Bug](pipeline) make sink operator process eos signals after wake_up_early [doris]

2024-12-16 Thread via GitHub
BiteThet commented on PR #45207: URL: https://github.com/apache/doris/pull/45207#issuecomment-2544891096 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] update workload document [doris-website]

2024-12-16 Thread via GitHub
wangtianyi2004 commented on code in PR #1407: URL: https://github.com/apache/doris-website/pull/1407#discussion_r1886136159 ## i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/workload-mangement/compute-group.md: ## Review Comment: 1. 大写 ADD BE ![image](ht

Re: [PR] [opt](nereids) merge SimplifyDecimalV3Comparison into SimplifyComparisonPredicate [doris]

2024-12-16 Thread via GitHub
yujun777 commented on PR #45459: URL: https://github.com/apache/doris/pull/45459#issuecomment-2545047270 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 uns

Re: [PR] [fix](statistics)Fix skip analyze empty table case. (#45441) [doris]

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

(doris) branch branch-2.1 updated: [fix](statistics)Fix skip analyze empty table case. (#45441) (#45455)

2024-12-16 Thread lijibing
This is an automated email from the ASF dual-hosted git repository. lijibing 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 7e9f6951c04 [fix](statistics)Fix skip a

Re: [PR] [case](auth)Auth case for auth [doris]

2024-12-16 Thread via GitHub
hello-stephen commented on PR #45478: URL: https://github.com/apache/doris/pull/45478#issuecomment-2545063048 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+pro

Re: [PR] [case](auth)Auth case for auth [doris]

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

[PR] [case](auth)Auth case for auth [doris]

2024-12-16 Thread via GitHub
zddr opened a new pull request, #45478: URL: https://github.com/apache/doris/pull/45478 ### What problem does this PR solve? add case - Restrictions on special users, roles, and resources - Permission control for select count Issue Number: close #xxx Related PR: #x

Re: [PR] [Test](binlog) Remove unnecessary binlog property [doris]

2024-12-16 Thread via GitHub
wyxxxcat commented on PR #45477: URL: https://github.com/apache/doris/pull/45477#issuecomment-2545066144 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] [Test](binlog) Remove unnecessary binlog property [doris]

2024-12-16 Thread via GitHub
github-actions[bot] commented on PR #45477: URL: https://github.com/apache/doris/pull/45477#issuecomment-2545066252 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](ccr) Incorrectly generated sql with NONE aggregate type [doris]

2024-12-16 Thread via GitHub
github-actions[bot] commented on PR #45452: URL: https://github.com/apache/doris/pull/45452#issuecomment-2545065325 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] [Test](binlog) Check correctly for show create database [doris]

2024-12-16 Thread via GitHub
github-actions[bot] commented on PR #45472: URL: https://github.com/apache/doris/pull/45472#issuecomment-2545067054 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] [Test](binlog) Check correctly for show create database [doris]

2024-12-16 Thread via GitHub
wyxxxcat commented on PR #45472: URL: https://github.com/apache/doris/pull/45472#issuecomment-2545067133 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] [Test](binlog) Check correctly for show create database [doris]

2024-12-16 Thread via GitHub
github-actions[bot] commented on PR #45472: URL: https://github.com/apache/doris/pull/45472#issuecomment-2545067154 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] [enhance](mtmv)Change the way to verify the existence of partition names when refreshing MTMV [doris]

2024-12-16 Thread via GitHub
github-actions[bot] commented on PR #45290: URL: https://github.com/apache/doris/pull/45290#issuecomment-2545065514 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] [Test](binlog) Remove unnecessary binlog property [doris]

2024-12-16 Thread via GitHub
github-actions[bot] commented on PR #45477: URL: https://github.com/apache/doris/pull/45477#issuecomment-2545066088 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] branch-2.1: [bug](function) fix first/last value return error with ignore null #44996 [doris]

2024-12-16 Thread via GitHub
doris-robot commented on PR #45345: URL: https://github.com/apache/doris/pull/45345#issuecomment-2545067717 TeamCity be ut coverage result: Function Coverage: 36.48% (9569/26232) Line Coverage: 27.93% (78666/281654) Region Coverage: 26.60% (40386/151836) Branch Coverage: 23.3

Re: [PR] [refactor](exchange) remove duplicate code [doris]

2024-12-16 Thread via GitHub
Gabriel39 commented on PR #45466: URL: https://github.com/apache/doris/pull/45466#issuecomment-2545031155 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] [Enhancement] (nereids)implement CreateCatalogCommand in nereids [doris]

2024-12-16 Thread via GitHub
starocean999 merged PR #45150: URL: https://github.com/apache/doris/pull/45150 -- 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: [Enhancement] (nereids)implement CreateCatalogCommand in nereids (#45150)

2024-12-16 Thread starocean999
This is an automated email from the ASF dual-hosted git repository. starocean999 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 cf6dba79c48 [Enhancement] (nereids)implemen

Re: [PR] [fix](cluster key) add some case [doris]

2024-12-16 Thread via GitHub
mymeiyi commented on PR #45383: URL: https://github.com/apache/doris/pull/45383#issuecomment-2545036598 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](cluster key) test mow cases in cluster key [doris]

2024-12-16 Thread via GitHub
mymeiyi commented on PR #42565: URL: https://github.com/apache/doris/pull/42565#issuecomment-2545038645 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](cloud) fix error in get detached tablet stat [doris]

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

Re: [PR] [refactor](exchange) remove duplicate code [doris]

2024-12-16 Thread via GitHub
github-actions[bot] commented on PR #45466: URL: https://github.com/apache/doris/pull/45466#issuecomment-2545041347 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] [pick](branch-2.1) pick #45210 [doris]

2024-12-16 Thread via GitHub
doris-robot commented on PR #45444: URL: https://github.com/apache/doris/pull/45444#issuecomment-2545041649 TeamCity be ut coverage result: Function Coverage: 36.48% (9569/26231) Line Coverage: 27.92% (78631/281651) Region Coverage: 26.59% (40375/151828) Branch Coverage: 23.3

Re: [I] [Enhancement] (nereids)implement CreateCatalogCommand in nereids [doris]

2024-12-16 Thread via GitHub
starocean999 closed issue #42594: [Enhancement] (nereids)implement CreateCatalogCommand in nereids URL: https://github.com/apache/doris/issues/42594 -- 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 t

Re: [PR] branch-2.1: [bug](function) fix first/last value return error with ignore null #44996 [doris]

2024-12-16 Thread via GitHub
github-actions[bot] commented on PR #45345: URL: https://github.com/apache/doris/pull/45345#issuecomment-2545028424 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] [Bug](pipeline) make sink operator process eos signals after wake_up_early [doris]

2024-12-16 Thread via GitHub
github-actions[bot] commented on PR #45207: URL: https://github.com/apache/doris/pull/45207#issuecomment-2545028574 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](pipeline) make sink operator process eos signals after wake_up_early [doris]

2024-12-16 Thread via GitHub
github-actions[bot] commented on PR #45207: URL: https://github.com/apache/doris/pull/45207#issuecomment-2545028668 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](cluster key) add some case [doris]

2024-12-16 Thread via GitHub
github-actions[bot] commented on PR #45383: URL: https://github.com/apache/doris/pull/45383#issuecomment-2545040211 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 auto-pick-45017-branch-2.1 updated (17f4c1a17ac -> f6958fa5d27)

2024-12-16 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-45017-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git from 17f4c1a17ac branch-2.1: [enhance](nereids) remove first_value and second_value second paramete

Re: [PR] [opt](nereids) merge SimplifyDecimalV3Comparison into SimplifyComparisonPredicate [doris]

2024-12-16 Thread via GitHub
yujun777 commented on PR #45459: URL: https://github.com/apache/doris/pull/45459#issuecomment-2545047678 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] [opt](nereids) merge SimplifyDecimalV3Comparison into SimplifyComparisonPredicate [doris]

2024-12-16 Thread via GitHub
yujun777 commented on PR #45459: URL: https://github.com/apache/doris/pull/45459#issuecomment-2545048107 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 uns

Re: [PR] [Test](binlog) Remove unnecessary binlog property [doris]

2024-12-16 Thread via GitHub
hello-stephen commented on PR #45477: URL: https://github.com/apache/doris/pull/45477#issuecomment-2545051281 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+pro

[PR] [Test](binlog) Remove unnecessary binlog property [doris]

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

Re: [PR] branch-2.1 [Fix](Insert-Job)Resolving Task Status Discrepancies in Query Execution Records (#45342) [doris]

2024-12-16 Thread via GitHub
CalvinKirs commented on PR #45451: URL: https://github.com/apache/doris/pull/45451#issuecomment-2545084967 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] [Enhancement] [ccr] add support for restore to ccr [doris]

2024-12-16 Thread via GitHub
w41ter commented on code in PR #45162: URL: https://github.com/apache/doris/pull/45162#discussion_r1886500959 ## fe/fe-core/src/main/java/org/apache/doris/persist/EditLog.java: ## @@ -1693,8 +1694,13 @@ public void logAlterRepository(Repository repo) { logEdit(Operation

[PR] Update workload-group.md [doris-website]

2024-12-16 Thread via GitHub
young138120 opened a new pull request, #1524: URL: https://github.com/apache/doris-website/pull/1524 Correct text ## Versions - [ ] dev - [ ] 3.0 - [ ] 2.1 - [ ] 2.0 ## Languages - [ ] Chinese - [ ] English ## Docs Checklist - [ ] Checked

Re: [PR] [refactor](exchange) remove duplicate code [doris]

2024-12-16 Thread via GitHub
doris-robot commented on PR #45466: URL: https://github.com/apache/doris/pull/45466#issuecomment-2545095431 TeamCity be ut coverage result: Function Coverage: 38.84% (10122/26064) Line Coverage: 29.77% (85097/285889) Region Coverage: 28.80% (43631/151475) Branch Coverage: 25.

Re: [PR] branch-3.0: [opt](join) Check the property of nullable from intermediate row #45017 [doris]

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

Re: [PR] [fix](cluster key) test mow cases in cluster key [doris]

2024-12-16 Thread via GitHub
github-actions[bot] commented on PR #42565: URL: https://github.com/apache/doris/pull/42565#issuecomment-2545048170 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](pipeline) catch exception on task::prepare [doris]

2024-12-16 Thread via GitHub
hello-stephen commented on PR #45479: URL: https://github.com/apache/doris/pull/45479#issuecomment-2545119914 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+pro

Re: [PR] [fix](cluster key) add some case [doris]

2024-12-16 Thread via GitHub
doris-robot commented on PR #45383: URL: https://github.com/apache/doris/pull/45383#issuecomment-2545101323 TeamCity be ut coverage result: Function Coverage: 38.85% (10125/26064) Line Coverage: 29.77% (85102/285909) Region Coverage: 28.81% (43645/151490) Branch Coverage: 25.

[PR] [Chore](pipeline) catch exception on task::prepare [doris]

2024-12-16 Thread via GitHub
BiteThet opened a new pull request, #45479: URL: https://github.com/apache/doris/pull/45479 ### What problem does this PR solve? catch exception on task::prepare Problem Summary: ### Release note None ### Check List (For Author) - Test - [ ] Regre

Re: [PR] [Chore](pipeline) catch exception on task::prepare to avoid exception make backend coredump [doris]

2024-12-16 Thread via GitHub
github-actions[bot] commented on PR #45479: URL: https://github.com/apache/doris/pull/45479#issuecomment-2545131364 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](cluster key) test mow cases in cluster key [doris]

2024-12-16 Thread via GitHub
doris-robot commented on PR #42565: URL: https://github.com/apache/doris/pull/42565#issuecomment-2545131242 TeamCity be ut coverage result: Function Coverage: 38.84% (10123/26064) Line Coverage: 29.77% (85109/285909) Region Coverage: 28.80% (43634/151490) Branch Coverage: 25.

Re: [PR] [refactor](k8s)K8s coupled refactor arch [doris-website]

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

Re: [PR] [doc](udf) update some error about java-udf type [doris-website]

2024-12-16 Thread via GitHub
KassieZ commented on PR #1523: URL: https://github.com/apache/doris-website/pull/1523#issuecomment-2546058738 Please also update v2.1/3.0 -- 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 speci

[I] [Bug] Failed to deserialize column....Caused by: java.lang.ArrayIndexOutOfBoundsException [doris]

2024-12-16 Thread via GitHub
junit opened a new issue, #45494: URL: https://github.com/apache/doris/issues/45494 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version 2.1.7 ### What's Wr

(doris) branch auto-pick-44996-branch-2.1 updated (ba844bb4e2e -> 6b0a45da1f5)

2024-12-16 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch auto-pick-44996-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git omit ba844bb4e2e [bug](function) fix first/last value return error with ignore null (#44996) add

Re: [PR] branch-2.1: [bug](function) fix first/last value return error with ignore null #44996 [doris]

2024-12-16 Thread via GitHub
yiguolei commented on PR #45345: URL: https://github.com/apache/doris/pull/45345#issuecomment-2545012611 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] [improvement](statistics)Set enableQueryCache to false for statistics queries. [doris]

2024-12-16 Thread via GitHub
Jibing-Li commented on PR #45474: URL: https://github.com/apache/doris/pull/45474#issuecomment-2545016791 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] [improvement](statistics)Set enableQueryCache to false for statistics queries. [doris]

2024-12-16 Thread via GitHub
Jibing-Li opened a new pull request, #45474: URL: https://github.com/apache/doris/pull/45474 ### What problem does this PR solve? Set enableQueryCache to false for statistics queries. Issue Number: close #xxx Related PR: #xxx Problem Summary: ### Release not

Re: [PR] [improvement](statistics)Set enableQueryCache to false for statistics queries. [doris]

2024-12-16 Thread via GitHub
hello-stephen commented on PR #45474: URL: https://github.com/apache/doris/pull/45474#issuecomment-2545016309 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+pro

(doris) branch master updated (5c2bfe7ec06 -> 79eddb78c08)

2024-12-16 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 5c2bfe7ec06 [Fix](test) Fix cumu compaction with delete case fail (#45442) add 79eddb78c08 [opt](join) Check th

Re: [PR] [opt](join) Check the property of nullable from intermediate row [doris]

2024-12-16 Thread via GitHub
yiguolei merged PR #45017: URL: https://github.com/apache/doris/pull/45017 -- 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 auto-pick-45017-branch-3.0 updated (ca212e91308 -> 349cf5a3b49)

2024-12-16 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-45017-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git from ca212e91308 branch-3.0: [fix](statistics)Fix skip analyze empty table case. #45441 (#45450)

Re: [PR] branch-3.0: [opt](join) Check the property of nullable from intermediate row #45017 [doris]

2024-12-16 Thread via GitHub
Thearas commented on PR #45475: URL: https://github.com/apache/doris/pull/45475#issuecomment-2545023352 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] branch-3.0: [opt](join) Check the property of nullable from intermediate row #45017 [doris]

2024-12-16 Thread via GitHub
dataroaring closed pull request #45475: branch-3.0: [opt](join) Check the property of nullable from intermediate row #45017 URL: https://github.com/apache/doris/pull/45475 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

Re: [PR] [Bug](pipeline) make sink operator process eos signals after wake_up_early [doris]

2024-12-16 Thread via GitHub
Gabriel39 commented on code in PR #45207: URL: https://github.com/apache/doris/pull/45207#discussion_r1886451822 ## be/src/pipeline/exec/exchange_sink_operator.cpp: ## @@ -186,9 +186,6 @@ void ExchangeSinkLocalState::on_channel_finished(InstanceLoId channel_id) { _fini

Re: [PR] branch-3.0: [opt](join) Check the property of nullable from intermediate row #45017 [doris]

2024-12-16 Thread via GitHub
Thearas commented on PR #45475: URL: https://github.com/apache/doris/pull/45475#issuecomment-2545023504 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] branch-3.0: [opt](join) Check the property of nullable from intermediate row #45017 [doris]

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

  1   2   3   4   5   6   7   >