(doris) branch auto-pick-48219-branch-3.0 deleted (was b545dd387c8)

2025-03-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch auto-pick-48219-branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git


 was b545dd387c8 [fix](schema-change) Remove incorrect assertion for tablet 
state after committing sc job (#48219)

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



(doris) branch branch-3.0 updated: branch-3.0: [fix](schema-change) Remove incorrect assertion for tablet state after committing sc job #48219 (#48439)

2025-03-13 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository.

dataroaring 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 b24ac3b51a5 branch-3.0: [fix](schema-change) Remove incorrect 
assertion for tablet state after committing sc job #48219 (#48439)
b24ac3b51a5 is described below

commit b24ac3b51a512eb7553c1f20db17a13b226ed5c4
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 13 19:51:06 2025 +0800

branch-3.0: [fix](schema-change) Remove incorrect assertion for tablet 
state after committing sc job #48219 (#48439)

Cherry-picked from #48219

Co-authored-by: Siyang Tang 
---
 be/src/cloud/cloud_schema_change_job.cpp | 7 ---
 1 file changed, 7 deletions(-)

diff --git a/be/src/cloud/cloud_schema_change_job.cpp 
b/be/src/cloud/cloud_schema_change_job.cpp
index b98dfb33a24..a109640e467 100644
--- a/be/src/cloud/cloud_schema_change_job.cpp
+++ b/be/src/cloud/cloud_schema_change_job.cpp
@@ -401,13 +401,6 @@ Status 
CloudSchemaChangeJob::_convert_historical_rowsets(const SchemaChangeParam
 const auto& stats = finish_resp.stats();
 {
 std::unique_lock wlock(_new_tablet->get_header_lock());
-// new_tablet's state MUST be `TABLET_NOTREADY`, because we won't sync 
a new tablet in schema change job
-DCHECK(_new_tablet->tablet_state() == TABLET_NOTREADY);
-if (_new_tablet->tablet_state() != TABLET_NOTREADY) [[unlikely]] {
-LOG(ERROR) << "invalid tablet state, tablet_id=" << 
_new_tablet->tablet_id();
-return Status::InternalError("invalid tablet state, tablet_id={}",
- _new_tablet->tablet_id());
-}
 _new_tablet->add_rowsets(std::move(_output_rowsets), true, wlock);
 _new_tablet->set_cumulative_layer_point(_output_cumulative_point);
 _new_tablet->reset_approximate_stats(stats.num_rowsets(), 
stats.num_segments(),


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



doris.git: Error while running github feature from master:.asf.yaml

2025-03-13 Thread Apache Infrastructure


An error occurred while processing the github feature in .asf.yaml: 

while parsing a mapping
unexpected key not in schema 'require_code_owner_reviews'
  in "doris.git/.asf.yaml::github", line 52, column 1:
  dismiss_stale_reviews: 'true'
^ (line: 52)

---
With regards, ASF Infra.


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



(doris) branch auto-pick-48171-branch-3.0 created (now b24ac3b51a5)

2025-03-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch auto-pick-48171-branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git


  at b24ac3b51a5 branch-3.0: [fix](schema-change) Remove incorrect 
assertion for tablet state after committing sc job #48219 (#48439)

No new revisions were added by this update.


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



Re: [PR] branch-3.0: [feat](load) stream load supports loading JSON compressed format #48990 [doris]

2025-03-13 Thread via GitHub


dataroaring closed pull request #49044: branch-3.0: [feat](load) stream load 
supports loading JSON compressed format #48990
URL: https://github.com/apache/doris/pull/49044


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



[PR] branch-3.0: [improve](routine load) introduce routine load abnormal job monitor metrics #48171 [doris]

2025-03-13 Thread via GitHub


github-actions[bot] opened a new pull request, #49045:
URL: https://github.com/apache/doris/pull/49045

   Cherry-picked from #48171


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



Re: [PR] [improve](routine load) introduce routine load abnormal job monitor metrics [doris]

2025-03-13 Thread via GitHub


dataroaring merged PR #48171:
URL: https://github.com/apache/doris/pull/48171


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



(doris) branch auto-pick-48990-branch-3.0 created (now b24ac3b51a5)

2025-03-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch auto-pick-48990-branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git


  at b24ac3b51a5 branch-3.0: [fix](schema-change) Remove incorrect 
assertion for tablet state after committing sc job #48219 (#48439)

No new revisions were added by this update.


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



doris.git: Error while running github feature from auto-pick-48990-branch-3.0:.asf.yaml

2025-03-13 Thread Apache Infrastructure


An error occurred while processing the github feature in .asf.yaml: 

while parsing a mapping
unexpected key not in schema 'require_code_owner_reviews'
  in "doris.git/.asf.yaml::github", line 53, column 1:
  dismiss_stale_reviews: 'true'
^ (line: 53)

---
With regards, ASF Infra.


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



Re: [PR] branch-3.0: [feat](load) stream load supports loading JSON compressed format #48990 [doris]

2025-03-13 Thread via GitHub


Thearas commented on PR #49044:
URL: https://github.com/apache/doris/pull/49044#issuecomment-2721015078

   
   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+your+PR).
   
   Please clearly describe your PR:
   1. What problem was fixed (it's best to include specific error reporting 
information). How it was fixed.
   2. Which behaviors were modified. What was the previous behavior, what is it 
now, why was it modified, and what possible impacts might there be.
   3. What features were added. Why was this function added?
   4. Which code was refactored and why was this part of the code refactored?
   5. Which functions were optimized and what is the difference before and 
after the optimization?
   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



doris.git: Error while running github feature from branch-3.0:.asf.yaml

2025-03-13 Thread Apache Infrastructure


An error occurred while processing the github feature in .asf.yaml: 

while parsing a mapping
unexpected key not in schema 'require_code_owner_reviews'
  in "doris.git/.asf.yaml::github", line 53, column 1:
  dismiss_stale_reviews: 'true'
^ (line: 53)

---
With regards, ASF Infra.


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



Re: [PR] [Enhancement](Log) Reduce usage of DCHECK [doris]

2025-03-13 Thread via GitHub


doris-robot commented on PR #48296:
URL: https://github.com/apache/doris/pull/48296#issuecomment-2721057464

   
   
   TPC-H: Total hot run time: 32818 ms
   
   ```
   machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
   scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
   Tpch sf100 test result on commit 436ba4c7d6f6d9e550ba6631fb131b5d197d43bb, 
data reload: false
   
   -- Round 1 --
   q1   17573   521550605060
   q2   2051285 163 163
   q3   10442   1253740 740
   q4   10235   1012520 520
   q5   7703243823112311
   q6   190 161 137 137
   q7   939 748 615 615
   q8   9303132611071107
   q9   4930485849054858
   q10  6831231619071907
   q11  478 269 261 261
   q12  357 363 226 226
   q13  17771   368531363136
   q14  225 238 218 218
   q15  549 490 475 475
   q16  625 622 585 585
   q17  593 891 358 358
   q18  6873649863846384
   q19  1380962 543 543
   q20  353 325 195 195
   q21  2948217420282028
   q22  10201022991 991
   Total cold run time: 103369 ms
   Total hot run time: 32818 ms
   
   - Round 2, with runtime_filter_mode=off -
   q1   5177517154805171
   q2   248 325 225 225
   q3   2214265923392339
   q4   1405179613591359
   q5   4266419442154194
   q6   201 166 123 123
   q7   1941194418171817
   q8   2623263525312531
   q9   7262731672367236
   q10  3034322027642764
   q11  573 501 485 485
   q12  738 720 556 556
   q13  3485400933583358
   q14  284 301 282 282
   q15  511 470 480 470
   q16  648 685 634 634
   q17  1153162113321332
   q18  7958764674207420
   q19  811 821 963 821
   q20  1992202518811881
   q21  5471496347344734
   q22  10871034996 996
   Total cold run time: 53082 ms
   Total hot run time: 50728 ms
   ```
   
   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



Re: [PR] branch-3.0: [fix](case) fix insert_group_commit_into_unique_sync_mode #48384 [doris]

2025-03-13 Thread via GitHub


dataroaring merged PR #48558:
URL: https://github.com/apache/doris/pull/48558


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



Re: [PR] [feat](binlog) filter the async mv binlogs [doris]

2025-03-13 Thread via GitHub


github-actions[bot] commented on PR #49028:
URL: https://github.com/apache/doris/pull/49028#issuecomment-2721095374

   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
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



Re: [PR] branch-3.0: [feat](load) stream load supports loading JSON compressed format #48990 [doris]

2025-03-13 Thread via GitHub


doris-robot commented on PR #49044:
URL: https://github.com/apache/doris/pull/49044#issuecomment-2721133472

   
   
   TPC-H: Total hot run time: 40258 ms
   
   ```
   machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
   scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
   Tpch sf100 test result on commit 5ed021b810854f53c6e170f06e743aa837771140, 
data reload: false
   
   -- Round 1 --
   q1   17583   678766006600
   q2   2044167 170 167
   q3   10775   105711351057
   q4   10567   740 654 654
   q5   7771290228412841
   q6   223 136 132 132
   q7   987 620 590 590
   q8   9348197719811977
   q9   6639643364306430
   q10  7013226722792267
   q11  465 261 250 250
   q12  403 215 208 208
   q13  17850   302031123020
   q14  246 213 202 202
   q15  518 481 464 464
   q16  669 591 584 584
   q17  1002615 557 557
   q18  7458680869826808
   q19  1479113310121012
   q20  469 211 203 203
   q21  4505335232483248
   q22  1078987 1010987
   Total cold run time: 109092 ms
   Total hot run time: 40258 ms
   
   - Round 2, with runtime_filter_mode=off -
   q1   6646655965906559
   q2   329 235 234 234
   q3   2904279529092795
   q4   2074183318001800
   q5   5926571957295719
   q6   211 127 131 127
   q7   2227184918371837
   q8   3360354435503544
   q9   8842891589068906
   q10  3580351935743519
   q11  587 492 512 492
   q12  786 625 616 616
   q13  10036   320431643164
   q14  306 264 265 264
   q15  525 473 477 473
   q16  699 657 646 646
   q17  1848162715981598
   q18  8329777678487776
   q19  1652150415481504
   q20  2026193318861886
   q21  5533532753675327
   q22  1112109810691069
   Total cold run time: 69538 ms
   Total hot run time: 59855 ms
   ```
   
   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



Re: [PR] [fix](mtmv)before mtmv refresh,check column type if change [doris]

2025-03-13 Thread via GitHub


doris-robot commented on PR #49041:
URL: https://github.com/apache/doris/pull/49041#issuecomment-2721133378

   
   
   TPC-DS: Total hot run time: 192893 ms
   
   ```
   machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
   scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools
   TPC-DS sf100 test result on commit 69cf9b71d54dd696b3dd6a6155d40de425f6f27a, 
data reload: false
   
   query1   14001003974 974
   query2   6223201120082008
   query3   10994   450946604509
   query4   54056   25466   23154   23154
   query5   5001658 468 468
   query6   334 200 194 194
   query7   4888532 293 293
   query8   326 251 237 237
   query9   5745259026162590
   query10  436 319 248 248
   query11  15098   15136   14936   14936
   query12  167 111 103 103
   query13  1061546 386 386
   query14  10660   702567766776
   query15  215 205 177 177
   query16  7138719 512 512
   query17  1087736 592 592
   query18  1565418 324 324
   query19  245 195 164 164
   query20  122 123 127 123
   query21  207 129 101 101
   query22  4215448045184480
   query23  33963   33210   33307   33210
   query24  5690244124002400
   query25  460 468 419 419
   query26  702 310 182 182
   query27  1715533 336 336
   query28  2793244524752445
   query29  586 574 442 442
   query30  277 224 194 194
   query31  892 884 774 774
   query32  71  67  66  66
   query33  424 358 299 299
   query34  777 908 492 492
   query35  863 863 751 751
   query36  946 1050891 891
   query37  127 103 77  77
   query38  4280420641694169
   query39  1493146115961461
   query40  221 117 104 104
   query41  57  58  50  50
   query42  126 110 108 108
   query43  516 513 505 505
   query44  1387802 795 795
   query45  179 179 167 167
   query46  887 1102650 650
   query47  1835190917811781
   query48  407 434 308 308
   query49  720 521 431 431
   query50  785 793 404 404
   query51  4277437942654265
   query52  103 109 95  95
   query53  238 273 192 192
   query54  498 512 420 420
   query55  83  81  79  79
   query56  293 281 286 281
   query57  1209117111351135
   query58  249 248 239 239
   query59  2950299329222922
   query60  287 272 252 252
   query61  123 126 121 121
   query62  750 749 660 660
   query63  239 193 185 185
   query64  17981072691 691
   query65  4629452144574457
   query66  691 395 289 289
   query67  15880   15664   15534   15534
   query68  6776903 496 496
   query69  542 301 267 267
   query70  1189108711151087
   query71  494 296 258 258
   query72  5812371939023719
   query73  1514807 359 359
   query74  9021919386988698
   query75  4078317426912691
   query76  41451296784 784
   query77  791 368 272 272
   query78  10177   10292   93819381
   query79  2533859 589 589
   query80  621 553 446 446
   query81  489 259 231 231
   query82  704 131 95  95
   query83  171 173 159 159
   query84  290 92  79  79
   query85  759 377 299 299
   query86  362 307 298 298
   query87  4525448346074483
   query88  3850224522562245
   query89  422 315 274 274
   query90  1893215 209 209
   query91  137 146 111 111
   query92  71  62  58  58
   query93  18661087576 576
   query94  662 407 310 310
   query95  344 269 284 269
   query96  493 611 286 286
   query97  3302348632973297
   query98  229 214 193 193
   query99  1359139312971297
   Total cold run time: 298280 ms
   Total hot run time: 192893 ms
   ```
   
   


-- 
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

Re: [PR] [Enhancement] (nereids) implement showTableStatsCommand in nereids [doris]

2025-03-13 Thread via GitHub


doris-robot commented on PR #48827:
URL: https://github.com/apache/doris/pull/48827#issuecomment-2720132980

   
   
   TPC-DS: Total hot run time: 192435 ms
   
   ```
   machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
   scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools
   TPC-DS sf100 test result on commit 6ed86e82f318a3e5a22d033e1be1881c2ceaeadc, 
data reload: false
   
   query1   1380100810111008
   query2   6109193018771877
   query3   10970   444343954395
   query4   53630   24818   23646   23646
   query5   5222583 476 476
   query6   353 204 190 190
   query7   5024503 288 288
   query8   342 248 239 239
   query9   6144263926332633
   query10  435 316 272 272
   query11  15432   15130   14934   14934
   query12  166 112 109 109
   query13  1115506 400 400
   query14  10313   641373736413
   query15  207 201 205 201
   query16  7028671 499 499
   query17  1105750 582 582
   query18  1512440 321 321
   query19  204 196 179 179
   query20  130 125 121 121
   query21  212 130 112 112
   query22  4490449842204220
   query23  34072   33483   33441   33441
   query24  5754249224452445
   query25  440 456 399 399
   query26  772 284 161 161
   query27  1822483 329 329
   query28  2942249124462446
   query29  590 555 476 476
   query30  277 228 189 189
   query31  872 875 818 818
   query32  70  69  63  63
   query33  469 351 295 295
   query34  765 854 523 523
   query35  837 825 755 755
   query36  929 1026943 943
   query37  120 99  76  76
   query38  4291430641984198
   query39  1520141914521419
   query40  212 115 100 100
   query41  75  50  51  50
   query42  125 107 107 107
   query43  502 536 480 480
   query44  1322799 807 799
   query45  187 175 172 172
   query46  865 1040633 633
   query47  1848190917741774
   query48  383 423 306 306
   query49  719 535 422 422
   query50  689 766 421 421
   query51  4324435342754275
   query52  107 110 102 102
   query53  225 260 194 194
   query54  500 514 420 420
   query55  84  80  80  80
   query56  288 270 252 252
   query57  1169119311151115
   query58  247 238 247 238
   query59  2728287627462746
   query60  274 282 263 263
   query61  123 122 121 121
   query62  750 758 690 690
   query63  241 202 200 200
   query64  19431120683 683
   query65  4603452543874387
   query66  746 388 290 290
   query67  15715   15526   15255   15255
   query68  7061872 489 489
   query69  539 291 264 264
   query70  1225116411141114
   query71  491 287 254 254
   query72  5856360838513608
   query73  1338739 343 343
   query74  9164914490369036
   query75  3779317127102710
   query76  43291193797 797
   query77  629 354 278 278
   query78  10059   10269   92339233
   query79  2318869 589 589
   query80  592 538 451 451
   query81  492 254 224 224
   query82  645 128 93  93
   query83  173 167 157 157
   query84  292 85  76  76
   query85  789 352 311 311
   query86  380 311 301 301
   query87  4560474342994299
   query88  3606228023082280
   query89  409 323 284 284
   query90  1816218 219 218
   query91  138 137 109 109
   query92  82  58  58  58
   query93  17791058565 565
   query94  664 398 305 305
   query95  352 280 261 261
   query96  480 568 279 279
   query97  3263342732953295
   query98  225 206 216 206
   query99  1404142212821282
   Total cold run time: 297988 ms
   Total hot run time: 192435 ms
   ```
   
   


-- 
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 

(doris) branch auto-pick-48990-branch-3.0 updated (b24ac3b51a5 -> 5ed021b8108)

2025-03-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch auto-pick-48990-branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git


from b24ac3b51a5 branch-3.0: [fix](schema-change) Remove incorrect 
assertion for tablet state after committing sc job #48219 (#48439)
 add 5ed021b8108 [feat](load) stream load supports loading JSON compressed 
format (#48990)

No new revisions were added by this update.

Summary of changes:
 be/src/http/action/stream_load.cpp |   4 -
 be/src/util/load_util.cpp  |  24 
 be/test/util/load_util_test.cpp|  64 +
 .../load_p0/stream_load/test_json_compress.out | Bin 0 -> 25202 bytes
 .../load_p0/stream_load/test_json_compress.groovy  | 149 +
 5 files changed, 237 insertions(+), 4 deletions(-)
 create mode 100644 
regression-test/data/load_p0/stream_load/test_json_compress.out
 create mode 100644 
regression-test/suites/load_p0/stream_load/test_json_compress.groovy


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



doris.git: Error while running github feature from auto-pick-48171-branch-3.0:.asf.yaml

2025-03-13 Thread Apache Infrastructure


An error occurred while processing the github feature in .asf.yaml: 

while parsing a mapping
unexpected key not in schema 'require_code_owner_reviews'
  in "doris.git/.asf.yaml::github", line 53, column 1:
  dismiss_stale_reviews: 'true'
^ (line: 53)

---
With regards, ASF Infra.


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



Re: [PR] [feat](load) stream load supports loading JSON compressed format [doris]

2025-03-13 Thread via GitHub


dataroaring merged PR #48990:
URL: https://github.com/apache/doris/pull/48990


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



[PR] [Fix](cloud) Should not remove pending delete bitmaps when `update_delete_bitmap` in txn load if the txn is not the first sub txns [doris]

2025-03-13 Thread via GitHub


bobhan1 opened a new pull request, #49046:
URL: https://github.com/apache/doris/pull/49046

   ### What problem does this PR solve?
   
   Issue Number: close #xxx
   
   Related PR: #xxx
   
   Problem Summary:
   
   ### Release note
   
   None
   
   ### Check List (For Author)
   
   - Test 
   - [ ] Regression test
   - [ ] Unit Test
   - [ ] Manual test (add detailed scripts or steps below)
   - [ ] No need to test or manual test. Explain why:
   - [ ] This is a refactor/code format and no logic has been changed.
   - [ ] Previous test can cover this change.
   - [ ] No code files have been changed.
   - [ ] Other reason 
   
   - Behavior changed:
   - [ ] No.
   - [ ] Yes. 
   
   - Does this need documentation?
   - [ ] No.
   - [ ] Yes. 
   
   ### Check List (For Reviewer who merge this PR)
   
   - [ ] Confirm the release note
   - [ ] Confirm test cases
   - [ ] Confirm document
   - [ ] Add branch pick label 
   
   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



doris.git: Error while running github feature from branch-3.0:.asf.yaml

2025-03-13 Thread Apache Infrastructure


An error occurred while processing the github feature in .asf.yaml: 

while parsing a mapping
unexpected key not in schema 'require_code_owner_reviews'
  in "doris.git/.asf.yaml::github", line 53, column 1:
  dismiss_stale_reviews: 'true'
^ (line: 53)

---
With regards, ASF Infra.


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



(doris) branch auto-pick-48915-branch-3.0 deleted (was 6b037c90e84)

2025-03-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch auto-pick-48915-branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git


 was 6b037c90e84 [fix](cloud) dup FDCache reset before FileCache dtor 
causing crash (#48915)

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



Re: [PR] [fix](mtmv)before mtmv refresh,check column type if change [doris]

2025-03-13 Thread via GitHub


Thearas commented on PR #49041:
URL: https://github.com/apache/doris/pull/49041#issuecomment-2721001261

   
   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+your+PR).
   
   Please clearly describe your PR:
   1. What problem was fixed (it's best to include specific error reporting 
information). How it was fixed.
   2. Which behaviors were modified. What was the previous behavior, what is it 
now, why was it modified, and what possible impacts might there be.
   3. What features were added. Why was this function added?
   4. Which code was refactored and why was this part of the code refactored?
   5. Which functions were optimized and what is the difference before and 
after the optimization?
   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



Re: [PR] [Fix](cloud) Should not remove pending delete bitmaps when `update_delete_bitmap` in txn load if the txn is not the first sub txns [doris]

2025-03-13 Thread via GitHub


Thearas commented on PR #49046:
URL: https://github.com/apache/doris/pull/49046#issuecomment-2721045169

   
   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+your+PR).
   
   Please clearly describe your PR:
   1. What problem was fixed (it's best to include specific error reporting 
information). How it was fixed.
   2. Which behaviors were modified. What was the previous behavior, what is it 
now, why was it modified, and what possible impacts might there be.
   3. What features were added. Why was this function added?
   4. Which code was refactored and why was this part of the code refactored?
   5. Which functions were optimized and what is the difference before and 
after the optimization?
   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



[PR] Update e2e doris version [doris-flink-connector]

2025-03-13 Thread via GitHub


vinlee19 opened a new pull request, #575:
URL: https://github.com/apache/doris-flink-connector/pull/575

   # Proposed changes
   
   Issue Number: close #xxx
   
   ## Problem Summary:
   
   Describe the overview of changes.
   
   ## Checklist(Required)
   
   1. Does it affect the original behavior: (Yes/No/I Don't know)
   2. Has unit tests been added: (Yes/No/No Need)
   3. Has document been added or modified: (Yes/No/No Need)
   4. Does it need to update dependencies: (Yes/No)
   5. Are there any changes that cannot be rolled back: (Yes/No)
   
   ## Further comments
   
   If this is a relatively large or complex change, kick off the discussion at 
[d...@doris.apache.org](mailto:d...@doris.apache.org) by explaining why you 
chose the solution you did and what alternatives you considered, etc...
   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



Re: [PR] branch-3.0: [fix](cloud) dup FDCache reset before FileCache dtor causing crash #48915 [doris]

2025-03-13 Thread via GitHub


dataroaring merged PR #49016:
URL: https://github.com/apache/doris/pull/49016


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



Re: [PR] [Test](nereids) add ut for show system command and remove unuse function [doris]

2025-03-13 Thread via GitHub


xiedeyantu commented on PR #48981:
URL: https://github.com/apache/doris/pull/48981#issuecomment-2721060170

   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 unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



(doris) branch branch-3.0 updated: branch-3.0: [fix](cloud) dup FDCache reset before FileCache dtor causing crash #48915 (#49016)

2025-03-13 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository.

dataroaring 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 7c5c78f3ba7 branch-3.0: [fix](cloud) dup FDCache reset before 
FileCache dtor causing crash #48915 (#49016)
7c5c78f3ba7 is described below

commit 7c5c78f3ba7540ee7acaf0e3232efd3f89164055
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 13 20:15:59 2025 +0800

branch-3.0: [fix](cloud) dup FDCache reset before FileCache dtor causing 
crash #48915 (#49016)

Cherry-picked from #48915

Co-authored-by: zhengyu 
---
 be/src/runtime/exec_env_init.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/be/src/runtime/exec_env_init.cpp b/be/src/runtime/exec_env_init.cpp
index 8d8c1135e0e..ab28ce3f5ad 100644
--- a/be/src/runtime/exec_env_init.cpp
+++ b/be/src/runtime/exec_env_init.cpp
@@ -689,7 +689,6 @@ void ExecEnv::destroy() {
 _memtable_memory_limiter.reset();
 _delta_writer_v2_pool.reset();
 _load_stream_map_pool.reset();
-_file_cache_open_fd_cache.reset();
 SAFE_STOP(_write_cooldown_meta_executors);
 
 // StorageEngine must be destoried before _cache_manager destory


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



(doris) branch master updated (88d52267e6e -> 678f1791dcf)

2025-03-13 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository.

dataroaring pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


from 88d52267e6e [feat](load) stream load supports loading JSON compressed 
format (#48990)
 add 678f1791dcf [improve](routine load) introduce routine load abnormal 
job monitor metrics (#48171)

No new revisions were added by this update.

Summary of changes:
 .../doris/load/routineload/KafkaProgress.java  |   3 +
 .../load/routineload/KafkaRoutineLoadJob.java  |  14 +++
 .../doris/load/routineload/RoutineLoadJob.java |  16 +++
 .../doris/load/routineload/RoutineLoadManager.java |   6 +
 .../java/org/apache/doris/metric/MetricRepo.java   | 110 
 ...t_metrics.csv => test_abnormal_job_monitor.csv} |   0
 ...> test_routin_load_abnormal_job_monitor.groovy} | 139 -
 7 files changed, 183 insertions(+), 105 deletions(-)
 copy regression-test/suites/load_p0/routine_load/data/{test_metrics.csv => 
test_abnormal_job_monitor.csv} (100%)
 copy 
regression-test/suites/load_p0/routine_load/{test_routine_load_metrics.groovy 
=> test_routin_load_abnormal_job_monitor.groovy} (66%)


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



doris.git: Error while running github feature from main:.asf.yaml

2025-03-13 Thread Apache Infrastructure


An error occurred while processing the github feature in .asf.yaml: 

while parsing a mapping
  in "doris.git/.asf.yaml::github", line 78, column 1:
  - Build Third Party Librar ... 
^ (line: 78)
unexpected key not in schema 'required_pull_request_reviews'
  in "doris.git/.asf.yaml::github", line 81, column 1:

^ (line: 81)

---
With regards, ASF Infra.


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



Re: [PR] branch-3.0: [fix](test) fix duplicate variable define #48939 [doris]

2025-03-13 Thread via GitHub


dataroaring merged PR #48945:
URL: https://github.com/apache/doris/pull/48945


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



Re: [PR] [Enhancement](Log) Reduce usage of DCHECK [doris]

2025-03-13 Thread via GitHub


doris-robot commented on PR #48296:
URL: https://github.com/apache/doris/pull/48296#issuecomment-2721090210

   
   
   TPC-DS: Total hot run time: 192359 ms
   
   ```
   machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
   scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools
   TPC-DS sf100 test result on commit 436ba4c7d6f6d9e550ba6631fb131b5d197d43bb, 
data reload: false
   
   query1   1395981 1006981
   query2   6148193118691869
   query3   10999   458245124512
   query4   54333   25127   23216   23216
   query5   5252523 490 490
   query6   378 195 199 195
   query7   5169514 296 296
   query8   346 259 252 252
   query9   6537259926322599
   query10  429 337 253 253
   query11  15260   15187   14903   14903
   query12  159 113 102 102
   query13  1174529 429 429
   query14  10084   678668626786
   query15  195 189 189 189
   query16  7021651 475 475
   query17  1105710 601 601
   query18  1530418 323 323
   query19  203 193 184 184
   query20  137 126 126 126
   query21  216 132 119 119
   query22  4420460042254225
   query23  33854   33555   33326   33326
   query24  5656248324832483
   query25  465 474 419 419
   query26  734 279 154 154
   query27  2312501 335 335
   query28  2753247624662466
   query29  585 581 435 435
   query30  275 223 193 193
   query31  925 887 796 796
   query32  72  66  67  66
   query33  451 370 304 304
   query34  781 836 510 510
   query35  789 826 741 741
   query36  928 1012898 898
   query37  123 103 80  80
   query38  4259417042004170
   query39  1520144714641447
   query40  224 119 108 108
   query41  81  49  50  49
   query42  117 108 105 105
   query43  513 506 475 475
   query44  1366845 838 838
   query45  194 177 172 172
   query46  860 1036671 671
   query47  1844184117741774
   query48  389 422 319 319
   query49  698 513 437 437
   query50  724 736 416 416
   query51  4323429742694269
   query52  116 103 103 103
   query53  238 274 196 196
   query54  506 506 416 416
   query55  86  82  81  81
   query56  267 262 273 262
   query57  1143118711101110
   query58  258 245 246 245
   query59  2610283726082608
   query60  290 280 258 258
   query61  131 120 151 120
   query62  736 740 704 704
   query63  240 194 197 194
   query64  17781096734 734
   query65  4566446344584458
   query66  749 391 295 295
   query67  16121   15572   15158   15158
   query68  7059882 509 509
   query69  549 325 260 260
   query70  1216106111291061
   query71  486 294 276 276
   query72  5779356037493560
   query73  1335731 343 343
   query74  9361924589288928
   query75  3681314727182718
   query76  43031181751 751
   query77  627 378 295 295
   query78  9846999693739373
   query79  3073822 586 586
   query80  699 531 531 531
   query81  485 263 219 219
   query82  676 126 96  96
   query83  304 167 149 149
   query84  292 98  77  77
   query85  804 351 301 301
   query86  414 306 291 291
   query87  4429444843984398
   query88  3588226322482248
   query89  415 308 283 283
   query90  1864216 214 214
   query91  139 144 109 109
   query92  75  57  55  55
   query93  19961040576 576
   query94  658 383 309 309
   query95  346 271 266 266
   query96  482 556 278 278
   query97  3398342932943294
   query98  214 205 196 196
   query99  1458152412861286
   Total cold run time: 300191 ms
   Total hot run time: 192359 ms
   ```
   
   


-- 
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

(doris) branch auto-pick-48171-branch-2.1 created (now ed2e1ac34a2)

2025-03-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch auto-pick-48171-branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git


  at ed2e1ac34a2 branch-2.1: [fix](variant) update least common type in 
ColumnObject::pop_back #48935 (#48979)

No new revisions were added by this update.


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



doris.git: Error while running github feature from master:.asf.yaml

2025-03-13 Thread Apache Infrastructure


An error occurred while processing the github feature in .asf.yaml: 

while parsing a mapping
unexpected key not in schema 'require_code_owner_reviews'
  in "doris.git/.asf.yaml::github", line 52, column 1:
  dismiss_stale_reviews: 'true'
^ (line: 52)

---
With regards, ASF Infra.


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



Re: [PR] [Enhancement] (nereids) implement alterUserCommand in nereids [doris]

2025-03-13 Thread via GitHub


doris-robot commented on PR #48428:
URL: https://github.com/apache/doris/pull/48428#issuecomment-2721130154

   
   
   TPC-H: Total hot run time: 32467 ms
   
   ```
   machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
   scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
   Tpch sf100 test result on commit cbf0639d3c14334e47ffc1a22c3c141f0f20e1a3, 
data reload: false
   
   -- Round 1 --
   q1   17580   520150455045
   q2   2061288 165 165
   q3   10420   1250748 748
   q4   10197   1033523 523
   q5   7506236823032303
   q6   181 165 131 131
   q7   909 735 613 613
   q8   9312129311031103
   q9   4872483246874687
   q10  6784228819141914
   q11  472 278 251 251
   q12  344 347 221 221
   q13  17752   365130383038
   q14  221 231 203 203
   q15  524 475 478 475
   q16  611 612 561 561
   q17  578 851 350 350
   q18  7096649666236496
   q19  1230982 549 549
   q20  324 334 205 205
   q21  3017223519191919
   q22  10591017967 967
   Total cold run time: 103050 ms
   Total hot run time: 32467 ms
   
   - Round 2, with runtime_filter_mode=off -
   q1   5123506150895061
   q2   246 329 245 245
   q3   2106267122992299
   q4   1447181614191419
   q5   4271410541784105
   q6   205 165 123 123
   q7   1885185917941794
   q8   2574253625002500
   q9   7298729971207120
   q10  3011323128072807
   q11  567 518 487 487
   q12  721 788 588 588
   q13  3480394932383238
   q14  290 301 291 291
   q15  529 502 473 473
   q16  625 672 644 644
   q17  1122160613321332
   q18  7745755374977497
   q19  812 802 885 802
   q20  2013202618701870
   q21  5519500546994699
   q22  1101104510021002
   Total cold run time: 52690 ms
   Total hot run time: 50396 ms
   ```
   
   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



Re: [PR] [Improvement](column) add santy check and add some fix for ColumnString #47964 [doris]

2025-03-13 Thread via GitHub


hello-stephen commented on PR #48513:
URL: https://github.com/apache/doris/pull/48513#issuecomment-2720285402

   # BE UT Coverage Report
   Increment line coverage `62.50% (30/48)` :tada:
   
   [Increment coverage 
report](http://coverage.selectdb-in.cc/coverage/a1d7b6e815d0a326a841a17b0d33dc9d0f8cd00e_a1d7b6e815d0a326a841a17b0d33dc9d0f8cd00e/increment_report/index.html)
   [Complete coverage 
report](http://coverage.selectdb-in.cc/coverage/a1d7b6e815d0a326a841a17b0d33dc9d0f8cd00e_a1d7b6e815d0a326a841a17b0d33dc9d0f8cd00e/report/index.html)
   | Category  | Coverage   |
   |---||
   | Function Coverage | 38.90% (10162/26125) |
   | Line Coverage | 30.31% (86583/285672) |
   | Region Coverage   | 29.35% (44481/151533) |
   | Branch Coverage   | 25.87% (22621/87450) |


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



Re: [PR] [Opt](exec) opt variant column in join op [doris]

2025-03-13 Thread via GitHub


HappenLee commented on PR #49020:
URL: https://github.com/apache/doris/pull/49020#issuecomment-2721133280

   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 unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



Re: [PR] [Enhancement] (nereids)implement showIndexStatsCommand in nereids [doris]

2025-03-13 Thread via GitHub


xiedeyantu commented on PR #48835:
URL: https://github.com/apache/doris/pull/48835#issuecomment-2721269057

   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 unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



Re: [PR] [Opt](exec) opt variant column in join op [doris]

2025-03-13 Thread via GitHub


doris-robot commented on PR #49020:
URL: https://github.com/apache/doris/pull/49020#issuecomment-2721244243

   
   
   ClickBench: Total hot run time: 30.71 s
   
   ```
   machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
   scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools
   ClickBench test result on commit 0d36e585908111cf15860da25473d3175f75c7f9, 
data reload: false
   
   query1   0.030.030.03
   query2   0.080.040.03
   query3   0.230.070.07
   query4   1.620.110.10
   query5   0.560.550.55
   query6   1.200.720.72
   query7   0.020.020.01
   query8   0.040.030.03
   query9   0.580.530.52
   query10  0.580.590.59
   query11  0.150.110.11
   query12  0.150.120.12
   query13  0.620.610.60
   query14  2.722.822.68
   query15  0.930.860.87
   query16  0.390.380.39
   query17  1.001.041.00
   query18  0.220.200.20
   query19  1.931.871.96
   query20  0.010.010.01
   query21  15.37   0.910.56
   query22  0.761.120.65
   query23  15.03   1.380.66
   query24  7.001.600.71
   query25  0.470.290.07
   query26  0.460.150.14
   query27  0.050.040.05
   query28  9.970.910.44
   query29  12.55   3.973.27
   query30  0.250.090.06
   query31  2.820.600.38
   query32  3.220.540.47
   query33  2.973.052.99
   query34  15.78   5.134.49
   query35  4.544.504.53
   query36  0.640.500.48
   query37  0.090.060.06
   query38  0.050.040.03
   query39  0.040.030.03
   query40  0.170.140.13
   query41  0.080.030.02
   query42  0.030.020.02
   query43  0.040.030.03
   Total cold run time: 105.44 s
   Total hot run time: 30.71 s
   ```
   
   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



Re: [PR] [fix](cloud) fix corner case when warm up data larger than cache capacity [doris]

2025-03-13 Thread via GitHub


gavinchou commented on code in PR #49050:
URL: https://github.com/apache/doris/pull/49050#discussion_r1993718279


##
fe/fe-core/src/main/java/org/apache/doris/cloud/CacheHotspotManager.java:
##
@@ -542,9 +542,6 @@ private Map> 
warmUpNewClusterByTable(long jobId, String dstCl
 List warmUpPartitions = new ArrayList<>();
 for (Partition partition : partitions) {
 Long partitionSize = partition.getDataSize(true);
-if ((warmUpTotalFileCache + partitionSize) > totalFileCache) {

Review Comment:
   we should move this check after line 549 instead removing them
   because it may iterate over all partitions of the table which may exceed too 
much of the totalFileCache
   it will do useless work just flushing the file cache on BE over and over 
again.
   
   and also add efficient logs for this statement , say what table is to 
warmup, what is the job content  and whether it is a force warmup.



-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



Re: [PR] [Test](nereids) add ut for show system command and remove unuse function [doris]

2025-03-13 Thread via GitHub


xiedeyantu commented on PR #48981:
URL: https://github.com/apache/doris/pull/48981#issuecomment-2721601928

   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 unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



Re: [PR] [fix](cloud) fix corner case when warm up data larger than cache capacity [doris]

2025-03-13 Thread via GitHub


doris-robot commented on PR #49050:
URL: https://github.com/apache/doris/pull/49050#issuecomment-2721616568

   
   
   TPC-H: Total hot run time: 32548 ms
   
   ```
   machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
   scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
   Tpch sf100 test result on commit d2599e2ca90e74b09daa50c8cd7cfe9d83a0800d, 
data reload: false
   
   -- Round 1 --
   q1   17609   529450445044
   q2   2043288 170 170
   q3   10530   1317738 738
   q4   10270   1050538 538
   q5   7987243724032403
   q6   197 167 136 136
   q7   943 770 621 621
   q8   9323132110921092
   q9   4962490947484748
   q10  6812230418811881
   q11  478 279 257 257
   q12  355 359 215 215
   q13  17755   366030853085
   q14  239 237 206 206
   q15  531 474 498 474
   q16  636 611 587 587
   q17  595 871 348 348
   q18  6912649162626262
   q19  1214981 573 573
   q20  320 343 213 213
   q21  3060213319831983
   q22  10671012974 974
   Total cold run time: 103838 ms
   Total hot run time: 32548 ms
   
   - Round 2, with runtime_filter_mode=off -
   q1   5179519351115111
   q2   235 333 229 229
   q3   2134268922872287
   q4   1455184714381438
   q5   4267413041514130
   q6   210 164 126 126
   q7   1951197617931793
   q8   2663265525392539
   q9   7189709671437096
   q10  2969320327772777
   q11  577 505 488 488
   q12  706 787 615 615
   q13  3565397832443244
   q14  275 308 272 272
   q15  538 483 473 473
   q16  626 691 636 636
   q17  1168157813901390
   q18  7753761074237423
   q19  865 832 917 832
   q20  1997207118811881
   q21  5452510748354835
   q22  10771056993 993
   Total cold run time: 52851 ms
   Total hot run time: 50608 ms
   ```
   
   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



Re: [PR] [fix](cloud) fix corner case when warm up data larger than cache capacity [doris]

2025-03-13 Thread via GitHub


doris-robot commented on PR #49050:
URL: https://github.com/apache/doris/pull/49050#issuecomment-2721652327

   
   
   TPC-DS: Total hot run time: 186250 ms
   
   ```
   machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
   scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools
   TPC-DS sf100 test result on commit d2599e2ca90e74b09daa50c8cd7cfe9d83a0800d, 
data reload: false
   
   query1   990 386 383 383
   query2   6528197120441971
   query3   6786225 221 221
   query4   26319   23616   23049   23049
   query5   4401675 494 494
   query6   294 216 202 202
   query7   4605494 307 307
   query8   298 252 247 247
   query9   8611263226292629
   query10  469 322 255 255
   query11  16294   15123   15001   15001
   query12  158 115 112 112
   query13  1678529 427 427
   query14  9397730664506450
   query15  212 195 179 179
   query16  7565631 473 473
   query17  1219706 581 581
   query18  1989413 314 314
   query19  189 186 164 164
   query20  117 115 117 115
   query21  212 126 104 104
   query22  4290432740044004
   query23  33991   32948   33180   32948
   query24  7701239824472398
   query25  579 449 375 375
   query26  1226279 155 155
   query27  2181488 336 336
   query28  3949240323962396
   query29  764 567 453 453
   query30  285 219 186 186
   query31  936 858 783 783
   query32  77  65  68  65
   query33  585 350 320 320
   query34  782 845 509 509
   query35  791 833 748 748
   query36  10231007891 891
   query37  119 104 80  80
   query38  4220418442454184
   query39  1439141114081408
   query40  204 121 108 108
   query41  56  53  78  53
   query42  123 100 100 100
   query43  519 524 505 505
   query44  1327777 775 775
   query45  185 173 167 167
   query46  834 1030616 616
   query47  1720177417271727
   query48  374 421 307 307
   query49  777 518 438 438
   query50  692 733 408 408
   query51  4215418641444144
   query52  112 105 94  94
   query53  240 269 192 192
   query54  499 504 405 405
   query55  81  79  82  79
   query56  269 264 265 264
   query57  1126116610601060
   query58  246 242 247 242
   query59  2697288327452745
   query60  283 281 257 257
   query61  131 120 124 120
   query62  811 741 659 659
   query63  232 220 196 196
   query64  44211009659 659
   query65  4456434444014344
   query66  1103415 302 302
   query67  15822   15491   15419   15419
   query68  8596898 506 506
   query69  472 323 264 264
   query70  1227111810791079
   query71  451 303 274 274
   query72  5679354840793548
   query73  782 754 355 355
   query74  9087915388028802
   query75  3759317127292729
   query76  36741215801 801
   query77  782 376 291 291
   query78  10055   10235   93079307
   query79  2531848 594 594
   query80  632 537 459 459
   query81  495 261 224 224
   query82  735 129 97  97
   query83  173 174 154 154
   query84  249 99  74  74
   query85  801 364 422 364
   query86  389 322 307 307
   query87  4523448844894488
   query88  3794227622552255
   query89  391 319 285 285
   query90  1841223 222 222
   query91  151 146 111 111
   query92  74  66  57  57
   query93  16731109585 585
   query94  681 430 307 307
   query95  359 321 269 269
   query96  494 576 275 275
   query97  3306340033573357
   query98  232 202 203 202
   query99  1331139613061306
   Total cold run time: 276243 ms
   Total hot run time: 186250 ms
   ```
   
   


-- 
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 

Re: [PR] [fix](Index)Make column unique ids in index dynamically computed [doris]

2025-03-13 Thread via GitHub


doris-robot commented on PR #48988:
URL: https://github.com/apache/doris/pull/48988#issuecomment-2721523153

   
   
   TPC-DS: Total hot run time: 192813 ms
   
   ```
   machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
   scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools
   TPC-DS sf100 test result on commit 61e7fa159b52f2a061c23b7b640641a202c3012a, 
data reload: false
   
   query1   13901007996 996
   query2   6412206720122012
   query3   11051   452145654521
   query4   25510   23738   23503   23503
   query5   4953653 476 476
   query6   297 191 190 190
   query7   3988494 299 299
   query8   285 245 251 245
   query9   8516259725862586
   query10  495 334 250 250
   query11  15705   15091   15083   15083
   query12  164 116 103 103
   query13  1569502 391 391
   query14  9355626564296265
   query15  216 188 175 175
   query16  7219640 486 486
   query17  1164772 604 604
   query18  1980426 340 340
   query19  202 202 170 170
   query20  130 122 125 122
   query21  212 139 112 112
   query22  4652454944104410
   query23  34515   33535   33496   33496
   query24  7979242724742427
   query25  549 558 390 390
   query26  1171280 161 161
   query27  2538490 328 328
   query28  4505243624122412
   query29  758 573 433 433
   query30  266 225 196 196
   query31  926 887 785 785
   query32  71  62  62  62
   query33  554 368 305 305
   query34  799 843 498 498
   query35  846 856 788 788
   query36  10161025926 926
   query37  118 106 85  85
   query38  4307420841724172
   query39  1494143214321432
   query40  212 116 110 110
   query41  55  54  50  50
   query42  120 105 110 105
   query43  537 532 503 503
   query44  1303797 822 797
   query45  178 172 168 168
   query46  860 1048651 651
   query47  1816189618031803
   query48  388 425 316 316
   query49  772 530 431 431
   query50  757 762 438 438
   query51  4328432842754275
   query52  112 109 100 100
   query53  240 264 195 195
   query54  491 503 412 412
   query55  81  81  80  80
   query56  270 261 245 245
   query57  1147120811171117
   query58  255 249 245 245
   query59  2944323328072807
   query60  288 297 267 267
   query61  126 124 115 115
   query62  793 771 648 648
   query63  236 191 205 191
   query64  40941041737 737
   query65  4590445644724456
   query66  1030399 308 308
   query67  16407   15444   15419   15419
   query68  9317855 501 501
   query69  457 292 264 264
   query70  119810701070
   query71  444 286 267 267
   query72  5078360037913600
   query73  861 748 356 356
   query74  9044902488578857
   query75  3975314326792679
   query76  49291197748 748
   query77  910 345 277 277
   query78  985910085   93329332
   query79  4916803 574 574
   query80  587 516 507 507
   query81  452 255 220 220
   query82  390 126 93  93
   query83  268 167 150 150
   query84  279 93  72  72
   query85  745 353 309 309
   query86  323 300 294 294
   query87  4361439343324332
   query88  2891222922162216
   query89  434 313 279 279
   query90  2109275 216 216
   query91  136 134 111 111
   query92  71  58  57  57
   query93  32941013577 577
   query94  666 409 298 298
   query95  360 275 262 262
   query96  480 560 275 275
   query97  3330340532953295
   query98  228 210 205 205
   query99  1353138512961296
   Total cold run time: 286052 ms
   Total hot run time: 192813 ms
   ```
   
   


-- 
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

Re: [PR] [Test](nereids) add ut for show system command and remove unuse function [doris]

2025-03-13 Thread via GitHub


xiedeyantu commented on PR #48981:
URL: https://github.com/apache/doris/pull/48981#issuecomment-2721664583

   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 unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



Re: [PR] branch-3.0: [enhance](auth)The priority of attributes is higher than session vari… [doris]

2025-03-13 Thread via GitHub


dataroaring merged PR #48548:
URL: https://github.com/apache/doris/pull/48548


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



Re: [PR] [improve](information schema) introduce routine load job statistic system table [doris]

2025-03-13 Thread via GitHub


doris-robot commented on PR #48963:
URL: https://github.com/apache/doris/pull/48963#issuecomment-2721688802

   TeamCity cloud ut coverage result:
Function Coverage: 82.88% (1075/1297) 
Line Coverage: 65.94% (17755/26927)
Region Coverage: 65.26% (8739/13391)
Branch Coverage: 55.20% (4712/8536)
Coverage Report: 
http://coverage.selectdb-in.cc/coverage/d4cc1b624b9fc3b5cde197c715aed8e57d4962e7_d4cc1b624b9fc3b5cde197c715aed8e57d4962e7_cloud/report/index.html


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



Re: [PR] branch-3.0-pick: [Fix](cloud) Fix dup key problem when `enable_new_tablet_do_compaction=true` (#48399) [doris]

2025-03-13 Thread via GitHub


doris-robot commented on PR #49019:
URL: https://github.com/apache/doris/pull/49019#issuecomment-2720368319

   # BE UT Coverage Report
   Increment line coverage `0.00% (0/231)` :tada:
   
   [Increment coverage 
report](http://coverage.selectdb-in.cc/coverage/301e80d6aafb1584c8421ac9d6b47ded3cdea22c_301e80d6aafb1584c8421ac9d6b47ded3cdea22c/increment_report/index.html)
   [Complete coverage 
report](http://coverage.selectdb-in.cc/coverage/301e80d6aafb1584c8421ac9d6b47ded3cdea22c_301e80d6aafb1584c8421ac9d6b47ded3cdea22c/report/index.html)
   | Category  | Coverage   |
   |---||
   | Function Coverage | 38.90% (10166/26134) |
   | Line Coverage | 30.31% (86635/285833) |
   | Region Coverage   | 29.35% (44484/151580) |
   | Branch Coverage   | 25.87% (22629/87472) |


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



doris.git: Error while running github feature from auto-pick-48990-branch-3.0:.asf.yaml

2025-03-13 Thread Apache Infrastructure


An error occurred while processing the github feature in .asf.yaml: 

while parsing a mapping
unexpected key not in schema 'require_code_owner_reviews'
  in "doris.git/.asf.yaml::github", line 53, column 1:
  dismiss_stale_reviews: 'true'
^ (line: 53)

---
With regards, ASF Infra.


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



Re: [PR] [Refactor](runtime-filter) Refactor code about runtime filter [doris]

2025-03-13 Thread via GitHub


BiteThet commented on PR #48225:
URL: https://github.com/apache/doris/pull/48225#issuecomment-2720909422

   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 unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



Re: [PR] [Test](nereids) add ut for show system command and remove unuse function [doris]

2025-03-13 Thread via GitHub


xiedeyantu commented on PR #48981:
URL: https://github.com/apache/doris/pull/48981#issuecomment-2721234296

   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 unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



[PR] [feature](functions) Impl printf powered by fmt::sprintf [doris]

2025-03-13 Thread via GitHub


suxiaogang223 opened a new pull request, #49048:
URL: https://github.com/apache/doris/pull/49048

   ### What problem does this PR solve?
   
   Issue Number: close #xxx
   
   Related PR: #xxx
   
   Problem Summary:
   
   ### Release note
   
   None
   
   ### Check List (For Author)
   
   - Test 
   - [ ] Regression test
   - [ ] Unit Test
   - [ ] Manual test (add detailed scripts or steps below)
   - [ ] No need to test or manual test. Explain why:
   - [ ] This is a refactor/code format and no logic has been changed.
   - [ ] Previous test can cover this change.
   - [ ] No code files have been changed.
   - [ ] Other reason 
   
   - Behavior changed:
   - [ ] No.
   - [ ] Yes. 
   
   - Does this need documentation?
   - [ ] No.
   - [ ] Yes. 
   
   ### Check List (For Reviewer who merge this PR)
   
   - [ ] Confirm the release note
   - [ ] Confirm test cases
   - [ ] Confirm document
   - [ ] Add branch pick label 
   
   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



Re: [PR] branch-3.0: [feat](load) stream load supports loading JSON compressed format #48990 [doris]

2025-03-13 Thread via GitHub


doris-robot commented on PR #49044:
URL: https://github.com/apache/doris/pull/49044#issuecomment-2721239192

   # BE UT Coverage Report
   Increment line coverage `91.67% (22/24)` :tada:
   
   [Increment coverage 
report](http://coverage.selectdb-in.cc/coverage/5ed021b810854f53c6e170f06e743aa837771140_5ed021b810854f53c6e170f06e743aa837771140/increment_report/index.html)
   [Complete coverage 
report](http://coverage.selectdb-in.cc/coverage/5ed021b810854f53c6e170f06e743aa837771140_5ed021b810854f53c6e170f06e743aa837771140/report/index.html)
   | Category  | Coverage   |
   |---||
   | Function Coverage | 38.91% (10165/26125) |
   | Line Coverage | 30.33% (86656/285688) |
   | Region Coverage   | 29.37% (44508/151550) |
   | Branch Coverage   | 25.89% (22639/87458) |


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



[PR] compatible ip data type [doris-flink-connector]

2025-03-13 Thread via GitHub


vinlee19 opened a new pull request, #576:
URL: https://github.com/apache/doris-flink-connector/pull/576

   # Proposed changes
   
   Issue Number: close #xxx
   
   ## Problem Summary:
   
   Describe the overview of changes.
   
   ## Checklist(Required)
   
   1. Does it affect the original behavior: (Yes/No/I Don't know)
   2. Has unit tests been added: (Yes/No/No Need)
   3. Has document been added or modified: (Yes/No/No Need)
   4. Does it need to update dependencies: (Yes/No)
   5. Are there any changes that cannot be rolled back: (Yes/No)
   
   ## Further comments
   
   If this is a relatively large or complex change, kick off the discussion at 
[d...@doris.apache.org](mailto:d...@doris.apache.org) by explaining why you 
chose the solution you did and what alternatives you considered, etc...
   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



Re: [PR] [cherry-pick](branch-2.1) Pick "[Fix](compaction) Fix nullptr when executing cold compaction (#48329)" [doris]

2025-03-13 Thread via GitHub


Yukang-Lian commented on PR #48886:
URL: https://github.com/apache/doris/pull/48886#issuecomment-2721236498

   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 unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



Re: [PR] [test](beut) add pipeline UnionOperator beut [doris]

2025-03-13 Thread via GitHub


doris-robot commented on PR #48984:
URL: https://github.com/apache/doris/pull/48984#issuecomment-2721262776

   
   
   ClickBench: Total hot run time: 30.83 s
   
   ```
   machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
   scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools
   ClickBench test result on commit 5c6123f0ddf7822e48d04e51985f96b2bf6062bb, 
data reload: false
   
   query1   0.040.040.04
   query2   0.070.030.04
   query3   0.240.070.06
   query4   1.620.100.11
   query5   0.540.560.56
   query6   1.190.720.73
   query7   0.040.020.02
   query8   0.040.030.03
   query9   0.590.510.52
   query10  0.560.620.58
   query11  0.150.100.10
   query12  0.140.110.11
   query13  0.600.600.59
   query14  2.772.652.67
   query15  0.930.850.84
   query16  0.380.380.37
   query17  1.061.051.00
   query18  0.220.190.18
   query19  1.931.801.94
   query20  0.010.010.01
   query21  15.41   0.890.54
   query22  0.781.160.65
   query23  14.93   1.360.60
   query24  6.821.451.03
   query25  0.480.230.12
   query26  0.570.160.13
   query27  0.060.050.04
   query28  9.770.860.42
   query29  12.62   3.993.30
   query30  0.250.090.07
   query31  2.820.590.39
   query32  3.230.550.47
   query33  3.053.003.00
   query34  15.75   5.144.49
   query35  4.544.494.53
   query36  0.690.500.47
   query37  0.090.060.06
   query38  0.050.040.04
   query39  0.030.020.02
   query40  0.170.130.12
   query41  0.080.030.03
   query42  0.040.020.02
   query43  0.040.030.03
   Total cold run time: 105.39 s
   Total hot run time: 30.83 s
   ```
   
   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



Re: [PR] [improvement](ccr) Add and adjust result for get_lag [doris]

2025-03-13 Thread via GitHub


wyxxxcat commented on PR #48953:
URL: https://github.com/apache/doris/pull/48953#issuecomment-2720296770

   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 unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



(doris) branch auto-pick-48864-branch-2.1 updated (ea59465ec74 -> 3f1e6e02dc1)

2025-03-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch auto-pick-48864-branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git


from ea59465ec74 branch-2.1: [fix](sql cache) fix prepare statement with 
sql cache throw NullPointerException (#48902) (#48977)
 add 3f1e6e02dc1 [opt](nereids) set column stats unkown by default when 
derive Not expressoin (#48864)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/doris/nereids/stats/FilterEstimation.java | 12 
 1 file changed, 4 insertions(+), 8 deletions(-)


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



(doris) branch auto-pick-48861-branch-2.1 updated (4f60e4707da -> 95f99c1ed19)

2025-03-13 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository.

morrysnow pushed a change to branch auto-pick-48861-branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git


omit 4f60e4707da [fix](Nereids) deep copy for LogicalWindow is wrong 
(#48861)
 add 95f99c1ed19 [fix](Nereids) deep copy for LogicalWindow is wrong 
(#48861)

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (4f60e4707da)
\
 N -- N -- N   refs/heads/auto-pick-48861-branch-2.1 (95f99c1ed19)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../apache/doris/nereids/trees/copier/LogicalPlanDeepCopier.java| 5 -
 .../apache/doris/nereids/trees/plans/logical/LogicalAggregate.java  | 6 ++
 2 files changed, 10 insertions(+), 1 deletion(-)


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



Re: [PR] [improve](routine load) introduce routine load abnormal job monitor metrics [doris]

2025-03-13 Thread via GitHub


github-actions[bot] commented on PR #48171:
URL: https://github.com/apache/doris/pull/48171#issuecomment-2720179888

   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 GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



Re: [PR] [fix](nereids)avoid generate Runtime filter whose target is not a base table column [doris]

2025-03-13 Thread via GitHub


github-actions[bot] commented on PR #48804:
URL: https://github.com/apache/doris/pull/48804#issuecomment-2720352891

   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 GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



[PR] [fix] Fix sidebar of string function [doris-website]

2025-03-13 Thread via GitHub


KassieZ opened a new pull request, #2190:
URL: https://github.com/apache/doris-website/pull/2190

   ## Versions 
   
   - [ ] dev
   - [ ] 3.0
   - [ ] 2.1
   - [ ] 2.0
   
   ## Languages
   
   - [ ] Chinese
   - [ ] English
   
   ## Docs Checklist
   
   - [ ] Checked by AI
   - [ ] Test Cases Built
   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



Re: [PR] [feat](binlog) filter the async mv binlogs [doris]

2025-03-13 Thread via GitHub


github-actions[bot] commented on PR #49028:
URL: https://github.com/apache/doris/pull/49028#issuecomment-2721095269

   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 GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



Re: [PR] [Enhancement](Log) Reduce usage of DCHECK [doris]

2025-03-13 Thread via GitHub


doris-robot commented on PR #48296:
URL: https://github.com/apache/doris/pull/48296#issuecomment-2721104265

   
   
   ClickBench: Total hot run time: 30.69 s
   
   ```
   machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
   scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools
   ClickBench test result on commit 436ba4c7d6f6d9e550ba6631fb131b5d197d43bb, 
data reload: false
   
   query1   0.030.030.03
   query2   0.070.030.03
   query3   0.240.060.06
   query4   1.620.110.11
   query5   0.550.560.55
   query6   1.420.720.73
   query7   0.030.020.02
   query8   0.040.030.04
   query9   0.580.530.53
   query10  0.600.590.62
   query11  0.160.110.11
   query12  0.140.120.11
   query13  0.620.600.60
   query14  2.742.682.82
   query15  0.920.860.85
   query16  0.380.390.36
   query17  1.031.031.02
   query18  0.210.190.20
   query19  1.941.881.96
   query20  0.020.020.01
   query21  15.35   0.870.57
   query22  0.761.320.67
   query23  14.80   1.330.56
   query24  7.331.030.69
   query25  0.530.230.13
   query26  0.570.160.13
   query27  0.050.060.05
   query28  8.960.900.41
   query29  12.62   4.033.32
   query30  0.250.080.06
   query31  2.820.570.39
   query32  3.230.540.46
   query33  2.993.003.02
   query34  15.82   5.084.47
   query35  4.564.514.55
   query36  0.670.490.48
   query37  0.090.070.06
   query38  0.050.040.04
   query39  0.020.020.02
   query40  0.160.140.13
   query41  0.070.020.02
   query42  0.040.020.02
   query43  0.030.040.02
   Total cold run time: 105.11 s
   Total hot run time: 30.69 s
   ```
   
   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



Re: [PR] [fix](arrow) Fix UT DataTypeSerDeArrowTest of Array/Map/Struct/Bitmap/HLL types [doris]

2025-03-13 Thread via GitHub


xinyiZzz commented on PR #48944:
URL: https://github.com/apache/doris/pull/48944#issuecomment-272399

   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 unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



(doris) branch master updated: [fix][cloud] Prevent fe CloudReplica.getBackendIdImpl consuming too much CPU when high-frequency stream loads (#48564)

2025-03-13 Thread dataroaring
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 be9288352a9 [fix][cloud] Prevent fe CloudReplica.getBackendIdImpl 
consuming too much CPU when high-frequency stream loads (#48564)
be9288352a9 is described below

commit be9288352a968432162cdd415b8644ce7f866a72
Author: deardeng 
AuthorDate: Thu Mar 13 20:37:10 2025 +0800

[fix][cloud] Prevent fe CloudReplica.getBackendIdImpl consuming too much 
CPU when high-frequency stream loads (#48564)
---
 .../java/org/apache/doris/backup/RestoreJob.java   |  5 +--
 .../apache/doris/catalog/ColocateTableIndex.java   | 17 -
 .../org/apache/doris/catalog/MetadataViewer.java   | 21 ++-
 .../org/apache/doris/clone/DiskRebalancer.java |  8 ++---
 .../apache/doris/clone/PartitionRebalancer.java|  5 +--
 .../org/apache/doris/clone/TabletSchedCtx.java | 42 --
 .../org/apache/doris/clone/TabletScheduler.java| 18 +-
 .../apache/doris/cloud/catalog/CloudReplica.java   |  4 +--
 .../apache/doris/common/proc/ReplicasProcNode.java |  5 +--
 .../apache/doris/common/proc/TabletsProcDir.java   |  7 ++--
 .../main/java/org/apache/doris/load/DeleteJob.java |  2 +-
 .../org/apache/doris/planner/OlapScanNode.java |  7 ++--
 .../doris/transaction/DatabaseTransactionMgr.java  |  5 +--
 13 files changed, 89 insertions(+), 57 deletions(-)

diff --git a/fe/fe-core/src/main/java/org/apache/doris/backup/RestoreJob.java 
b/fe/fe-core/src/main/java/org/apache/doris/backup/RestoreJob.java
index 2e5ea7977be..19f01378ed8 100644
--- a/fe/fe-core/src/main/java/org/apache/doris/backup/RestoreJob.java
+++ b/fe/fe-core/src/main/java/org/apache/doris/backup/RestoreJob.java
@@ -1254,7 +1254,8 @@ public class RestoreJob extends AbstractJob implements 
GsonPostProcessable {
 boolean isRestoreTask = true;
 // We don't care the visible version in restore job, the 
end version is used.
 long visibleVersion = -1L;
-SnapshotTask task = new SnapshotTask(null, 
replica.getBackendIdWithoutException(),
+long beId = replica.getBackendIdWithoutException();
+SnapshotTask task = new SnapshotTask(null, beId,
 signature, jobId, db.getId(),
 tbl.getId(), part.getId(), index.getId(), 
tablet.getId(), visibleVersion,
 tbl.getSchemaHashByIndexId(index.getId()), 
timeoutMs, isRestoreTask);
@@ -1263,7 +1264,7 @@ public class RestoreJob extends AbstractJob implements 
GsonPostProcessable {
 }
 batchTask.addTask(task);
 unfinishedSignatureToId.put(signature, tablet.getId());
-bePathsMap.put(replica.getBackendIdWithoutException(), 
replica.getPathHash());
+bePathsMap.put(beId, replica.getPathHash());
 } finally {
 tbl.readUnlock();
 }
diff --git 
a/fe/fe-core/src/main/java/org/apache/doris/catalog/ColocateTableIndex.java 
b/fe/fe-core/src/main/java/org/apache/doris/catalog/ColocateTableIndex.java
index dae95698807..fcdd7042160 100644
--- a/fe/fe-core/src/main/java/org/apache/doris/catalog/ColocateTableIndex.java
+++ b/fe/fe-core/src/main/java/org/apache/doris/catalog/ColocateTableIndex.java
@@ -176,7 +176,7 @@ public class ColocateTableIndex implements Writable {
 private Multimap group2Tables = ArrayListMultimap.create();
 // table_id -> group_id
 @SerializedName(value = "table2Group")
-private Map table2Group = Maps.newHashMap();
+private Map table2Group = Maps.newConcurrentMap();
 // group id -> group schema
 @SerializedName(value = "group2Schema")
 private Map group2Schema = Maps.newHashMap();
@@ -385,6 +385,13 @@ public class ColocateTableIndex implements Writable {
 }
 }
 
+// ATTN: in cloud, CloudReplica.getBackendIdImpl has some logic,
+// If the FE concurrency is high, the CPU may be fully loaded, so try not 
to lock it here
+// table2Group is ConcurrentHashMap
+public boolean isColocateTableNoLock(long tableId) {
+return table2Group.containsKey(tableId);
+}
+
 public boolean isColocateTable(long tableId) {
 readLock();
 try {
@@ -424,6 +431,14 @@ public class ColocateTableIndex implements Writable {
 }
 }
 
+// ATTN: in cloud, CloudReplica.getBackendIdImpl has some logic,
+// If the FE concurrency is high, the CPU may be fully loaded, so try not 
to lock it here
+// table2Group is ConcurrentHashMap
+public GroupId getGroupNoLock(long tableId) {
+Preconditions.checkState(table2Group.containsKey(tableId));
+return table2Group.get(tableId);
+}
+
 public GroupId getGro

Re: [PR] [fix][cloud] Prevent fe CloudReplica.getBackendIdImpl consuming too much CPU when high-frequency stream loads [doris]

2025-03-13 Thread via GitHub


dataroaring merged PR #48564:
URL: https://github.com/apache/doris/pull/48564


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



doris.git: Error while running github feature from master:.asf.yaml

2025-03-13 Thread Apache Infrastructure


An error occurred while processing the github feature in .asf.yaml: 

while parsing a mapping
unexpected key not in schema 'require_code_owner_reviews'
  in "doris.git/.asf.yaml::github", line 52, column 1:
  dismiss_stale_reviews: 'true'
^ (line: 52)

---
With regards, ASF Infra.


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



doris.git: Error while running github feature from auto-pick-48564-branch-3.0:.asf.yaml

2025-03-13 Thread Apache Infrastructure


An error occurred while processing the github feature in .asf.yaml: 

while parsing a mapping
unexpected key not in schema 'require_code_owner_reviews'
  in "doris.git/.asf.yaml::github", line 53, column 1:
  dismiss_stale_reviews: 'true'
^ (line: 53)

---
With regards, ASF Infra.


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



(doris) branch auto-pick-48564-branch-3.0 created (now e533c75bea3)

2025-03-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch auto-pick-48564-branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git


  at e533c75bea3 branch-3.0: [fix](case) fix 
insert_group_commit_into_unique_sync_mode #48384 (#48558)

No new revisions were added by this update.


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



doris.git: Error while running github feature from main:.asf.yaml

2025-03-13 Thread Apache Infrastructure


An error occurred while processing the github feature in .asf.yaml: 

while parsing a mapping
unexpected key not in schema 'require_code_owner_reviews'
  in "doris.git/.asf.yaml::github", line 53, column 1:
  dismiss_stale_reviews: 'true'
^ (line: 53)

---
With regards, ASF Infra.


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



Re: [PR] branch-3.0: [improve](routine load) introduce routine load abnormal job monitor metrics #48171 [doris]

2025-03-13 Thread via GitHub


doris-robot commented on PR #49045:
URL: https://github.com/apache/doris/pull/49045#issuecomment-2721134205

   
   
   TPC-H: Total hot run time: 40410 ms
   
   ```
   machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
   scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
   Tpch sf100 test result on commit c76cf514404af527d4c3c7b4e882a17d89ce4c42, 
data reload: false
   
   -- Round 1 --
   q1   17562   677266586658
   q2   2044172 188 172
   q3   10645   108811681088
   q4   10557   718 736 718
   q5   7749282528282825
   q6   223 137 136 136
   q7   986 624 622 622
   q8   9346190420411904
   q9   6605641864106410
   q10  7056227723262277
   q11  464 258 268 258
   q12  404 222 219 219
   q13  18177   313931373137
   q14  255 227 223 223
   q15  503 471 461 461
   q16  680 583 588 583
   q17  987 610 586 586
   q18  7352670767236707
   q19  1394103810551038
   q20  480 208 201 201
   q21  4078330732083208
   q22  10621010979 979
   Total cold run time: 108609 ms
   Total hot run time: 40410 ms
   
   - Round 2, with runtime_filter_mode=off -
   q1   6667663467666634
   q2   358 236 233 233
   q3   2880278529162785
   q4   2005176318001763
   q5   5796574957135713
   q6   207 135 136 135
   q7   2235183018551830
   q8   3382351334883488
   q9   8868882489288824
   q10  3531348135103481
   q11  592 495 502 495
   q12  835 568 576 568
   q13  8874316332023163
   q14  309 271 287 271
   q15  503 476 460 460
   q16  708 673 647 647
   q17  1837161216251612
   q18  8317779777627762
   q19  1703158415551555
   q20  2072180718011801
   q21  5482534452375237
   q22  1123101610581016
   Total cold run time: 68284 ms
   Total hot run time: 59473 ms
   ```
   
   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



Re: [PR] branch-3.0: [improve](routine load) introduce routine load abnormal job monitor metrics #48171 [doris]

2025-03-13 Thread via GitHub


doris-robot commented on PR #49045:
URL: https://github.com/apache/doris/pull/49045#issuecomment-2721183037

   
   
   ClickBench: Total hot run time: 32.35 s
   
   ```
   machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
   scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools
   ClickBench test result on commit c76cf514404af527d4c3c7b4e882a17d89ce4c42, 
data reload: false
   
   query1   0.030.030.03
   query2   0.070.030.03
   query3   0.230.070.07
   query4   1.620.110.11
   query5   0.520.520.51
   query6   1.140.730.73
   query7   0.020.010.01
   query8   0.040.040.03
   query9   0.570.490.50
   query10  0.550.540.56
   query11  0.150.100.11
   query12  0.150.110.11
   query13  0.610.600.58
   query14  2.742.742.79
   query15  0.880.830.82
   query16  0.380.390.39
   query17  1.061.041.02
   query18  0.230.220.20
   query19  1.971.861.99
   query20  0.010.010.01
   query21  15.36   0.600.57
   query22  2.351.821.82
   query23  17.34   0.910.87
   query24  3.231.251.04
   query25  0.200.280.10
   query26  0.380.140.13
   query27  0.040.040.04
   query28  10.11   0.530.54
   query29  12.56   3.173.20
   query30  0.240.060.06
   query31  2.870.400.37
   query32  3.260.460.46
   query33  2.943.093.04
   query34  17.07   4.524.48
   query35  4.484.514.56
   query36  0.670.500.48
   query37  0.100.060.06
   query38  0.050.030.04
   query39  0.040.020.02
   query40  0.170.130.12
   query41  0.080.030.02
   query42  0.040.020.02
   query43  0.040.030.03
   Total cold run time: 106.59 s
   Total hot run time: 32.35 s
   ```
   
   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



Re: [PR] [Enhancement] (nereids) implement alterUserCommand in nereids [doris]

2025-03-13 Thread via GitHub


doris-robot commented on PR #48428:
URL: https://github.com/apache/doris/pull/48428#issuecomment-2721163052

   
   
   TPC-DS: Total hot run time: 191836 ms
   
   ```
   machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
   scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools
   TPC-DS sf100 test result on commit cbf0639d3c14334e47ffc1a22c3c141f0f20e1a3, 
data reload: false
   
   query1   14481022998 998
   query2   6178197719921977
   query3   11032   441644524416
   query4   26034   23657   23608   23608
   query5   4840663 468 468
   query6   315 198 187 187
   query7   3986502 297 297
   query8   303 253 244 244
   query9   8540262126132613
   query10  498 327 253 253
   query11  15437   15191   14781   14781
   query12  158 112 106 106
   query13  1570510 393 393
   query14  9064656861066106
   query15  203 192 174 174
   query16  7672656 466 466
   query17  1108753 595 595
   query18  2037415 332 332
   query19  209 198 167 167
   query20  136 139 127 127
   query21  209 122 112 112
   query22  4646471245124512
   query23  34089   33588   33417   33417
   query24  8033239324242393
   query25  484 475 407 407
   query26  1175272 159 159
   query27  2654481 333 333
   query28  4701246024262426
   query29  735 566 434 434
   query30  272 231 191 191
   query31  898 909 807 807
   query32  77  62  63  62
   query33  544 356 320 320
   query34  808 876 541 541
   query35  836 855 775 775
   query36  969 991 912 912
   query37  115 97  75  75
   query38  4127418841364136
   query39  1488144014351435
   query40  211 121 126 121
   query41  54  52  55  52
   query42  122 107 110 107
   query43  517 535 505 505
   query44  1306799 817 799
   query45  182 174 168 168
   query46  839 1013651 651
   query47  1857189017811781
   query48  392 421 323 323
   query49  770 543 450 450
   query50  698 741 417 417
   query51  4300434742404240
   query52  107 112 100 100
   query53  247 267 198 198
   query54  479 522 429 429
   query55  83  78  80  78
   query56  259 264 277 264
   query57  1182118611261126
   query58  263 230 235 230
   query59  2937314228862886
   query60  291 286 274 274
   query61  125 125 121 121
   query62  771 722 667 667
   query63  224 199 186 186
   query64  40461023701 701
   query65  4494445044754450
   query66  965 402 308 308
   query67  16094   15363   15159   15159
   query68  8597876 503 503
   query69  456 319 276 276
   query70  1232110410171017
   query71  461 291 272 272
   query72  5721350337043503
   query73  779 723 348 348
   query74  9215900386908690
   query75  3744313727002700
   query76  37271183742 742
   query77  783 358 275 275
   query78  10037   10257   93109310
   query79  2375871 581 581
   query80  587 515 442 442
   query81  468 260 231 231
   query82  589 129 91  91
   query83  168 168 152 152
   query84  246 90  70  70
   query85  806 424 303 303
   query86  382 278 273 273
   query87  4506458444334433
   query88  3517225822442244
   query89  418 315 276 276
   query90  1821204 209 204
   query91  153 141 120 120
   query92  77  62  54  54
   query93  17331049579 579
   query94  650 421 302 302
   query95  356 262 261 261
   query96  485 559 275 275
   query97  3341342932923292
   query98  228 209 205 205
   query99  1334138212661266
   Total cold run time: 280435 ms
   Total hot run time: 191836 ms
   ```
   
   


-- 
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

Re: [PR] [Opt](exec) opt variant column in join op [doris]

2025-03-13 Thread via GitHub


doris-robot commented on PR #49020:
URL: https://github.com/apache/doris/pull/49020#issuecomment-2721187201

   
   
   TPC-H: Total hot run time: 32582 ms
   
   ```
   machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
   scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
   Tpch sf100 test result on commit 0d36e585908111cf15860da25473d3175f75c7f9, 
data reload: false
   
   -- Round 1 --
   q1   17578   517751255125
   q2   2035276 166 166
   q3   10444   1275756 756
   q4   10316   1034521 521
   q5   7839230623542306
   q6   187 160 131 131
   q7   922 756 611 611
   q8   9296129910991099
   q9   4880476048954760
   q10  6853226119121912
   q11  474 283 257 257
   q12  359 360 221 221
   q13  17754   366830663066
   q14  223 233 207 207
   q15  539 481 467 467
   q16  620 608 584 584
   q17  577 856 349 349
   q18  6751653263676367
   q19  1389946 583 583
   q20  326 341 202 202
   q21  2987215819141914
   q22  10241014978 978
   Total cold run time: 103373 ms
   Total hot run time: 32582 ms
   
   - Round 2, with runtime_filter_mode=off -
   q1   5185516351425142
   q2   232 319 227 227
   q3   2178262622342234
   q4   1429178913381338
   q5   4224414941414141
   q6   204 168 123 123
   q7   1879187317731773
   q8   2615261925032503
   q9   7208721471627162
   q10  3023324327742774
   q11  592 520 495 495
   q12  699 768 615 615
   q13  3530396932553255
   q14  277 288 281 281
   q15  544 510 489 489
   q16  654 689 664 664
   q17  1157163413311331
   q18  7811758373747374
   q19  878 907 1022907
   q20  1993200718971897
   q21  5457506746244624
   q22  1151109310131013
   Total cold run time: 52920 ms
   Total hot run time: 50362 ms
   ```
   
   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



Re: [PR] [feature](functions) Impl printf powered by fmt::sprintf [doris]

2025-03-13 Thread via GitHub


Thearas commented on PR #49048:
URL: https://github.com/apache/doris/pull/49048#issuecomment-2721237947

   
   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+your+PR).
   
   Please clearly describe your PR:
   1. What problem was fixed (it's best to include specific error reporting 
information). How it was fixed.
   2. Which behaviors were modified. What was the previous behavior, what is it 
now, why was it modified, and what possible impacts might there be.
   3. What features were added. Why was this function added?
   4. Which code was refactored and why was this part of the code refactored?
   5. Which functions were optimized and what is the difference before and 
after the optimization?
   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



Re: [PR] [Enhancement] (nereids)implement showIndexStatsCommand in nereids [doris]

2025-03-13 Thread via GitHub


doris-robot commented on PR #48835:
URL: https://github.com/apache/doris/pull/48835#issuecomment-2721330599

   
   
   TPC-H: Total hot run time: 32497 ms
   
   ```
   machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
   scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
   Tpch sf100 test result on commit 8c68114e1dcbfda7def491df33d5cff6bf07f16c, 
data reload: false
   
   -- Round 1 --
   q1   17649   523050735073
   q2   2040292 180 180
   q3   10415   1393740 740
   q4   10212   1023535 535
   q5   7527234023922340
   q6   195 166 135 135
   q7   912 758 607 607
   q8   9331130211631163
   q9   4927470648094706
   q10  6830231918761876
   q11  477 277 252 252
   q12  351 354 219 219
   q13  17746   368631473147
   q14  238 226 213 213
   q15  524 474 475 474
   q16  645 638 570 570
   q17  580 862 340 340
   q18  7073647562576257
   q19  1206960 548 548
   q20  344 336 198 198
   q21  2975215819551955
   q22  10481028969 969
   Total cold run time: 103245 ms
   Total hot run time: 32497 ms
   
   - Round 2, with runtime_filter_mode=off -
   q1   5223515551135113
   q2   233 330 241 241
   q3   2158268022692269
   q4   1442179013851385
   q5   4245411541214115
   q6   204 161 125 125
   q7   1910194217721772
   q8   2642258225142514
   q9   7263720070317031
   q10  2991345827522752
   q11  573 493 484 484
   q12  731 751 612 612
   q13  3548398232623262
   q14  286 280 274 274
   q15  520 468 484 468
   q16  621 675 619 619
   q17  1142158313541354
   q18  7881756374067406
   q19  840 884 933 884
   q20  1979197818701870
   q21  5482485448644854
   q22  10631025992 992
   Total cold run time: 52977 ms
   Total hot run time: 50396 ms
   ```
   
   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



(doris-website) branch asf-site updated (18761d532ce -> 8307c7afff3)

2025-03-13 Thread github-bot
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 18761d532ce Automated deployment with doris branch @ 
c458d3f4bfe19fc7f4cbed4d354f988d420ee43d
 new 8307c7afff3 Automated deployment with doris branch @ 
c458d3f4bfe19fc7f4cbed4d354f988d420ee43d

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (18761d532ce)
\
 N -- N -- N   refs/heads/asf-site (8307c7afff3)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docs/2.0/search-index.json   | 2 +-
 docs/3.0/search-index.json   | 2 +-
 docs/dev/search-index.json   | 2 +-
 search-index.json| 2 +-
 zh-CN/docs/2.0/search-index.json | 2 +-
 zh-CN/docs/3.0/search-index.json | 2 +-
 zh-CN/docs/dev/search-index.json | 2 +-
 zh-CN/search-index.json  | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



Re: [PR] Opt code [doris]

2025-03-13 Thread via GitHub


doris-robot commented on PR #49049:
URL: https://github.com/apache/doris/pull/49049#issuecomment-2721712407

   
   
   TPC-DS: Total hot run time: 193020 ms
   
   ```
   machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
   scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools
   TPC-DS sf100 test result on commit e2ce634c379d435e12f6c552cb3fe025216c6dcb, 
data reload: false
   
   query1   14151030978 978
   query2   6202195519281928
   query3   11130   468247314682
   query4   55924   25899   23296   23296
   query5   5011538 455 455
   query6   389 188 176 176
   query7   5022504 286 286
   query8   305 230 222 222
   query9   6251259126242591
   query10  410 296 247 247
   query11  15180   15133   14860   14860
   query12  149 111 103 103
   query13  1103504 397 397
   query14  10072   675769766757
   query15  190 196 174 174
   query16  7159706 483 483
   query17  1095753 593 593
   query18  1593418 326 326
   query19  200 196 168 168
   query20  128 121 124 121
   query21  225 131 119 119
   query22  4500464043424342
   query23  33784   33549   33576   33549
   query24  5694241023912391
   query25  458 467 392 392
   query26  713 282 162 162
   query27  1738499 335 335
   query28  2850245024372437
   query29  587 599 445 445
   query30  286 220 190 190
   query31  893 868 798 798
   query32  72  64  61  61
   query33  443 384 303 303
   query34  754 839 512 512
   query35  800 822 755 755
   query36  931 995 896 896
   query37  124 100 78  78
   query38  4322424642454245
   query39  1493146314601460
   query40  219 121 107 107
   query41  53  51  50  50
   query42  118 103 103 103
   query43  497 504 477 477
   query44  1306816 804 804
   query45  183 173 169 169
   query46  847 1061652 652
   query47  1862187118061806
   query48  394 441 299 299
   query49  724 517 424 424
   query50  709 765 415 415
   query51  4364428242744274
   query52  112 105 101 101
   query53  236 262 189 189
   query54  504 521 434 434
   query55  84  82  83  82
   query56  276 258 259 258
   query57  1155118711121112
   query58  242 245 235 235
   query59  2711287528982875
   query60  277 284 261 261
   query61  136 114 130 114
   query62  773 781 671 671
   query63  227 181 187 181
   query64  18211060732 732
   query65  4577446543264326
   query66  679 403 296 296
   query67  15837   15632   15336   15336
   query68  5774873 499 499
   query69  536 294 257 257
   query70  1186112111261121
   query71  445 284 265 265
   query72  5763376437923764
   query73  1258750 360 360
   query74  9032898891788988
   query75  3159313427442744
   query76  38851181749 749
   query77  538 358 278 278
   query78  10083   10118   93159315
   query79  1861821 581 581
   query80  742 605 440 440
   query81  483 249 218 218
   query82  428 128 93  93
   query83  179 164 149 149
   query84  295 94  76  76
   query85  744 355 307 307
   query86  360 295 275 275
   query87  4629443943994399
   query88  2894223422292229
   query89  388 325 280 280
   query90  1731207 208 207
   query91  205 144 110 110
   query92  72  59  52  52
   query93  25961052571 571
   query94  700 400 299 299
   query95  353 269 256 256
   query96  485 558 278 278
   query97  3263335432883288
   query98  214 202 205 202
   query99  1321139512741274
   Total cold run time: 296120 ms
   Total hot run time: 193020 ms
   ```
   
   


-- 
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

Re: [PR] [improve](analytic) refactor the insert into result mode for window function [doris]

2025-03-13 Thread via GitHub


doris-robot commented on PR #48883:
URL: https://github.com/apache/doris/pull/48883#issuecomment-2720827859

   # BE UT Coverage Report
   Increment line coverage `0.00% (0/113)` :tada:
   
   [Increment coverage 
report](http://coverage.selectdb-in.cc/coverage/59b165d400349c802bc31c2f5425cc1450e6db59_59b165d400349c802bc31c2f5425cc1450e6db59/increment_report/index.html)
   [Complete coverage 
report](http://coverage.selectdb-in.cc/coverage/59b165d400349c802bc31c2f5425cc1450e6db59_59b165d400349c802bc31c2f5425cc1450e6db59/report/index.html)
   | Category  | Coverage   |
   |---||
   | Function Coverage | 47.87% (12806/26752) |
   | Line Coverage | 37.30% (109302/293048) |
   | Region Coverage   | 36.39% (55957/153750) |
   | Branch Coverage   | 31.71% (28213/88970) |


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



Re: [PR] [fix](cloud) fix corner case when warm up data larger than cache capacity [doris]

2025-03-13 Thread via GitHub


doris-robot commented on PR #49050:
URL: https://github.com/apache/doris/pull/49050#issuecomment-2721668268

   
   
   ClickBench: Total hot run time: 31.19 s
   
   ```
   machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
   scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools
   ClickBench test result on commit d2599e2ca90e74b09daa50c8cd7cfe9d83a0800d, 
data reload: false
   
   query1   0.040.030.03
   query2   0.080.030.03
   query3   0.230.060.06
   query4   1.630.100.12
   query5   0.560.560.55
   query6   1.200.730.73
   query7   0.030.020.02
   query8   0.040.030.04
   query9   0.600.530.51
   query10  0.580.600.58
   query11  0.160.120.11
   query12  0.150.120.12
   query13  0.630.610.59
   query14  2.702.682.84
   query15  0.930.840.86
   query16  0.390.390.38
   query17  1.001.021.04
   query18  0.210.200.20
   query19  1.942.001.83
   query20  0.010.010.01
   query21  15.36   0.910.53
   query22  0.761.220.90
   query23  14.70   1.380.66
   query24  7.202.001.01
   query25  0.520.190.07
   query26  0.660.170.13
   query27  0.050.050.05
   query28  9.850.830.43
   query29  12.64   3.973.24
   query30  0.260.090.08
   query31  2.810.570.38
   query32  3.240.550.47
   query33  3.083.033.03
   query34  15.78   5.124.51
   query35  4.534.514.48
   query36  0.670.500.48
   query37  0.090.060.06
   query38  0.050.040.04
   query39  0.030.020.03
   query40  0.180.130.13
   query41  0.080.020.02
   query42  0.040.020.02
   query43  0.040.030.03
   Total cold run time: 105.73 s
   Total hot run time: 31.19 s
   ```
   
   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



Re: [PR] [Test](nereids) add ut for show system command and remove unuse function [doris]

2025-03-13 Thread via GitHub


doris-robot commented on PR #48981:
URL: https://github.com/apache/doris/pull/48981#issuecomment-2721729742

   
   
   TPC-H: Total hot run time: 32830 ms
   
   ```
   machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
   scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
   Tpch sf100 test result on commit ede36642d75af1b000fcc1dfc8bf064acdf61f3f, 
data reload: false
   
   -- Round 1 --
   q1   17586   528450895089
   q2   2048287 167 167
   q3   10509   1285777 777
   q4   10459   1062560 560
   q5   8813242523592359
   q6   200 169 147 147
   q7   918 777 625 625
   q8   9309130910901090
   q9   4945493049334930
   q10  6862232419001900
   q11  479 274 266 266
   q12  349 355 221 221
   q13  17774   364231413141
   q14  224 237 208 208
   q15  526 484 478 478
   q16  630 625 583 583
   q17  586 857 334 334
   q18  6894653062936293
   q19  1541956 562 562
   q20  323 335 197 197
   q21  2746214919531953
   q22  10301037950 950
   Total cold run time: 104751 ms
   Total hot run time: 32830 ms
   
   - Round 2, with runtime_filter_mode=off -
   q1   5208513651415136
   q2   241 328 226 226
   q3   2142267223132313
   q4   1442183213971397
   q5   4200413441324132
   q6   209 170 126 126
   q7   1997193417591759
   q8   2620262625862586
   q9   7254718371047104
   q10  3021320027742774
   q11  582 511 508 508
   q12  650 743 569 569
   q13  3608397233223322
   q14  280 283 284 283
   q15  521 488 477 477
   q16  663 680 639 639
   q17  1163153414081408
   q18  7724750674497449
   q19  825 857 1032857
   q20  1984201418691869
   q21  5401498948274827
   q22  1086106710691067
   Total cold run time: 52821 ms
   Total hot run time: 50828 ms
   ```
   
   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



Re: [PR] Opt code [doris]

2025-03-13 Thread via GitHub


doris-robot commented on PR #49049:
URL: https://github.com/apache/doris/pull/49049#issuecomment-2721733705

   
   
   ClickBench: Total hot run time: 31.69 s
   
   ```
   machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
   scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools
   ClickBench test result on commit e2ce634c379d435e12f6c552cb3fe025216c6dcb, 
data reload: false
   
   query1   0.030.040.04
   query2   0.070.040.03
   query3   0.240.060.06
   query4   1.620.110.11
   query5   0.560.540.54
   query6   1.190.720.72
   query7   0.030.010.02
   query8   0.040.030.03
   query9   0.590.530.55
   query10  0.600.620.59
   query11  0.160.100.11
   query12  0.150.110.11
   query13  0.620.600.59
   query14  2.692.752.67
   query15  0.910.870.86
   query16  0.380.390.39
   query17  1.041.061.08
   query18  0.210.190.20
   query19  1.901.841.96
   query20  0.010.020.01
   query21  15.35   0.900.55
   query22  0.771.220.90
   query23  14.71   1.340.64
   query24  6.931.481.25
   query25  0.520.210.16
   query26  0.580.150.13
   query27  0.050.050.06
   query28  9.810.830.42
   query29  12.57   3.993.31
   query30  0.240.090.07
   query31  2.820.570.38
   query32  3.220.540.47
   query33  2.932.993.02
   query34  15.89   5.164.50
   query35  4.534.594.57
   query36  0.670.500.49
   query37  0.090.070.07
   query38  0.040.040.04
   query39  0.030.030.02
   query40  0.180.130.13
   query41  0.080.020.02
   query42  0.040.020.02
   query43  0.040.030.03
   Total cold run time: 105.13 s
   Total hot run time: 31.69 s
   ```
   
   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



Re: [PR] [Enhancement] (nereids)implement showIndexStatsCommand in nereids [doris]

2025-03-13 Thread via GitHub


doris-robot commented on PR #48835:
URL: https://github.com/apache/doris/pull/48835#issuecomment-2721371325

   
   
   TPC-DS: Total hot run time: 185506 ms
   
   ```
   machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
   scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools
   TPC-DS sf100 test result on commit 8c68114e1dcbfda7def491df33d5cff6bf07f16c, 
data reload: false
   
   query1   999 400 376 376
   query2   6560197320151973
   query3   6798216 227 216
   query4   26230   23341   23159   23159
   query5   4382658 502 502
   query6   306 202 189 189
   query7   4602490 295 295
   query8   298 261 236 236
   query9   8601263526202620
   query10  488 321 246 246
   query11  15693   15074   14928   14928
   query12  174 110 113 110
   query13  1656513 393 393
   query14  10190   663771006637
   query15  233 199 173 173
   query16  7741631 454 454
   query17  1596724 574 574
   query18  1990404 312 312
   query19  268 188 158 158
   query20  124 122 118 118
   query21  215 121 105 105
   query22  4093422641154115
   query23  33739   32952   32920   32920
   query24  7462240824022402
   query25  506 435 374 374
   query26  1211273 150 150
   query27  2073481 331 331
   query28  3914242624102410
   query29  709 542 425 425
   query30  285 213 193 193
   query31  966 846 758 758
   query32  70  71  63  63
   query33  559 344 296 296
   query34  793 843 493 493
   query35  808 810 720 720
   query36  940 981 910 910
   query37  123 95  76  76
   query38  4193417040974097
   query39  1460141313711371
   query40  204 122 102 102
   query41  59  53  49  49
   query42  115 107 134 107
   query43  517 506 490 490
   query44  1328775 781 775
   query45  175 165 161 161
   query46  819 1004617 617
   query47  1727180616961696
   query48  386 411 301 301
   query49  781 518 421 421
   query50  684 722 406 406
   query51  4150424441374137
   query52  106 104 95  95
   query53  228 253 188 188
   query54  481 491 422 422
   query55  79  81  86  81
   query56  277 260 255 255
   query57  1124114610621062
   query58  239 239 228 228
   query59  2495272128912721
   query60  275 277 261 261
   query61  121 127 114 114
   query62  837 769 651 651
   query63  232 186 184 184
   query64  42301005732 732
   query65  4446436144434361
   query66  1054406 309 309
   query67  15769   15338   15219   15219
   query68  8646878 498 498
   query69  445 300 252 252
   query70  1218112411051105
   query71  454 296 265 265
   query72  5440356537433565
   query73  803 763 345 345
   query74  9052887989478879
   query75  3983316726742674
   query76  36961188778 778
   query77  854 363 285 285
   query78  10088   10118   92369236
   query79  2849821 583 583
   query80  627 521 435 435
   query81  475 256 230 230
   query82  726 125 93  93
   query83  171 167 148 148
   query84  240 88  70  70
   query85  780 346 300 300
   query86  389 299 294 294
   query87  4516451743324332
   query88  3539227722722272
   query89  407 318 280 280
   query90  1861208 216 208
   query91  140 132 159 132
   query92  80  61  56  56
   query93  17121053568 568
   query94  654 416 292 292
   query95  353 268 260 260
   query96  481 570 285 285
   query97  3379340232843284
   query98  235 200 212 200
   query99  1664142512791279
   Total cold run time: 275943 ms
   Total hot run time: 185506 ms
   ```
   
   


-- 
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 

Re: [PR] [Test](nereids) add ut for show system command and remove unuse function [doris]

2025-03-13 Thread via GitHub


doris-robot commented on PR #48981:
URL: https://github.com/apache/doris/pull/48981#issuecomment-2721775205

   
   
   TPC-DS: Total hot run time: 193124 ms
   
   ```
   machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
   scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools
   TPC-DS sf100 test result on commit ede36642d75af1b000fcc1dfc8bf064acdf61f3f, 
data reload: false
   
   query1   13851035992 992
   query2   6373203519871987
   query3   11012   449944884488
   query4   26192   23628   23519   23519
   query5   4764670 501 501
   query6   324 207 210 207
   query7   3990518 293 293
   query8   297 246 244 244
   query9   8492262326212621
   query10  474 319 250 250
   query11  15677   15438   14919   14919
   query12  166 110 107 107
   query13  1568565 397 397
   query14  10206   656569696565
   query15  210 206 183 183
   query16  7694680 515 515
   query17  1548769 580 580
   query18  2062427 328 328
   query19  214 218 191 191
   query20  130 131 124 124
   query21  208 127 109 109
   query22  4590464442974297
   query23  34146   33589   33198   33198
   query24  7412241924592419
   query25  533 502 396 396
   query26  916 282 158 158
   query27  2155542 338 338
   query28  3983245124432443
   query29  675 572 450 450
   query30  288 233 195 195
   query31  901 870 816 816
   query32  74  65  69  65
   query33  532 394 315 315
   query34  812 889 527 527
   query35  803 862 787 787
   query36  970 1035915 915
   query37  125 107 78  78
   query38  4192423942564239
   query39  1489143314531433
   query40  212 117 105 105
   query41  52  51  47  47
   query42  117 107 105 105
   query43  525 547 512 512
   query44  1366816 821 816
   query45  185 175 168 168
   query46  880 1061664 664
   query47  1842185217991799
   query48  388 433 317 317
   query49  721 516 481 481
   query50  718 781 498 498
   query51  4320433442504250
   query52  116 108 97  97
   query53  246 274 195 195
   query54  517 512 429 429
   query55  90  83  81  81
   query56  261 255 268 255
   query57  1160120010961096
   query58  249 265 244 244
   query59  2986294730292947
   query60  291 290 269 269
   query61  142 119 123 119
   query62  789 751 690 690
   query63  240 192 194 192
   query64  32821021696 696
   query65  4548446345194463
   query66  821 401 314 314
   query67  16125   15549   15323   15323
   query68  8393908 504 504
   query69  490 307 270 270
   query70  1226114711231123
   query71  460 296 275 275
   query72  5515363238493632
   query73  766 752 361 361
   query74  8922919888188818
   query75  3849318927242724
   query76  36821222785 785
   query77  779 376 291 291
   query78  988310140   93109310
   query79  3149856 592 592
   query80  665 535 446 446
   query81  481 256 221 221
   query82  668 129 96  96
   query83  204 175 166 166
   query84  289 102 76  76
   query85  767 345 308 308
   query86  325 308 285 285
   query87  4551452943174317
   query88  3352229322812281
   query89  424 324 290 290
   query90  1920218 223 218
   query91  151 145 106 106
   query92  71  61  55  55
   query93  12661077598 598
   query94  668 420 309 309
   query95  362 272 267 267
   query96  489 581 283 283
   query97  3325340932733273
   query98  224 205 197 197
   query99  1419139112861286
   Total cold run time: 279506 ms
   Total hot run time: 193124 ms
   ```
   
   


-- 
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

Re: [PR] partial column reader [doris]

2025-03-13 Thread via GitHub


eldenmoon commented on PR #49040:
URL: https://github.com/apache/doris/pull/49040#issuecomment-2721773610

   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 unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



Re: [PR] [Feat](Nereids) support show databases command [doris]

2025-03-13 Thread via GitHub


xiedeyantu commented on PR #48941:
URL: https://github.com/apache/doris/pull/48941#issuecomment-2721788573

   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 unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



Re: [PR] [Enhancement] (nereids)implement showIndexStatsCommand in nereids [doris]

2025-03-13 Thread via GitHub


doris-robot commented on PR #48835:
URL: https://github.com/apache/doris/pull/48835#issuecomment-2721389421

   
   
   ClickBench: Total hot run time: 30.71 s
   
   ```
   machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
   scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools
   ClickBench test result on commit 8c68114e1dcbfda7def491df33d5cff6bf07f16c, 
data reload: false
   
   query1   0.040.040.03
   query2   0.070.030.03
   query3   0.230.070.07
   query4   1.620.100.11
   query5   0.540.560.54
   query6   1.190.720.72
   query7   0.030.010.01
   query8   0.040.020.04
   query9   0.590.520.52
   query10  0.580.610.58
   query11  0.160.120.11
   query12  0.140.110.11
   query13  0.610.600.60
   query14  2.682.672.69
   query15  0.910.840.84
   query16  0.390.380.37
   query17  1.011.011.03
   query18  0.210.190.20
   query19  1.931.771.99
   query20  0.010.020.01
   query21  15.38   0.890.52
   query22  0.741.150.69
   query23  14.93   1.340.58
   query24  7.851.050.81
   query25  0.490.190.22
   query26  0.570.160.13
   query27  0.050.050.05
   query28  8.960.840.44
   query29  12.57   3.933.27
   query30  0.250.090.06
   query31  2.820.580.37
   query32  3.220.550.47
   query33  3.063.003.05
   query34  15.89   5.144.51
   query35  4.544.524.52
   query36  0.680.480.48
   query37  0.090.060.06
   query38  0.050.040.04
   query39  0.030.020.03
   query40  0.170.130.12
   query41  0.080.030.03
   query42  0.040.020.02
   query43  0.030.030.03
   Total cold run time: 105.47 s
   Total hot run time: 30.71 s
   ```
   
   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



Re: [PR] [fix](arrow) Fix UT DataTypeSerDeArrowTest of Array/Map/Struct/Bitmap/HLL types [doris]

2025-03-13 Thread via GitHub


doris-robot commented on PR #48944:
URL: https://github.com/apache/doris/pull/48944#issuecomment-2721384037

   
   
   TPC-H: Total hot run time: 32496 ms
   
   ```
   machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
   scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
   Tpch sf100 test result on commit 1116ea03f16a197ec3747a8af6c8e342025de902, 
data reload: false
   
   -- Round 1 --
   q1   17598   534850435043
   q2   2044302 160 160
   q3   10488   1313717 717
   q4   10224   1021551 551
   q5   7544245223702370
   q6   187 164 134 134
   q7   941 767 603 603
   q8   9306130911381138
   q9   4893492248404840
   q10  6845233218861886
   q11  479 274 247 247
   q12  356 354 213 213
   q13  17784   369430853085
   q14  219 234 214 214
   q15  524 492 485 485
   q16  619 632 586 586
   q17  581 868 358 358
   q18  7015645662696269
   q19  1217954 546 546
   q20  324 329 196 196
   q21  2916213819051905
   q22  10151021950 950
   Total cold run time: 103119 ms
   Total hot run time: 32496 ms
   
   - Round 2, with runtime_filter_mode=off -
   q1   5166511151345111
   q2   237 338 236 236
   q3   2140268223152315
   q4   1478184414191419
   q5   4259420041834183
   q6   222 163 122 122
   q7   1889197617681768
   q8   2645264626122612
   q9   7343710872827108
   q10  2991318727402740
   q11  591 514 474 474
   q12  683 787 610 610
   q13  3523397732583258
   q14  275 297 261 261
   q15  511 482 481 481
   q16  655 685 641 641
   q17  1136164313431343
   q18  7880763074027402
   q19  830 850 904 850
   q20  2027201218921892
   q21  5573493348604860
   q22  10541003948 948
   Total cold run time: 53108 ms
   Total hot run time: 50634 ms
   ```
   
   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



Re: [PR] [test](beut) add pipeline UnionOperator beut [doris]

2025-03-13 Thread via GitHub


Mryange commented on PR #48984:
URL: https://github.com/apache/doris/pull/48984#issuecomment-2720752180

   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 unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



Re: [PR] [Opt](exec) opt variant column in join op [doris]

2025-03-13 Thread via GitHub


doris-robot commented on PR #49020:
URL: https://github.com/apache/doris/pull/49020#issuecomment-2721229436

   
   
   TPC-DS: Total hot run time: 192408 ms
   
   ```
   machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
   scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools
   TPC-DS sf100 test result on commit 0d36e585908111cf15860da25473d3175f75c7f9, 
data reload: false
   
   query1   14041010991 991
   query2   6234198719311931
   query3   10975   461746254617
   query4   54687   25152   23186   23186
   query5   5247519 484 484
   query6   410 203 183 183
   query7   5382501 295 295
   query8   333 257 240 240
   query9   7291262226402622
   query10  439 316 258 258
   query11  15832   15087   14950   14950
   query12  166 109 107 107
   query13  1328509 405 405
   query14  10477   677064466446
   query15  204 200 178 178
   query16  6958658 536 536
   query17  1088748 600 600
   query18  1561431 335 335
   query19  198 205 173 173
   query20  124 131 125 125
   query21  216 123 105 105
   query22  4415454743184318
   query23  34026   33351   33285   33285
   query24  5763251224342434
   query25  463 464 406 406
   query26  787 288 158 158
   query27  2033499 334 334
   query28  2834248524512451
   query29  599 572 432 432
   query30  267 225 193 193
   query31  875 909 771 771
   query32  75  58  60  58
   query33  441 369 305 305
   query34  774 862 502 502
   query35  797 842 779 779
   query36  951 994 912 912
   query37  130 107 80  80
   query38  4284419641684168
   query39  1515143314461433
   query40  209 121 103 103
   query41  53  51  51  51
   query42  131 109 105 105
   query43  486 523 504 504
   query44  1344808 798 798
   query45  179 179 174 174
   query46  872 1038669 669
   query47  1845186917741774
   query48  401 434 323 323
   query49  722 514 434 434
   query50  736 761 428 428
   query51  4296431843234318
   query52  116 112 106 106
   query53  240 261 195 195
   query54  495 506 434 434
   query55  86  81  80  80
   query56  274 266 255 255
   query57  1165120011271127
   query58  254 245 269 245
   query59  2940305726842684
   query60  291 291 268 268
   query61  123 128 117 117
   query62  712 751 684 684
   query63  240 206 206 206
   query64  19831046715 715
   query65  4555447243134313
   query66  752 407 288 288
   query67  15798   15472   15539   15472
   query68  8051871 498 498
   query69  536 304 267 267
   query70  1248118011011101
   query71  507 312 266 266
   query72  5941343738113437
   query73  1156738 351 351
   query74  9242909089908990
   query75  4036316627012701
   query76  43481185754 754
   query77  611 380 285 285
   query78  994510207   93859385
   query79  3332834 579 579
   query80  705 518 459 459
   query81  497 252 221 221
   query82  626 128 95  95
   query83  301 168 150 150
   query84  289 94  71  71
   query85  790 351 301 301
   query86  424 306 281 281
   query87  4468452744044404
   query88  3325227122602260
   query89  413 326 278 278
   query90  1953216 213 213
   query91  138 139 110 110
   query92  78  63  55  55
   query93  25741065577 577
   query94  679 415 306 306
   query95  353 270 261 261
   query96  502 565 277 277
   query97  3408341633233323
   query98  225 201 200 200
   query99  1412136712961296
   Total cold run time: 304994 ms
   Total hot run time: 192408 ms
   ```
   
   


-- 
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

Re: [PR] [test](beut) add pipeline UnionOperator beut [doris]

2025-03-13 Thread via GitHub


doris-robot commented on PR #48984:
URL: https://github.com/apache/doris/pull/48984#issuecomment-2721090600

   # BE UT Coverage Report
   Increment line coverage `69.57% (48/69)` :tada:
   
   [Increment coverage 
report](http://coverage.selectdb-in.cc/coverage/4da31059cace06c059182e6b045b68fb0cd3ac34_4da31059cace06c059182e6b045b68fb0cd3ac34/increment_report/index.html)
   [Complete coverage 
report](http://coverage.selectdb-in.cc/coverage/4da31059cace06c059182e6b045b68fb0cd3ac34_4da31059cace06c059182e6b045b68fb0cd3ac34/report/index.html)
   | Category  | Coverage   |
   |---||
   | Function Coverage | 48.00% (12834/26735) |
   | Line Coverage | 37.39% (109513/292889) |
   | Region Coverage   | 36.51% (56106/153658) |
   | Branch Coverage   | 31.78% (28262/88920) |


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



Re: [PR] [Opt](exec) opt variant column in join op [doris]

2025-03-13 Thread via GitHub


HappenLee commented on PR #49020:
URL: https://github.com/apache/doris/pull/49020#issuecomment-2720342715

   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 unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



Re: [PR] [test](beut) add pipeline UnionOperator beut [doris]

2025-03-13 Thread via GitHub


hello-stephen commented on PR #48984:
URL: https://github.com/apache/doris/pull/48984#issuecomment-2721520248

   # BE UT Coverage Report
   Increment line coverage `70.42% (50/71)` :tada:
   
   [Increment coverage 
report](http://coverage.selectdb-in.cc/coverage/5c6123f0ddf7822e48d04e51985f96b2bf6062bb_5c6123f0ddf7822e48d04e51985f96b2bf6062bb/increment_report/index.html)
   [Complete coverage 
report](http://coverage.selectdb-in.cc/coverage/5c6123f0ddf7822e48d04e51985f96b2bf6062bb_5c6123f0ddf7822e48d04e51985f96b2bf6062bb/report/index.html)
   | Category  | Coverage   |
   |---||
   | Function Coverage | 48.00% (12832/26735) |
   | Line Coverage | 37.38% (109494/292909) |
   | Region Coverage   | 36.51% (56110/153675) |
   | Branch Coverage   | 31.79% (28267/88928) |


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



Re: [PR] [fix](cloud) fix corner case when warm up data larger than cache capacity [doris]

2025-03-13 Thread via GitHub


freemandealer commented on PR #49050:
URL: https://github.com/apache/doris/pull/49050#issuecomment-2721523475

   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 unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



Re: [PR] [fix](cloud) fix corner case when warm up data larger than cache capacity [doris]

2025-03-13 Thread via GitHub


Thearas commented on PR #49050:
URL: https://github.com/apache/doris/pull/49050#issuecomment-2721523292

   
   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+your+PR).
   
   Please clearly describe your PR:
   1. What problem was fixed (it's best to include specific error reporting 
information). How it was fixed.
   2. Which behaviors were modified. What was the previous behavior, what is it 
now, why was it modified, and what possible impacts might there be.
   3. What features were added. Why was this function added?
   4. Which code was refactored and why was this part of the code refactored?
   5. Which functions were optimized and what is the difference before and 
after the optimization?
   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



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

2025-03-13 Thread via GitHub


yx-keith commented on issue #42802:
URL: https://github.com/apache/doris/issues/42802#issuecomment-2721526539

   I will pick this


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



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

2025-03-13 Thread via GitHub


yx-keith commented on issue #42803:
URL: https://github.com/apache/doris/issues/42803#issuecomment-2721529768

   I will pick this


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



doris.git: Error while running github feature from branch-3.0:.asf.yaml

2025-03-13 Thread Apache Infrastructure


An error occurred while processing the github feature in .asf.yaml: 

while parsing a mapping
unexpected key not in schema 'require_code_owner_reviews'
  in "doris.git/.asf.yaml::github", line 53, column 1:
  dismiss_stale_reviews: 'true'
^ (line: 53)

---
With regards, ASF Infra.


-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org



  1   2   3   4   5   6   7   8   >