dataroaring merged PR #45107:
URL: https://github.com/apache/doris/pull/45107
--
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.
morrySnow opened a new pull request, #45679:
URL: https://github.com/apache/doris/pull/45679
Problem Summary:
Doris's table locks are fair read-write locks. If two threads acquire read
locks on tables in different orders and simultaneously a third thread attempts
to acquire a write l
Thearas commented on PR #45679:
URL: https://github.com/apache/doris/pull/45679#issuecomment-2555021561
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
morrySnow commented on PR #45679:
URL: https://github.com/apache/doris/pull/45679#issuecomment-2555022138
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
gavinchou commented on code in PR #45618:
URL: https://github.com/apache/doris/pull/45618#discussion_r1892437519
##
be/src/cloud/cloud_storage_engine.h:
##
@@ -75,7 +75,7 @@ class CloudStorageEngine final : public BaseStorageEngine {
void _check_file_cache_ttl_block_valid()
github-actions[bot] commented on PR #45675:
URL: https://github.com/apache/doris/pull/45675#issuecomment-2554532082
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
gavinchou commented on code in PR #45618:
URL: https://github.com/apache/doris/pull/45618#discussion_r1892442419
##
be/src/cloud/cloud_storage_engine.h:
##
@@ -75,7 +75,7 @@ class CloudStorageEngine final : public BaseStorageEngine {
void _check_file_cache_ttl_block_valid()
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch auto-pick-45495-branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git
was 04ded6f750c [Fix](Job)Fix redundant job scheduling by preventing same
state transitions (e.g.,
doris-robot commented on PR #45673:
URL: https://github.com/apache/doris/pull/45673#issuecomment-2554695692
TPC-H: Total hot run time: 39978 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100
dataroaring merged PR #45620:
URL: https://github.com/apache/doris/pull/45620
--
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.
This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.1 by this push:
new c459ad73826 [fix](binlog) Avoid clea
github-actions[bot] commented on PR #45643:
URL: https://github.com/apache/doris/pull/45643#issuecomment-2554813779
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
github-actions[bot] commented on PR #45643:
URL: https://github.com/apache/doris/pull/45643#issuecomment-2554813569
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
This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new b5249a9e471 [opt](cloud) reduce cache hotspo
dataroaring merged PR #45557:
URL: https://github.com/apache/doris/pull/45557
--
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.
github-actions[bot] opened a new pull request, #45677:
URL: https://github.com/apache/doris/pull/45677
Cherry-picked from #45557
--
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
dataroaring closed pull request #45677: branch-3.0: [opt](cloud) reduce cache
hotspot table write amplification #45557
URL: https://github.com/apache/doris/pull/45677
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
UR
hello-stephen commented on PR #45677:
URL: https://github.com/apache/doris/pull/45677#issuecomment-2554844657
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
hello-stephen commented on PR #45677:
URL: https://github.com/apache/doris/pull/45677#issuecomment-2554844877
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
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch auto-pick-45557-branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
from db8793db79b branch-3.0-pick: [fix](cloud) Adjust rowset state check in
`CloudTablet::create_tr
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch auto-pick-45557-branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
at db8793db79b branch-3.0-pick: [fix](cloud) Adjust rowset state check in
`CloudTablet::create_tr
doris-robot commented on PR #45675:
URL: https://github.com/apache/doris/pull/45675#issuecomment-2554856695
TPC-H: Total hot run time: 39853 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100
gavinchou commented on code in PR #45668:
URL: https://github.com/apache/doris/pull/45668#discussion_r1892630317
##
be/src/cloud/cloud_meta_mgr.cpp:
##
@@ -139,11 +139,75 @@ class MetaServiceProxy {
public:
static Status get_client(std::shared_ptr* stub) {
TEST_SY
github-actions[bot] commented on PR #45677:
URL: https://github.com/apache/doris/pull/45677#issuecomment-2554881425
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
freemandealer opened a new pull request, #45678:
URL: https://github.com/apache/doris/pull/45678
### What problem does this PR solve?
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
### Release note
None
### Check List (For Author)
-
Thearas commented on PR #45678:
URL: https://github.com/apache/doris/pull/45678#issuecomment-2554884549
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
freemandealer commented on PR #45678:
URL: https://github.com/apache/doris/pull/45678#issuecomment-2554884674
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
wyxxxcat opened a new pull request, #45658:
URL: https://github.com/apache/doris/pull/45658
### What problem does this PR solve?
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
### Release note
None
### Check List (For Author)
- Test
Thearas commented on PR #45658:
URL: https://github.com/apache/doris/pull/45658#issuecomment-2553403004
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
github-actions[bot] commented on PR #45658:
URL: https://github.com/apache/doris/pull/45658#issuecomment-2553411295
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
Johnnyssc commented on PR #35421:
URL: https://github.com/apache/doris/pull/35421#issuecomment-2553411486
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 unsubscr
github-actions[bot] commented on PR #45657:
URL: https://github.com/apache/doris/pull/45657#issuecomment-2553399838
`sh-checker report`
To get the full details, please check in the
[job]("https://github.com/apache/doris/actions/runs/12411172356";) output.
shellcheck er
zhangstar333 commented on PR #45657:
URL: https://github.com/apache/doris/pull/45657#issuecomment-2553399872
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
github-actions[bot] commented on PR #45657:
URL: https://github.com/apache/doris/pull/45657#issuecomment-2553406957
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
Yulei-Yang commented on PR #45645:
URL: https://github.com/apache/doris/pull/45645#issuecomment-2553403797
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
yiguolei commented on code in PR #45654:
URL: https://github.com/apache/doris/pull/45654#discussion_r1891611355
##
be/src/pipeline/exec/hashjoin_build_sink.cpp:
##
@@ -511,9 +549,12 @@ Status HashJoinBuildSinkOperatorX::sink(RuntimeState*
state, vectorized::Block*
loca
feiniaofeiafei commented on PR #45634:
URL: https://github.com/apache/doris/pull/45634#issuecomment-2553169979
run p0
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To uns
bobhan1 commented on PR #45644:
URL: https://github.com/apache/doris/pull/45644#issuecomment-2553172309
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
Thearas commented on PR #45644:
URL: https://github.com/apache/doris/pull/45644#issuecomment-2553172297
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
feiniaofeiafei commented on PR #45635:
URL: https://github.com/apache/doris/pull/45635#issuecomment-2553171733
run p0
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To uns
bobhan1 opened a new pull request, #45644:
URL: https://github.com/apache/doris/pull/45644
pick https://github.com/apache/doris/pull/45496
--
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 spec
dataroaring closed pull request #45650: branch-2.1: [fix](sql cache) fix
prepare statement with sql cache throw NullPointerException #45640
URL: https://github.com/apache/doris/pull/45650
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch auto-pick-45640-branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git
from d6c629d293a branch-2.1: [fix](tvf) Tvf supports to parse the enclose
character in csv files #4
Thearas commented on PR #45650:
URL: https://github.com/apache/doris/pull/45650#issuecomment-2553210207
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
dataroaring closed pull request #45649: branch-3.0: [fix](sql cache) fix
prepare statement with sql cache throw NullPointerException #45640
URL: https://github.com/apache/doris/pull/45649
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
morrySnow closed pull request #45045: [opt](Nereids) lock table in ascending
order of table IDs
URL: https://github.com/apache/doris/pull/45045
--
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
morrySnow opened a new pull request, #45045:
URL: https://github.com/apache/doris/pull/45045
### What problem does this PR solve?
Problem Summary:
Doris's table locks are fair read-write locks. If two threads acquire read
locks on tables in different orders and simultaneously a
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch auto-pick-45640-branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git
at d6c629d293a branch-2.1: [fix](tvf) Tvf supports to parse the enclose
character in csv files #4
github-actions[bot] opened a new pull request, #45650:
URL: https://github.com/apache/doris/pull/45650
Cherry-picked from #45640
--
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
Thearas commented on PR #45650:
URL: https://github.com/apache/doris/pull/45650#issuecomment-2553210065
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
github-actions[bot] commented on PR #45648:
URL: https://github.com/apache/doris/pull/45648#issuecomment-2553210353
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
github-actions[bot] commented on PR #45648:
URL: https://github.com/apache/doris/pull/45648#issuecomment-2553210430
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
zddr commented on PR #45652:
URL: https://github.com/apache/doris/pull/45652#issuecomment-2553254732
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
Thearas commented on PR #45652:
URL: https://github.com/apache/doris/pull/45652#issuecomment-2553250806
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
morrySnow merged PR #45045:
URL: https://github.com/apache/doris/pull/45045
--
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
zddr opened a new pull request, #45652:
URL: https://github.com/apache/doris/pull/45652
### What problem does this PR solve?
- MTMV allow paimon table has multi partition keys
- add case
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
MTMV allow paimon tab
doris-robot commented on PR #45485:
URL: https://github.com/apache/doris/pull/45485#issuecomment-2553332244
TPC-DS: Total hot run time: 196711 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools
TPC-DS
github-actions[bot] commented on code in PR #45655:
URL: https://github.com/apache/doris/pull/45655#discussion_r1891559534
##
be/src/vec/exprs/vcompound_pred.h:
##
@@ -144,15 +144,13 @@ class VCompoundPred : public VectorizedFnCall {
}
if (all_pass && !res.is
eldenmoon merged PR #45633:
URL: https://github.com/apache/doris/pull/45633
--
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
This is an automated email from the ASF dual-hosted git repository.
eldenmoon pushed a commit to branch variant-sparse
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/variant-sparse by this push:
new 1c62ffec130 fix 6 (#45633)
1c6
doris-robot commented on PR #45653:
URL: https://github.com/apache/doris/pull/45653#issuecomment-2553335899
TPC-H: Total hot run time: 49550 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100
zddr commented on PR #45652:
URL: https://github.com/apache/doris/pull/45652#issuecomment-2553336076
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
doris-robot commented on PR #45643:
URL: https://github.com/apache/doris/pull/45643#issuecomment-2553338414
TPC-H: Total hot run time: 39775 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100
zddr commented on PR #45660:
URL: https://github.com/apache/doris/pull/45660#issuecomment-2553457056
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
github-actions[bot] commented on PR #45618:
URL: https://github.com/apache/doris/pull/45618#issuecomment-2553460394
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
github-actions[bot] commented on PR #45618:
URL: https://github.com/apache/doris/pull/45618#issuecomment-2553460455
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
zddr commented on PR #45652:
URL: https://github.com/apache/doris/pull/45652#issuecomment-2553459004
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
github-actions[bot] commented on PR #45621:
URL: https://github.com/apache/doris/pull/45621#issuecomment-2553458483
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
github-actions[bot] commented on PR #45621:
URL: https://github.com/apache/doris/pull/45621#issuecomment-2553458553
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
mymeiyi commented on PR #45599:
URL: https://github.com/apache/doris/pull/45599#issuecomment-2554229473
run p0
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscrib
rijeshkp commented on PR #45426:
URL: https://github.com/apache/doris/pull/45426#issuecomment-2554283895
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
github-actions[bot] commented on PR #45675:
URL: https://github.com/apache/doris/pull/45675#issuecomment-2554290286
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
github-actions[bot] commented on PR #45675:
URL: https://github.com/apache/doris/pull/45675#issuecomment-2554290588
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
HappenLee merged PR #45069:
URL: https://github.com/apache/doris/pull/45069
--
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
This is an automated email from the ASF dual-hosted git repository.
lihaopeng 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 9272c650b4d [Refactor](query) refactor
github-actions[bot] commented on PR #45426:
URL: https://github.com/apache/doris/pull/45426#issuecomment-2554318936
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
github-actions[bot] commented on PR #45426:
URL: https://github.com/apache/doris/pull/45426#issuecomment-2554319126
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
zhangstar333 merged PR #45592:
URL: https://github.com/apache/doris/pull/45592
--
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
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.git
The following commit(s) were added to refs/heads/master by this push:
new a3279a26044 [refine](exchange) Use is_merg
This is an automated email from the ASF dual-hosted git repository.
jianliangqi pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.0 by this push:
new e807b37f7ad [opt](inverted index) Ad
qidaye merged PR #45619:
URL: https://github.com/apache/doris/pull/45619
--
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
feiniaofeiafei commented on PR #45209:
URL: https://github.com/apache/doris/pull/45209#issuecomment-2553137131
run p0
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To uns
chuang-wang-pre opened a new pull request, #55:
URL: https://github.com/apache/doris-kafka-connector/pull/55
### One connector support writing data from one topic to multiple tables
By configuring `'doris.table.field'`, where the field value is used as the
table name to be written, if th
github-actions[bot] commented on PR #45485:
URL: https://github.com/apache/doris/pull/45485#issuecomment-2553182816
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
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 a9de07b9ab2 [Enhancement] (nereids)implemen
This is an automated email from the ASF dual-hosted git repository.
zhangchen 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 a3de177da07 [fix](cloud) Adjust rowset state c
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch auto-pick-45496-branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
at e807b37f7ad [opt](inverted index) Add NumInvertedIndexRemoteIOTotal
statistics in profile #448
zhannngchen merged PR #45496:
URL: https://github.com/apache/doris/pull/45496
--
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.
yiguolei commented on code in PR #45614:
URL: https://github.com/apache/doris/pull/45614#discussion_r1891573087
##
be/src/pipeline/pipeline_task.cpp:
##
@@ -554,10 +555,40 @@ std::string PipelineTask::debug_string() {
void PipelineTask::wake_up() {
// call by dependency
felixwluo commented on PR #43410:
URL: https://github.com/apache/doris/pull/43410#issuecomment-2553372221
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 unsubs
doris-robot commented on PR #45649:
URL: https://github.com/apache/doris/pull/45649#issuecomment-2553372606
TPC-DS: Total hot run time: 196097 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools
TPC-DS
yiguolei commented on code in PR #45614:
URL: https://github.com/apache/doris/pull/45614#discussion_r1891581255
##
be/src/pipeline/task_queue.h:
##
@@ -112,25 +112,27 @@ class MultiCoreTaskQueue {
void close();
// Get the task by core id.
-PipelineTask* take(int
zddr commented on PR #45165:
URL: https://github.com/apache/doris/pull/45165#issuecomment-2553376983
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 unsubscribe
yiguolei commented on code in PR #45614:
URL: https://github.com/apache/doris/pull/45614#discussion_r1891581255
##
be/src/pipeline/task_queue.h:
##
@@ -112,25 +112,27 @@ class MultiCoreTaskQueue {
void close();
// Get the task by core id.
-PipelineTask* take(int
doris-robot commented on PR #45657:
URL: https://github.com/apache/doris/pull/45657#issuecomment-2553508080
ClickBench: Total hot run time: 32.92 s
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools
github-actions[bot] commented on PR #45663:
URL: https://github.com/apache/doris/pull/45663#issuecomment-2553503434
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-robot commented on PR #44789:
URL: https://github.com/apache/doris/pull/44789#issuecomment-2553513054
TPC-H: Total hot run time: 39622 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100
github-actions[bot] commented on PR #45605:
URL: https://github.com/apache/doris/pull/45605#issuecomment-2553513093
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
github-actions[bot] commented on PR #45603:
URL: https://github.com/apache/doris/pull/45603#issuecomment-2553510959
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
wangbo closed pull request #45671: Revert "[Enhancement](Log) Reduce usage of
log fatal(PART I) (#42344)"
URL: https://github.com/apache/doris/pull/45671
--
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
201 - 300 of 1022 matches
Mail list logo