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

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

[PR] fix 1 [doris]

2024-12-16 Thread via GitHub
eldenmoon opened a new pull request, #45517: URL: https://github.com/apache/doris/pull/45517 (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-

(doris-website) branch master updated: [fix] docs style (#1519)

2024-12-16 Thread jeffreyh
This is an automated email from the ASF dual-hosted git repository. jeffreyh 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 b12c18fcb5 [fix] docs style (#1519) b12

Re: [PR] [fix] docs style [doris-website]

2024-12-16 Thread via GitHub
jeffreys-cat merged PR #1519: URL: https://github.com/apache/doris-website/pull/1519 -- 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...

[PR] branch-3.0: [Fix](show-stmt) Raise an error when show partitions with complex predicate #45257 [doris]

2024-12-16 Thread via GitHub
github-actions[bot] opened a new pull request, #45518: URL: https://github.com/apache/doris/pull/45518 Cherry-picked from #45257 -- 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-45257-branch-3.0 updated (0444e6c6e1d -> f979f1d3a89)

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-45257-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git from 0444e6c6e1d branch-3.0: [fix](nereids) fix compare with long min for simplify comparison rule

(doris) branch auto-pick-45257-branch-2.1 created (now 8dc845671f3)

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-45257-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git at 8dc845671f3 [test](load) injection cases should check Exception is thrown (#44713) (#45321) N

Re: [PR] branch-2.1: [Fix](show-stmt) Raise an error when show partitions with complex predicate #45257 [doris]

2024-12-16 Thread via GitHub
dataroaring closed pull request #45519: branch-2.1: [Fix](show-stmt) Raise an error when show partitions with complex predicate #45257 URL: https://github.com/apache/doris/pull/45519 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

Re: [PR] [opt](Nereids) lock table in ascending order of table IDs [doris]

2024-12-16 Thread via GitHub
morrySnow commented on PR #45045: URL: https://github.com/apache/doris/pull/45045#issuecomment-2547679281 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 auto-pick-45257-branch-2.1 updated (8dc845671f3 -> 416fdec7945)

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-45257-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git from 8dc845671f3 [test](load) injection cases should check Exception is thrown (#44713) (#45321)

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

2024-12-16 Thread via GitHub
zhangstar333 merged PR #1523: URL: https://github.com/apache/doris-website/pull/1523 -- 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-website) branch master updated: [doc](udf) update some error about java-udf type (#1523)

2024-12-16 Thread zhangstar333
This is an automated email from the ASF dual-hosted git repository. zhangstar333 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 a0d580503b [doc](udf) update some e

[PR] branch-2.1: [Fix](show-stmt) Raise an error when show partitions with complex predicate #45257 [doris]

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

Re: [PR] branch-2.1: [Fix](show-stmt) Raise an error when show partitions with complex predicate #45257 [doris]

2024-12-16 Thread via GitHub
hello-stephen commented on PR #45519: URL: https://github.com/apache/doris/pull/45519#issuecomment-2547679699 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] [Fix](Job)Fix redundant job scheduling by preventing same state transitions (e.g., RUNNING → RUNNING) [doris]

2024-12-16 Thread via GitHub
CalvinKirs opened a new pull request, #45495: URL: https://github.com/apache/doris/pull/45495 ### What problem does this PR solve? In the current job scheduling logic, invalid state transitions (e.g., RUNNING to RUNNING) are not filtered, which causes redundant scheduling during

Re: [PR] [Fix](Job)Fix redundant job scheduling by preventing same state transitions (e.g., RUNNING → RUNNING) [doris]

2024-12-16 Thread via GitHub
Thearas commented on PR #45495: URL: https://github.com/apache/doris/pull/45495#issuecomment-2547276477 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](Job)Fix redundant job scheduling by preventing same state transitions (e.g., RUNNING → RUNNING) [doris]

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

(doris) branch branch-2.1 updated: [cherry-pick](branch-21) fix first/last value return error with ignore null (#44996) (#45486)

2024-12-16 Thread zhangstar333
This is an automated email from the ASF dual-hosted git repository. zhangstar333 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 c561bdb9069 [cherry-pick](branch-21

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-2547342992 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] [cherry-pick](branch-21) fix first/last value return error with ignore null (#44996) [doris]

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

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

2024-12-16 Thread via GitHub
github-actions[bot] commented on PR #45108: URL: https://github.com/apache/doris/pull/45108#issuecomment-2547361769 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
yiguolei commented on PR #45470: URL: https://github.com/apache/doris/pull/45470#issuecomment-2547359910 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] [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-2547364149 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 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-2547366974 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

(doris) branch master updated: [Enhancement] (nereids)implement adminRebalanceDiskCommand in nereids (#45108)

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 d670ec22134 [Enhancement] (nereids)implemen

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-2547366936 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] [Enhancement] (nereids)implement adminRebalanceDiskCommand in nereids [doris]

2024-12-16 Thread via GitHub
starocean999 merged PR #45108: URL: https://github.com/apache/doris/pull/45108 -- 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

[PR] [fix](cloud) Remove rowset state check in `CloudTablet::create_transient_rowset_writer` [doris]

2024-12-16 Thread via GitHub
bobhan1 opened a new pull request, #45496: URL: https://github.com/apache/doris/pull/45496 ### What problem does this PR solve? https://github.com/apache/doris/pull/32257 checks if the current rowset state is `BEGIN_PARTIAL_UPDATE` in `CloudTablet::create_transient_rowset_writer`. Bu

Re: [PR] [fix](cloud) Remove rowset state check in `CloudTablet::create_transient_rowset_writer` [doris]

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

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

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

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

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 closed pull request #45345: branch-2.1: [bug](function) fix first/last value return error with ignore null #44996 URL: https://github.com/apache/doris/pull/45345 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

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

2024-12-16 Thread via GitHub
yiguolei merged PR #45207: URL: https://github.com/apache/doris/pull/45207 -- 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

Re: [PR] [fix](cloud) Remove rowset state check in `CloudTablet::create_transient_rowset_writer` [doris]

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

2024-12-16 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei 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 a5bf8a1ded1 [Bug](pipeline) make sink operator

Re: [PR] [fix](function) The parameters after the first of the mask function need to be restricted to constants [doris]

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

2024-12-16 Thread via GitHub
doris-robot commented on PR #45375: URL: https://github.com/apache/doris/pull/45375#issuecomment-2547385003 TeamCity be ut coverage result: Function Coverage: 38.81% (10124/26087) Line Coverage: 29.76% (85118/285998) Region Coverage: 28.81% (43640/151459) Branch Coverage: 25.

Re: [PR] [fix](function) The parameters after the first of the mask function need to be restricted to constants [doris]

2024-12-16 Thread via GitHub
github-actions[bot] commented on PR #45348: URL: https://github.com/apache/doris/pull/45348#issuecomment-2547384965 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

(doris) branch auto-pick-45348-branch-3.0 created (now 820b300300d)

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-45348-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git at 820b300300d branch-3.0: [Fix](ShortCircuit) fix prepared statement with partial arguments prep

(doris) branch auto-pick-45207-branch-3.0 created (now 820b300300d)

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-45207-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git at 820b300300d branch-3.0: [Fix](ShortCircuit) fix prepared statement with partial arguments prep

Re: [PR] [enhancement](plugin) logstash: add retry queue without blocking tasks [doris]

2024-12-16 Thread via GitHub
joker-star-l commented on PR #44999: URL: https://github.com/apache/doris/pull/44999#issuecomment-2547375229 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 auto-pick-45207-branch-2.1 created (now c561bdb9069)

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-45207-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git at c561bdb9069 [cherry-pick](branch-21) fix first/last value return error with ignore null (#4499

Re: [PR] [fix](cloud) Remove rowset state check in `CloudTablet::create_transient_rowset_writer` [doris]

2024-12-16 Thread via GitHub
github-actions[bot] commented on PR #45496: URL: https://github.com/apache/doris/pull/45496#issuecomment-2547378458 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) Remove rowset state check in `CloudTablet::create_transient_rowset_writer` [doris]

2024-12-16 Thread via GitHub
github-actions[bot] commented on PR #45496: URL: https://github.com/apache/doris/pull/45496#issuecomment-2547377370 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 master updated: [fix](function) The parameters after the first of the mask function need to be restricted to constants (#45348)

2024-12-16 Thread lihaopeng
This is an automated email from the ASF dual-hosted git repository. lihaopeng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new d0d726e5e88 [fix](function) The parameters aft

Re: [PR] [fix](function) The parameters after the first of the mask function need to be restricted to constants [doris]

2024-12-16 Thread via GitHub
HappenLee merged PR #45348: URL: https://github.com/apache/doris/pull/45348 -- 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

[PR] branch-2.1: [fix](function) The parameters after the first of the mask function need to be restricted to constants #45348 [doris]

2024-12-16 Thread via GitHub
github-actions[bot] opened a new pull request, #45498: URL: https://github.com/apache/doris/pull/45498 Cherry-picked from #45348 -- 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-45348-branch-2.1 updated (c561bdb9069 -> 594caf22155)

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-45348-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git from c561bdb9069 [cherry-pick](branch-21) fix first/last value return error with ignore null (#4499

(doris) branch auto-pick-45348-branch-3.0 updated (820b300300d -> 0f11b36de89)

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-45348-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git from 820b300300d branch-3.0: [Fix](ShortCircuit) fix prepared statement with partial arguments prep

[PR] branch-3.0: [fix](function) The parameters after the first of the mask function need to be restricted to constants #45348 [doris]

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

Re: [PR] branch-3.0: [fix](function) The parameters after the first of the mask function need to be restricted to constants #45348 [doris]

2024-12-16 Thread via GitHub
Thearas commented on PR #45497: URL: https://github.com/apache/doris/pull/45497#issuecomment-2547388304 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: [fix](function) The parameters after the first of the mask function need to be restricted to constants #45348 [doris]

2024-12-16 Thread via GitHub
dataroaring closed pull request #45497: branch-3.0: [fix](function) The parameters after the first of the mask function need to be restricted to constants #45348 URL: https://github.com/apache/doris/pull/45497 -- This is an automated message from the Apache Git Service. To respond to the mes

Re: [PR] branch-3.0: [fix](function) The parameters after the first of the mask function need to be restricted to constants #45348 [doris]

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

(doris) branch auto-pick-45348-branch-2.1 created (now c561bdb9069)

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-45348-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git at c561bdb9069 [cherry-pick](branch-21) fix first/last value return error with ignore null (#4499

Re: [PR] branch-2.1: [fix](function) The parameters after the first of the mask function need to be restricted to constants #45348 [doris]

2024-12-16 Thread via GitHub
dataroaring closed pull request #45498: branch-2.1: [fix](function) The parameters after the first of the mask function need to be restricted to constants #45348 URL: https://github.com/apache/doris/pull/45498 -- This is an automated message from the Apache Git Service. To respond to the mes

Re: [PR] branch-2.1: [fix](function) The parameters after the first of the mask function need to be restricted to constants #45348 [doris]

2024-12-16 Thread via GitHub
Thearas commented on PR #45498: URL: https://github.com/apache/doris/pull/45498#issuecomment-2547389379 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-2.1: [fix](function) The parameters after the first of the mask function need to be restricted to constants #45348 [doris]

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

(doris) 02/02: test

2024-12-16 Thread jacktengg
This is an automated email from the ASF dual-hosted git repository. jacktengg pushed a commit to branch spill_and_reserve in repository https://gitbox.apache.org/repos/asf/doris.git commit ed2d9786a106da804b918a2be5e3c2e0e81cbd56 Author: jacktengg AuthorDate: Sun Dec 15 20:30:22 2024 +0800

(doris) branch spill_and_reserve updated (c68e3293bef -> ed2d9786a10)

2024-12-16 Thread jacktengg
This is an automated email from the ASF dual-hosted git repository. jacktengg pushed a change to branch spill_and_reserve in repository https://gitbox.apache.org/repos/asf/doris.git from c68e3293bef fix problem of cannot spill afterr hash join sink build table table finishe new b6b94cb

(doris) 01/02: test

2024-12-16 Thread jacktengg
This is an automated email from the ASF dual-hosted git repository. jacktengg pushed a commit to branch spill_and_reserve in repository https://gitbox.apache.org/repos/asf/doris.git commit b6b94cb576b712e74c28ee8e43fadf3dd062d12e Author: jacktengg AuthorDate: Fri Dec 13 18:22:47 2024 +0800

Re: [PR] branch-2.1: [fix](function) The parameters after the first of the mask function need to be restricted to constants #45348 [doris]

2024-12-16 Thread via GitHub
github-actions[bot] commented on PR #45498: URL: https://github.com/apache/doris/pull/45498#issuecomment-2547396929 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 rowset data size when enable index compaction [doris]

2024-12-16 Thread via GitHub
airborne12 merged PR #45350: URL: https://github.com/apache/doris/pull/45350 -- 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 branch-2.0 updated: [fix](inverted index) fix rowset data size when enable index compaction (#45350)

2024-12-16 Thread airborne
This is an automated email from the ASF dual-hosted git repository. airborne 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 28f7573f589 [fix](inverted index) fix r

Re: [PR] [fix](nereids) fix bug when sum0 distinct appear in cte [doris]

2024-12-16 Thread via GitHub
github-actions[bot] commented on PR #45447: URL: https://github.com/apache/doris/pull/45447#issuecomment-2547399745 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 spill_and_reserve updated: Fix bugs and undefined behaviors (#45410)

2024-12-16 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch spill_and_reserve in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/spill_and_reserve by this push: new 536de88fd22 Fix bugs and

Re: [PR] Fix bugs and undefined behaviors [doris]

2024-12-16 Thread via GitHub
yiguolei merged PR #45410: URL: https://github.com/apache/doris/pull/45410 -- 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

Re: [PR] update workload document [doris-website]

2024-12-16 Thread via GitHub
wangbo closed pull request #1407: update workload document URL: https://github.com/apache/doris-website/pull/1407 -- 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

[PR] update workload document [doris-website]

2024-12-16 Thread via GitHub
wangbo opened a new pull request, #1528: URL: https://github.com/apache/doris-website/pull/1528 ## Versions - [ ] dev - [ ] 3.0 - [ ] 2.1 - [ ] 2.0 ## Languages - [ ] Chinese - [ ] English ## Docs Checklist - [ ] Checked by AI - [ ] Test Case

Re: [PR] [Refactor](query) refactor lock in fragment mgr and change std::unorder_map to phmap [doris]

2024-12-16 Thread via GitHub
HappenLee commented on PR #45069: URL: https://github.com/apache/doris/pull/45069#issuecomment-2547402920 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](inverted index) Fix Null Pointer Exception in function match (#45456)

2024-12-16 Thread jianliangqi
This is an automated email from the ASF dual-hosted git repository. jianliangqi 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 eb769d4096c [fix](inverted index) Fix Null P

Re: [PR] [fix](cloud) fix error in get detached tablet stat [doris]

2024-12-16 Thread via GitHub
airborne12 merged PR #45449: URL: https://github.com/apache/doris/pull/45449 -- 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

[PR] fix:Restore document directories lost due to architecture upgrade [doris-website]

2024-12-16 Thread via GitHub
yang1666204 opened a new pull request, #1529: URL: https://github.com/apache/doris-website/pull/1529 (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 unsubsc

(doris) branch master updated: [fix](cloud) fix error in get detached tablet stat (#45449)

2024-12-16 Thread airborne
This is an automated email from the ASF dual-hosted git repository. airborne 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 66c74459ebc [fix](cloud) fix error in get detac

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

2024-12-16 Thread via GitHub
qidaye merged PR #45456: URL: https://github.com/apache/doris/pull/45456 -- 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

(doris) branch auto-pick-45456-branch-2.1 created (now c561bdb9069)

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-45456-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git at c561bdb9069 [cherry-pick](branch-21) fix first/last value return error with ignore null (#4499

Re: [PR] branch-3.0: [fix](inverted index) Fix Null Pointer Exception in function match #45456 [doris]

2024-12-16 Thread via GitHub
hello-stephen commented on PR #45499: URL: https://github.com/apache/doris/pull/45499#issuecomment-2547408048 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] branch-3.0: [fix](inverted index) Fix Null Pointer Exception in function match #45456 [doris]

2024-12-16 Thread via GitHub
dataroaring closed pull request #45499: branch-3.0: [fix](inverted index) Fix Null Pointer Exception in function match #45456 URL: https://github.com/apache/doris/pull/45499 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

(doris) branch auto-pick-45456-branch-3.0 updated (820b300300d -> 488f1987695)

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-45456-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git from 820b300300d branch-3.0: [Fix](ShortCircuit) fix prepared statement with partial arguments prep

Re: [PR] branch-3.0: [fix](inverted index) Fix Null Pointer Exception in function match #45456 [doris]

2024-12-16 Thread via GitHub
hello-stephen commented on PR #45499: URL: https://github.com/apache/doris/pull/45499#issuecomment-2547408095 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 auto-pick-45456-branch-3.0 created (now 820b300300d)

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-45456-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git at 820b300300d branch-3.0: [Fix](ShortCircuit) fix prepared statement with partial arguments prep

[PR] branch-3.0: [fix](inverted index) Fix Null Pointer Exception in function match #45456 [doris]

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

[PR] branch-3.0: [Bug](function) fix wrong result on group_concat with distinct+order_by+nullable #45313 [doris]

2024-12-16 Thread via GitHub
github-actions[bot] opened a new pull request, #45500: URL: https://github.com/apache/doris/pull/45500 Cherry-picked from #45313 -- 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-45313-branch-3.0 updated (820b300300d -> f2d31aa68eb)

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-45313-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git from 820b300300d branch-3.0: [Fix](ShortCircuit) fix prepared statement with partial arguments prep

(doris) branch auto-pick-45313-branch-2.1 created (now c561bdb9069)

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-45313-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git at c561bdb9069 [cherry-pick](branch-21) fix first/last value return error with ignore null (#4499

Re: [PR] [Refactor](query) refactor lock in fragment mgr and change std::unorder_map to phmap [doris]

2024-12-16 Thread via GitHub
doris-robot commented on PR #45069: URL: https://github.com/apache/doris/pull/45069#issuecomment-2547430755 TeamCity be ut coverage result: Function Coverage: 36.48% (9569/26232) Line Coverage: 27.93% (78676/281677) Region Coverage: 26.60% (40384/151839) Branch Coverage: 23.3

Re: [PR] [Enhancement](function) Support TIMEV2 type for agg function max,min,any [doris]

2024-12-16 Thread via GitHub
github-actions[bot] commented on PR #45437: URL: https://github.com/apache/doris/pull/45437#issuecomment-2547435642 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](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-2547435664 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](expr) Fix the problem of concurrent execution in VExpr. [doris]

2024-12-16 Thread via GitHub
airborne12 commented on code in PR #45334: URL: https://github.com/apache/doris/pull/45334#discussion_r1887850501 ## be/src/vec/exprs/vcompound_pred.h: ## @@ -148,14 +149,14 @@ class VCompoundPred : public VectorizedFnCall { if (all_pass && !res.is_empty()) {

Re: [PR] branch-3.0: [fix](function) The parameters after the first of the mask function need to be restricted to constants #45348 [doris]

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

Re: [PR] [fix] (variant) remove nullable type in sparse column and implement replicate [doris]

2024-12-16 Thread via GitHub
github-actions[bot] commented on PR #45502: URL: https://github.com/apache/doris/pull/45502#issuecomment-2547430782 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] [cases](array)first commit for array cases [doris]

2024-12-16 Thread via GitHub
github-actions[bot] commented on PR #45435: URL: https://github.com/apache/doris/pull/45435#issuecomment-2547439488 ## Possible file(s) that should be tracked in LFS detected: 🚨 The following file(s) exceeds the file size limit: `1048576` bytes, as set in the .yml configuration files

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-2547440310 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] branch-3.0: [fix](function) The parameters after the first of the mask function need to be restricted to constants #45348 [doris]

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

Re: [PR] branch-3.0: [fix](inverted index) Fix Null Pointer Exception in function match #45456 [doris]

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

[PR] add iperf for debug network [doris]

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

Re: [PR] add iperf for debug network [doris]

2024-12-16 Thread via GitHub
hello-stephen commented on PR #45503: URL: https://github.com/apache/doris/pull/45503#issuecomment-2547446219 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](csv reader) fix core dump when parsing csv with enclose [doris]

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

2024-12-16 Thread via GitHub
doris-robot commented on PR #45375: URL: https://github.com/apache/doris/pull/45375#issuecomment-2547695120 TeamCity be ut coverage result: Function Coverage: 38.82% (10128/26090) Line Coverage: 29.77% (85156/286004) Region Coverage: 28.83% (43667/151471) Branch Coverage: 25.

<    1   2   3   4   5   6   7   >