dataroaring closed pull request #45749: branch-3.0: [Bug](function) fix
is_ip_address_in_range function parse error throw exception #45657
URL: https://github.com/apache/doris/pull/45749
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to G
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch auto-pick-45657-branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
from c4bee9adb30 branch-3.0: [fix](fold) fixed an issue with be computing
constants #43410 (#45691)
Thearas commented on PR #45749:
URL: https://github.com/apache/doris/pull/45749#issuecomment-2557157868
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
github-actions[bot] opened a new pull request, #45749:
URL: https://github.com/apache/doris/pull/45749
Cherry-picked from #45657
--
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 #45749:
URL: https://github.com/apache/doris/pull/45749#issuecomment-2557157764
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
doris-robot commented on PR #45747:
URL: https://github.com/apache/doris/pull/45747#issuecomment-2557154988
ClickBench: Total hot run time: 32.6 s
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools
C
zhangstar333 merged PR #45657:
URL: https://github.com/apache/doris/pull/45657
--
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-robot commented on PR #45728:
URL: https://github.com/apache/doris/pull/45728#issuecomment-2557153473
ClickBench: Total hot run time: 33.32 s
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools
doris-robot commented on PR #45747:
URL: https://github.com/apache/doris/pull/45747#issuecomment-2557164778
TeamCity be ut coverage result:
Function Coverage: 38.88% (10134/26064)
Line Coverage: 29.80% (85270/286131)
Region Coverage: 28.93% (43546/150506)
Branch Coverage: 25.
doris-robot commented on PR #45733:
URL: https://github.com/apache/doris/pull/45733#issuecomment-2556851220
TPC-H: Total hot run time: 49139 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100
doris-robot commented on PR #45741:
URL: https://github.com/apache/doris/pull/45741#issuecomment-2556852539
TPC-H: Total hot run time: 39894 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100
doris-robot commented on PR #43144:
URL: https://github.com/apache/doris/pull/43144#issuecomment-2556851555
TPC-DS: Total hot run time: 189275 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools
TPC-DS
doris-robot commented on PR #45733:
URL: https://github.com/apache/doris/pull/45733#issuecomment-2556853425
TeamCity be ut coverage result:
Function Coverage: 38.56% (8312/21555)
Line Coverage: 30.25% (68720/227173)
Region Coverage: 29.68% (35392/119242)
Branch Coverage: 25.4
doris-robot commented on PR #45741:
URL: https://github.com/apache/doris/pull/45741#issuecomment-2556831247
TeamCity be ut coverage result:
Function Coverage: 38.88% (10133/26063)
Line Coverage: 29.81% (85296/286112)
Region Coverage: 28.94% (43546/150495)
Branch Coverage: 25.
seawinde opened a new pull request, #45744:
URL: https://github.com/apache/doris/pull/45744
### What problem does this PR solve?
if mv2 sql contains mv1 as following, if drop mv_level_1, query mv2 directly
would cause err, this fix this
```sql
CREATE MATERIALIZED VIEW mv
Thearas commented on PR #45744:
URL: https://github.com/apache/doris/pull/45744#issuecomment-2556833213
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
doris-robot commented on PR #43144:
URL: https://github.com/apache/doris/pull/43144#issuecomment-2556833498
TPC-H: Total hot run time: 40126 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100
seawinde commented on PR #45744:
URL: https://github.com/apache/doris/pull/45744#issuecomment-2556833753
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-robot commented on PR #45654:
URL: https://github.com/apache/doris/pull/45654#issuecomment-2556842608
TPC-H: Total hot run time: 40091 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100
zhiqiang- commented on code in PR #43144:
URL: https://github.com/apache/doris/pull/43144#discussion_r1893751102
##
be/src/util/threadpool.cpp:
##
@@ -32,10 +32,25 @@
#include "gutil/port.h"
#include "gutil/strings/substitute.h"
#include "util/debug/sanitizer_scopes.h"
+#
suxiaogang223 opened a new pull request, #45740:
URL: https://github.com/apache/doris/pull/45740
### What problem does this PR solve?
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
### Release note
None
### Check List (For Author)
-
doris-robot commented on PR #45735:
URL: https://github.com/apache/doris/pull/45735#issuecomment-2556711841
ClickBench: Total hot run time: 32.37 s
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools
doris-robot commented on PR #45439:
URL: https://github.com/apache/doris/pull/45439#issuecomment-2556712745
ClickBench: Total hot run time: 32.98 s
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools
doris-robot commented on PR #45738:
URL: https://github.com/apache/doris/pull/45738#issuecomment-2556702119
TPC-DS: Total hot run time: 189388 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 PR #44943:
URL: https://github.com/apache/doris/pull/44943#issuecomment-2556727817
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
hello-stephen commented on PR #45745:
URL: https://github.com/apache/doris/pull/45745#issuecomment-2556870361
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
qidaye commented on PR #45745:
URL: https://github.com/apache/doris/pull/45745#issuecomment-2556870414
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
doris-robot commented on PR #45654:
URL: https://github.com/apache/doris/pull/45654#issuecomment-2556870001
ClickBench: Total hot run time: 33.65 s
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools
qidaye opened a new pull request, #45745:
URL: https://github.com/apache/doris/pull/45745
### What problem does this PR solve?
Related PR: #xxx
Problem Summary:
It will not coredump in master branch, but we should correct the destruct
order.
### Release note
doris-robot commented on PR #45674:
URL: https://github.com/apache/doris/pull/45674#issuecomment-255626
TPC-H: Total hot run time: 40506 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100
doris-robot commented on PR #45746:
URL: https://github.com/apache/doris/pull/45746#issuecomment-2557020211
TPC-H: Total hot run time: 39683 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100
doris-robot commented on PR #44819:
URL: https://github.com/apache/doris/pull/44819#issuecomment-2557020359
TPC-H: Total hot run time: 39945 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100
doris-robot commented on PR #45741:
URL: https://github.com/apache/doris/pull/45741#issuecomment-2557020449
TPC-H: Total hot run time: 39979 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100
doris-robot commented on PR #45439:
URL: https://github.com/apache/doris/pull/45439#issuecomment-2557020683
TPC-H: Total hot run time: 39693 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100
doris-robot commented on PR #45674:
URL: https://github.com/apache/doris/pull/45674#issuecomment-2557026945
TPC-DS: Total hot run time: 189615 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools
TPC-DS
doris-robot commented on PR #45749:
URL: https://github.com/apache/doris/pull/45749#issuecomment-2557191939
TPC-H: Total hot run time: 40099 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100
doris-robot commented on PR #45614:
URL: https://github.com/apache/doris/pull/45614#issuecomment-2557192315
TPC-H: Total hot run time: 39954 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100
doris-robot commented on PR #44586:
URL: https://github.com/apache/doris/pull/44586#issuecomment-2557192467
TPC-H: Total hot run time: 40019 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100
doris-robot commented on PR #45748:
URL: https://github.com/apache/doris/pull/45748#issuecomment-2557195617
TPC-H: Total hot run time: 39779 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100
doris-robot commented on PR #44754:
URL: https://github.com/apache/doris/pull/44754#issuecomment-2557210153
TPC-H: Total hot run time: 37928 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100
doris-robot commented on PR #40202:
URL: https://github.com/apache/doris/pull/40202#issuecomment-2557211179
TPC-H: Total hot run time: 39743 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100
doris-robot commented on PR #45749:
URL: https://github.com/apache/doris/pull/45749#issuecomment-2557214017
TPC-DS: Total hot run time: 189724 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools
TPC-DS
doris-robot commented on PR #44586:
URL: https://github.com/apache/doris/pull/44586#issuecomment-2557214108
TPC-DS: Total hot run time: 190054 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools
TPC-DS
doris-robot commented on PR #45614:
URL: https://github.com/apache/doris/pull/45614#issuecomment-2557213971
TPC-DS: Total hot run time: 189600 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools
TPC-DS
doris-robot commented on PR #45748:
URL: https://github.com/apache/doris/pull/45748#issuecomment-2557217634
TPC-DS: Total hot run time: 197103 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools
TPC-DS
924060929 commented on PR #45748:
URL: https://github.com/apache/doris/pull/45748#issuecomment-2557548159
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
hello-stephen commented on PR #45752:
URL: https://github.com/apache/doris/pull/45752#issuecomment-2557575177
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
hubgeter opened a new pull request, #45753:
URL: https://github.com/apache/doris/pull/45753
### What problem does this PR solve?
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
### Release note
None
### Check List (For Author)
- Test
hello-stephen commented on PR #45753:
URL: https://github.com/apache/doris/pull/45753#issuecomment-2557596951
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
hubgeter commented on PR #45753:
URL: https://github.com/apache/doris/pull/45753#issuecomment-2557597351
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-robot commented on PR #45748:
URL: https://github.com/apache/doris/pull/45748#issuecomment-2557608245
TPC-H: Total hot run time: 40144 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100
hubgeter commented on PR #44001:
URL: https://github.com/apache/doris/pull/44001#issuecomment-2557609108
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-robot commented on PR #45748:
URL: https://github.com/apache/doris/pull/45748#issuecomment-2557623380
TPC-DS: Total hot run time: 190055 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools
TPC-DS
doris-robot commented on PR #44001:
URL: https://github.com/apache/doris/pull/44001#issuecomment-2557674270
TPC-DS: Total hot run time: 196848 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools
TPC-DS
doris-robot commented on PR #44001:
URL: https://github.com/apache/doris/pull/44001#issuecomment-2557658779
TPC-H: Total hot run time: 39528 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100
924060929 commented on PR #45748:
URL: https://github.com/apache/doris/pull/45748#issuecomment-2557658411
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-robot commented on PR #44001:
URL: https://github.com/apache/doris/pull/44001#issuecomment-2557656943
TeamCity be ut coverage result:
Function Coverage: 38.87% (10131/26065)
Line Coverage: 29.79% (85242/286170)
Region Coverage: 28.92% (43534/150532)
Branch Coverage: 25.
doris-robot commented on PR #44001:
URL: https://github.com/apache/doris/pull/44001#issuecomment-2557680372
ClickBench: Total hot run time: 32.01 s
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools
KassieZ merged PR #1552:
URL: https://github.com/apache/doris-website/pull/1552
--
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
This is an automated email from the ASF dual-hosted git repository.
kassiez 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 9aacaa8c917 [script] Deadlink check scri
This is an automated email from the ASF dual-hosted git repository.
jeffreyh pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
from cc9cbb3180b [fix] Fix title of Workload Group EN Version (#1549)
add ada1d2b9338 [fix]:fix the broken li
wyxxxcat opened a new pull request, #45726:
URL: https://github.com/apache/doris/pull/45726
pick : https://github.com/apache/doris/pull/45319
--
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
Gabriel39 opened a new pull request, #45728:
URL: https://github.com/apache/doris/pull/45728
### What problem does this PR solve?
Now we plan for local exchange depends on operator initialization. This PR
fixed a wrong order between those two steps.
### Release note
None
Gabriel39 commented on PR #45728:
URL: https://github.com/apache/doris/pull/45728#issuecomment-2556483060
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
Thearas commented on PR #45728:
URL: https://github.com/apache/doris/pull/45728#issuecomment-2556483023
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
Gabriel39 commented on PR #45614:
URL: https://github.com/apache/doris/pull/45614#issuecomment-2556480372
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-robot commented on PR #45722:
URL: https://github.com/apache/doris/pull/45722#issuecomment-2556485700
TPC-H: Total hot run time: 40400 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100
doris-robot commented on PR #45721:
URL: https://github.com/apache/doris/pull/45721#issuecomment-2556485840
TPC-H: Total hot run time: 40283 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100
doris-robot commented on PR #45723:
URL: https://github.com/apache/doris/pull/45723#issuecomment-2556486322
TPC-H: Total hot run time: 40159 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100
Tech-Circle-48 commented on PR #45639:
URL: https://github.com/apache/doris/pull/45639#issuecomment-2557962798
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.
Tech-Circle-48 commented on PR #45639:
URL: https://github.com/apache/doris/pull/45639#issuecomment-2557964556
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.
Toms1999 closed pull request #40249: fix tools annotation error
URL: https://github.com/apache/doris/pull/40249
--
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,
Thearas commented on PR #45754:
URL: https://github.com/apache/doris/pull/45754#issuecomment-2557966234
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
eldenmoon opened a new pull request, #45754:
URL: https://github.com/apache/doris/pull/45754
### What problem does this PR solve?
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
### Release note
None
### Check List (For Author)
- Tes
924060929 commented on PR #45752:
URL: https://github.com/apache/doris/pull/45752#issuecomment-2557965691
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
github-actions[bot] commented on PR #45754:
URL: https://github.com/apache/doris/pull/45754#issuecomment-2557966740
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
Tech-Circle-48 commented on PR #45639:
URL: https://github.com/apache/doris/pull/45639#issuecomment-2557959211
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.
github-actions[bot] commented on PR #45754:
URL: https://github.com/apache/doris/pull/45754#issuecomment-2557967238
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.
github-bot pushed a change to branch asf-site
in repository https://gitbox.apache.org/repos/asf/doris-website.git
discard d5136bf63f5 Automated deployment with doris branch @
0099afc4772236e765a789913c886527663abc76
new 4
924060929 commented on PR #45752:
URL: https://github.com/apache/doris/pull/45752#issuecomment-2557993771
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
felixwluo commented on PR #45747:
URL: https://github.com/apache/doris/pull/45747#issuecomment-2557994068
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
zy-kkk opened a new pull request, #45755:
URL: https://github.com/apache/doris/pull/45755
### What problem does this PR solve?
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
### Release note
None
### Check List (For Author)
- Test
hello-stephen commented on PR #45755:
URL: https://github.com/apache/doris/pull/45755#issuecomment-2558031406
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
zy-kkk commented on PR #45755:
URL: https://github.com/apache/doris/pull/45755#issuecomment-2558031418
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
morningman opened a new pull request, #45756:
URL: https://github.com/apache/doris/pull/45756
### What problem does this PR solve?
Related PR: #45433
Problem Summary:
the `confLock` should be created after replaying in `gsonPostProcess()` of
`ExternalCatalog`,
or it will
hello-stephen commented on PR #45756:
URL: https://github.com/apache/doris/pull/45756#issuecomment-2558031826
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
morningman commented on PR #45756:
URL: https://github.com/apache/doris/pull/45756#issuecomment-2558031929
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
BiteThet commented on PR #44346:
URL: https://github.com/apache/doris/pull/44346#issuecomment-2558012128
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
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch auto-pick-45433-branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
commit d4a5f354dad10d0b87fb0e3226f15548fcaef5b1
Merge: 1dcb11a45e7 c4bee9adb30
Author: Mingyu Chen (Rayne
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch auto-pick-45433-branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
from 1dcb11a45e7 [opt](catalog) cache the Configuration object (#45433)
add 68bcdc074d5 branch-
morningman closed pull request #45703: branch-3.0: [opt](catalog) cache the
Configuration object #45433
URL: https://github.com/apache/doris/pull/45703
--
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 t
morningman closed pull request #45704: branch-2.1: [opt](catalog) cache the
Configuration object #45433
URL: https://github.com/apache/doris/pull/45704
--
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 t
rijeshkp commented on PR #45426:
URL: https://github.com/apache/doris/pull/45426#issuecomment-2558039937
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
301 - 393 of 393 matches
Mail list logo