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

2025-03-17 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 72, column 1:
  - BE UT (Doris BE UT)
^ (line: 72)
unexpected key not in schema 'required_pull_request_reviews'
  in "doris.git/.asf.yaml::github", line 75, column 1:
  required_pull_request_reviews:
^ (line: 75)

---
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] [opt](Nereids) support more pattern in DeferMaterializeTopNResult [doris]

2025-03-17 Thread via GitHub


morrySnow commented on PR #48747:
URL: https://github.com/apache/doris/pull/48747#issuecomment-2728427975

   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-2.1: [chore](binlog) GetMeta returns dropped partition/table/index commit seq #48852 [doris]

2025-03-17 Thread via GitHub


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

   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



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

2025-03-17 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 72, column 1:
  - BE UT (Doris BE UT)
^ (line: 72)
unexpected key not in schema 'required_pull_request_reviews'
  in "doris.git/.asf.yaml::github", line 75, column 1:
  required_pull_request_reviews:
^ (line: 75)

---
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 master updated (1e872ff2a1f -> 47e898d1c03)

2025-03-17 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 1e872ff2a1f [improve](analytic) refactor the insert into result mode 
for window function (#48883)
 add 47e898d1c03 [Fix](cloud) Should not remove pending delete bitmaps when 
`update_delete_bitmap` in txn load if the txn is not the first sub txns (#49046)

No new revisions were added by this update.

Summary of changes:
 be/src/cloud/cloud_meta_mgr.cpp|   7 +-
 be/src/cloud/cloud_meta_mgr.h  |   3 +-
 be/src/cloud/cloud_tablet.cpp  |   4 +-
 cloud/src/meta-service/meta_service.cpp|  62 +--
 gensrc/proto/cloud.proto   |   3 +
 ...test_cloud_mow_txn_insert_publish_conflict.out} | Bin 183 -> 203 bytes
 ...st_cloud_mow_txn_insert_publish_conflict.groovy | 114 +
 7 files changed, 181 insertions(+), 12 deletions(-)
 copy 
regression-test/data/fault_injection_p0/cloud/{test_cloud_publish_skip_calc_cache_miss.out
 => test_cloud_mow_txn_insert_publish_conflict.out} (82%)
 create mode 100644 
regression-test/suites/fault_injection_p0/cloud/test_cloud_mow_txn_insert_publish_conflict.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 master:.asf.yaml

2025-03-17 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 111, column 1:
  - Build Broker
^ (line: 111)
unexpected key not in schema 'required_pull_request_reviews'
  in "doris.git/.asf.yaml::github", line 114, column 1:
  - COMPILE (DORIS_COMPILE)
^ (line: 114)

---
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-49046-branch-3.0 deleted (was a88ef51f38d)

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

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


 was a88ef51f38d [fix](pipeline) Do not schedule finalized task again 
(#49007)

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](Operator) expr of the set operator should use local state [doris]

2025-03-17 Thread via GitHub


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

   
   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](Operator) expr of the set operator should use local state [doris]

2025-03-17 Thread via GitHub


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

   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] [refactor](udf) refactor udf datatype to simplify logic [doris]

2025-03-17 Thread via GitHub


zhangstar333 merged PR #48932:
URL: https://github.com/apache/doris/pull/48932


-- 
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-17 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 111, column 1:
  - Build Broker
^ (line: 111)
unexpected key not in schema 'required_pull_request_reviews'
  in "doris.git/.asf.yaml::github", line 114, column 1:
  - COMPILE (DORIS_COMPILE)
^ (line: 114)

---
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 master updated (47e898d1c03 -> 2a4d721d530)

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

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


from 47e898d1c03 [Fix](cloud) Should not remove pending delete bitmaps when 
`update_delete_bitmap` in txn load if the txn is not the first sub txns (#49046)
 add 2a4d721d530 [refactor](udf) refactor udf datatype to simplify logic 
(#48932)

No new revisions were added by this update.

Summary of changes:
 .../doris/common/jni/utils/JavaUdfArrayType.java   | 62 +++
 .../doris/common/jni/utils/JavaUdfDataType.java| 92 +-
 .../doris/common/jni/utils/JavaUdfMapType.java | 90 +
 .../doris/common/jni/utils/JavaUdfStructType.java  | 67 
 .../apache/doris/common/jni/utils/UdfUtils.java| 24 +++---
 .../java/org/apache/doris/udf/BaseExecutor.java|  3 +-
 6 files changed, 237 insertions(+), 101 deletions(-)
 create mode 100644 
fe/be-java-extensions/java-common/src/main/java/org/apache/doris/common/jni/utils/JavaUdfArrayType.java
 create mode 100644 
fe/be-java-extensions/java-common/src/main/java/org/apache/doris/common/jni/utils/JavaUdfMapType.java
 create mode 100644 
fe/be-java-extensions/java-common/src/main/java/org/apache/doris/common/jni/utils/JavaUdfStructType.java


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



Re: [PR] [be](ut) fix be ut test invalid case failed [doris]

2025-03-17 Thread via GitHub


zhangstar333 merged PR #48928:
URL: https://github.com/apache/doris/pull/48928


-- 
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 (2a4d721d530 -> 88530bba847)

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

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


from 2a4d721d530 [refactor](udf) refactor udf datatype to simplify logic 
(#48932)
 add 88530bba847 [be](ut) fix be ut test invalid case failed (#48928)

No new revisions were added by this update.

Summary of changes:
 be/src/vec/columns/column_fixed_length_object.h   | 1 +
 be/test/vec/data_types/data_type_agg_state_test.cpp   | 5 -
 be/test/vec/data_types/data_type_fixed_length_object_test.cpp | 5 -
 3 files changed, 9 insertions(+), 2 deletions(-)


-
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-17 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 111, column 1:
  - Build Broker
^ (line: 111)
unexpected key not in schema 'required_pull_request_reviews'
  in "doris.git/.asf.yaml::github", line 114, column 1:
  - COMPILE (DORIS_COMPILE)
^ (line: 114)

---
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](multi table load) error URL does not depend on the value of _number_filtered_rows #49111 [doris]

2025-03-17 Thread via GitHub


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


-- 
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-49111-branch-3.0 deleted (was c9769e24d83)

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

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


 was c9769e24d83 [fix](multi table load) error URL does not depend on the 
value of _number_filtered_rows (#49111)

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

2025-03-17 Thread via GitHub


msridhar78 commented on PR #48589:
URL: https://github.com/apache/doris/pull/48589#issuecomment-2728443493

   > could you please update the old fe ut InstallPluginStmtTest or create a 
new one for the new command
   
   Done - please review


-- 
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) fix str_to_date date value out of range [doris]

2025-03-17 Thread via GitHub


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

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

2025-03-17 Thread via GitHub


msridhar78 commented on PR #48589:
URL: https://github.com/apache/doris/pull/48589#issuecomment-2728443861

   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] [Improve](explode) explode function support multi param [doris]

2025-03-17 Thread via GitHub


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

   
   
   ClickBench: Total hot run time: 31.36 s
   
   ```
   machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
   scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools
   ClickBench test result on commit d09c7c78f26da462776027a13956afbf151ce218, 
data reload: false
   
   query1   0.040.040.04
   query2   0.130.100.11
   query3   0.250.190.19
   query4   1.590.190.20
   query5   0.600.590.59
   query6   1.180.710.71
   query7   0.030.020.02
   query8   0.040.040.03
   query9   0.600.520.53
   query10  0.590.590.56
   query11  0.160.110.11
   query12  0.150.120.12
   query13  0.620.600.61
   query14  2.692.812.72
   query15  0.930.850.85
   query16  0.380.380.38
   query17  1.061.051.02
   query18  0.210.200.20
   query19  1.941.951.81
   query20  0.010.010.01
   query21  15.36   0.910.54
   query22  0.751.330.79
   query23  14.75   1.390.64
   query24  6.721.560.74
   query25  0.530.240.09
   query26  0.610.150.14
   query27  0.060.050.05
   query28  9.870.900.45
   query29  12.54   4.023.37
   query30  0.270.090.06
   query31  2.820.600.39
   query32  3.270.550.46
   query33  3.053.023.03
   query34  15.78   5.204.52
   query35  4.524.524.54
   query36  0.650.500.48
   query37  0.090.060.06
   query38  0.050.050.04
   query39  0.030.020.03
   query40  0.160.130.13
   query41  0.090.030.03
   query42  0.040.020.02
   query43  0.030.030.03
   Total cold run time: 105.24 s
   Total hot run time: 31.36 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] [Improve](explode) explode function support multi param [doris]

2025-03-17 Thread via GitHub


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

   
   
   TPC-H: Total hot run time: 32147 ms
   
   ```
   machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
   scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
   Tpch sf100 test result on commit d09c7c78f26da462776027a13956afbf151ce218, 
data reload: false
   
   -- Round 1 --
   q1   24165   502549444944
   q2   2046289 172 172
   q3   10411   1270675 675
   q4   10218   1017513 513
   q5   7542235723702357
   q6   186 162 131 131
   q7   905 757 600 600
   q8   9315129111011101
   q9   4953462945924592
   q10  6792230218701870
   q11  461 271 250 250
   q12  347 353 228 228
   q13  17784   371530863086
   q14  231 233 220 220
   q15  541 484 481 481
   q16  623 601 593 593
   q17  584 860 342 342
   q18  6917643563426342
   q19  1380943 563 563
   q20  327 328 199 199
   q21  2825225819371937
   q22  1062987 951 951
   Total cold run time: 109615 ms
   Total hot run time: 32147 ms
   
   - Round 2, with runtime_filter_mode=off -
   q1   5177508251915082
   q2   238 325 231 231
   q3   2159263123222322
   q4   1397180613531353
   q5   4246412143594121
   q6   218 164 128 128
   q7   1978190717541754
   q8   2587262425642564
   q9   7294715672387156
   q10  2984321427412741
   q11  559 505 475 475
   q12  691 789 672 672
   q13  3584395432943294
   q14  278 282 282 282
   q15  530 482 490 482
   q16  637 680 638 638
   q17  1163156613651365
   q18  7770752474497449
   q19  835 834 954 834
   q20  1968201518771877
   q21  5546482147964796
   q22  11091060998 998
   Total cold run time: 52948 ms
   Total hot run time: 50614 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) branch branch-3.0 updated: branch-3.0: [fix](multi table load) error URL does not depend on the value of _number_filtered_rows #49111 (#49130)

2025-03-17 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 9c59134b703 branch-3.0: [fix](multi table load) error URL does not 
depend on the value of _number_filtered_rows #49111 (#49130)
9c59134b703 is described below

commit 9c59134b703a58ec9fa2933b329190ccb91f5a6e
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 17 15:30:54 2025 +0800

branch-3.0: [fix](multi table load) error URL does not depend on the value 
of _number_filtered_rows #49111 (#49130)

Cherry-picked from #49111

Co-authored-by: hui lai 
---
 be/src/io/fs/multi_table_pipe.cpp | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/be/src/io/fs/multi_table_pipe.cpp 
b/be/src/io/fs/multi_table_pipe.cpp
index eb601c5d6f5..463f002596a 100644
--- a/be/src/io/fs/multi_table_pipe.cpp
+++ b/be/src/io/fs/multi_table_pipe.cpp
@@ -271,7 +271,7 @@ Status MultiTablePipe::exec_plans(ExecEnv* exec_env, 
std::vector para
 _number_loaded_rows += state->num_rows_load_success();
 _number_filtered_rows += state->num_rows_load_filtered();
 _number_unselected_rows += 
state->num_rows_load_unselected();
-
+_ctx->error_url = 
to_load_error_http_path(state->get_error_log_file_path());
 // check filtered ratio for this plan fragment
 int64_t num_selected_rows =
 state->num_rows_load_total() - 
state->num_rows_load_unselected();
@@ -280,9 +280,6 @@ Status MultiTablePipe::exec_plans(ExecEnv* exec_env, 
std::vector para
 _ctx->max_filter_ratio) {
 *status = Status::DataQualityError("too many filtered 
rows");
 }
-if (_number_filtered_rows > 0 && 
!state->get_error_log_file_path().empty()) {
-_ctx->error_url = 
to_load_error_http_path(state->get_error_log_file_path());
-}
 
 // if any of the plan fragment exec failed, set the status 
to the first failed plan
 if (!status->ok()) {


-
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](regression) Avoid defined global variables in backup-restore case script #49102 [doris]

2025-03-17 Thread via GitHub


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


-- 
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](regression) Avoid defined global variables in backup-restore case script #49102 (#49133)

2025-03-17 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 ab4f189fd11 branch-3.0: [fix](regression) Avoid defined global 
variables in backup-restore case script #49102 (#49133)
ab4f189fd11 is described below

commit ab4f189fd11ba7e3b1ba727394da67283af22b7e
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 17 15:33:25 2025 +0800

branch-3.0: [fix](regression) Avoid defined global variables in 
backup-restore case script #49102 (#49133)

Cherry-picked from #49102

Co-authored-by: xy720 <22125576+xy...@users.noreply.github.com>
---
 .../suites/backup_restore/test_backup_store_with_db_properties.groovy   | 2 +-
 .../backup_restore/test_backup_store_with_db_properties_kv.groovy   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/regression-test/suites/backup_restore/test_backup_store_with_db_properties.groovy
 
b/regression-test/suites/backup_restore/test_backup_store_with_db_properties.groovy
index 83cd32dd33d..7871d304b29 100644
--- 
a/regression-test/suites/backup_restore/test_backup_store_with_db_properties.groovy
+++ 
b/regression-test/suites/backup_restore/test_backup_store_with_db_properties.groovy
@@ -96,7 +96,7 @@ 
suite("test_backup_store_with_db_properties","backup_restore") {
 assertEquals(result_kv_restore, result_kv_origin);
 
 for (def tableName in tables) {
-result = sql "SELECT * FROM ${dbName}.${tableName}"
+def result = sql "SELECT * FROM ${dbName}.${tableName}"
 assertEquals(result.size(), numRows);
 sql "DROP TABLE ${dbName}.${tableName} FORCE"
 }
diff --git 
a/regression-test/suites/backup_restore/test_backup_store_with_db_properties_kv.groovy
 
b/regression-test/suites/backup_restore/test_backup_store_with_db_properties_kv.groovy
index 5c57819c73a..28982f9eac0 100644
--- 
a/regression-test/suites/backup_restore/test_backup_store_with_db_properties_kv.groovy
+++ 
b/regression-test/suites/backup_restore/test_backup_store_with_db_properties_kv.groovy
@@ -101,7 +101,7 @@ 
suite("test_backup_store_with_db_properties_kv","backup_restore") {
 assertEquals(result_restore, result_origin);
 
 for (def tableName in tables) {
-result = sql "SELECT * FROM ${dbName}.${tableName}"
+def result = sql "SELECT * FROM ${dbName}.${tableName}"
 assertEquals(result.size(), numRows);
 sql "DROP TABLE ${dbName}.${tableName} FORCE"
 }


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



Re: [PR] [fix](Nereids) fix initcap fe fold constant [doris]

2025-03-17 Thread via GitHub


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

   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: [Improve](cloud) support caching SchemaCloudDictionary in BE side #47629 [doris]

2025-03-17 Thread via GitHub


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

   TeamCity cloud ut coverage result:
Function Coverage: 82.87% (1074/1296) 
Line Coverage: 65.85% (17736/26932)
Region Coverage: 65.20% (8728/13387)
Branch Coverage: 55.19% (4709/8532)
Coverage Report: 
http://coverage.selectdb-in.cc/coverage/1461b3d7460225525128ef395a87b2ae5b9174e9_1461b3d7460225525128ef395a87b2ae5b9174e9_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] [fix](Nereids) fix initcap fe fold constant [doris]

2025-03-17 Thread via GitHub


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

   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



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

2025-03-17 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 72, column 1:
  - BE UT (Doris BE UT)
^ (line: 72)
unexpected key not in schema 'required_pull_request_reviews'
  in "doris.git/.asf.yaml::github", line 75, column 1:
  required_pull_request_reviews:
^ (line: 75)

---
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-49033-branch-3.0:.asf.yaml

2025-03-17 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 72, column 1:
  - BE UT (Doris BE UT)
^ (line: 72)
unexpected key not in schema 'required_pull_request_reviews'
  in "doris.git/.asf.yaml::github", line 75, column 1:
  required_pull_request_reviews:
^ (line: 75)

---
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] [fix](array/map) Fix BE crash in lambda functions [doris]

2025-03-17 Thread via GitHub


yiguolei commented on code in PR #49140:
URL: https://github.com/apache/doris/pull/49140#discussion_r1998141980


##
regression-test/conf/regression-conf.groovy:
##
@@ -24,18 +24,18 @@ defaultDb = "regression_test"
 // init cmd like: select @@session.tx_read_only
 // at each time we connect.
 // add allowLoadLocalInfile so that the jdbc can execute mysql load data from 
client.
-jdbcUrl = 
"jdbc:mysql://127.0.0.1:9030/?useLocalSessionState=true&allowLoadLocalInfile=true&zeroDateTimeBehavior=round"
-targetJdbcUrl = 
"jdbc:mysql://127.0.0.1:9030/?useLocalSessionState=true&allowLoadLocalInfile=true&zeroDateTimeBehavior=round"
+jdbcUrl = 
"jdbc:mysql://127.0.0.1:9035/?useLocalSessionState=true&allowLoadLocalInfile=true&zeroDateTimeBehavior=round"
+targetJdbcUrl = 
"jdbc:mysql://127.0.0.1:9035/?useLocalSessionState=true&allowLoadLocalInfile=true&zeroDateTimeBehavior=round"
 jdbcUser = "root"
 jdbcPassword = ""
 
-feSourceThriftAddress = "127.0.0.1:9020"
-feTargetThriftAddress = "127.0.0.1:9020"
-syncerAddress = "127.0.0.1:9190"
+feSourceThriftAddress = "127.0.0.1:9025"

Review Comment:
   为啥改这个文件?



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

To unsubscribe, e-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](memory) Fix LRUCachePolicy initialization and registration order #49117 (#49124)

2025-03-17 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 1b3f158095f branch-3.0: [fix](memory) Fix LRUCachePolicy 
initialization and registration order #49117 (#49124)
1b3f158095f is described below

commit 1b3f158095f34545c5ad6d6805675767d5205346
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 17 16:16:29 2025 +0800

branch-3.0: [fix](memory) Fix LRUCachePolicy initialization and 
registration order #49117 (#49124)

Cherry-picked from #49117

Co-authored-by: Xinyi Zou 
---
 be/src/runtime/memory/cache_policy.cpp   | 1 -
 be/src/runtime/memory/lru_cache_policy.h | 2 ++
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/be/src/runtime/memory/cache_policy.cpp 
b/be/src/runtime/memory/cache_policy.cpp
index 46b9db1b35a..55fb4f3d605 100644
--- a/be/src/runtime/memory/cache_policy.cpp
+++ b/be/src/runtime/memory/cache_policy.cpp
@@ -27,7 +27,6 @@ CachePolicy::CachePolicy(CacheType type, size_t capacity, 
uint32_t stale_sweep_t
   _initial_capacity(capacity),
   _stale_sweep_time_s(stale_sweep_time_s),
   _enable_prune(enable_prune) {
-CacheManager::instance()->register_cache(this);
 init_profile();
 }
 
diff --git a/be/src/runtime/memory/lru_cache_policy.h 
b/be/src/runtime/memory/lru_cache_policy.h
index b2fb33b1ac5..6fb10c8fd97 100644
--- a/be/src/runtime/memory/lru_cache_policy.h
+++ b/be/src/runtime/memory/lru_cache_policy.h
@@ -48,6 +48,7 @@ public:
 _cache = ExecEnv::GetInstance()->get_dummy_lru_cache();
 }
 _init_mem_tracker(lru_cache_type_string(lru_cache_type));
+CacheManager::instance()->register_cache(this);
 }
 
 LRUCachePolicy(CacheType type, size_t capacity, LRUCacheType 
lru_cache_type,
@@ -67,6 +68,7 @@ public:
 _cache = ExecEnv::GetInstance()->get_dummy_lru_cache();
 }
 _init_mem_tracker(lru_cache_type_string(lru_cache_type));
+CacheManager::instance()->register_cache(this);
 }
 
 void reset_cache() { _cache.reset(); }


-
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](memory) Fix LRUCachePolicy initialization and registration order #49117 [doris]

2025-03-17 Thread via GitHub


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


-- 
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) fix str_to_date date value out of range [doris]

2025-03-17 Thread via GitHub


morrySnow merged PR #49033:
URL: https://github.com/apache/doris/pull/49033


-- 
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-17 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 111, column 1:
  - Build Broker
^ (line: 111)
unexpected key not in schema 'required_pull_request_reviews'
  in "doris.git/.asf.yaml::github", line 114, column 1:
  - COMPILE (DORIS_COMPILE)
^ (line: 114)

---
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] [Fix](partial update) use correct default value for missing columns in partial update [doris]

2025-03-17 Thread via GitHub


zhannngchen merged PR #49066:
URL: https://github.com/apache/doris/pull/49066


-- 
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-49117-branch-3.0 deleted (was 367f3a0ee7b)

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

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


 was 367f3a0ee7b [fix](memory) Fix LRUCachePolicy initialization and 
registration order (#49117)

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.git: Error while running github feature from main:.asf.yaml

2025-03-17 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



(doris) branch auto-pick-49033-branch-3.0 created (now 1b3f158095f)

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

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


  at 1b3f158095f branch-3.0: [fix](memory) Fix LRUCachePolicy 
initialization and registration order #49117 (#49124)

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) branch auto-pick-49033-branch-2.1 created (now 98a59f914a5)

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

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


  at 98a59f914a5 branch-2.1: [chore](binlog) GetMeta returns dropped 
partition/table/index commit seq #48852 (#48900)

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] [fix](array/map) Fix BE crash in lambda functions [doris]

2025-03-17 Thread via GitHub


Gabriel39 commented on PR #49140:
URL: https://github.com/apache/doris/pull/49140#issuecomment-2728548698

   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-49081-branch-3.0 created (now 1b3f158095f)

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

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


  at 1b3f158095f branch-3.0: [fix](memory) Fix LRUCachePolicy 
initialization and registration order #49117 (#49124)

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-17 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 72, column 1:
  - BE UT (Doris BE UT)
^ (line: 72)
unexpected key not in schema 'required_pull_request_reviews'
  in "doris.git/.asf.yaml::github", line 75, column 1:
  required_pull_request_reviews:
^ (line: 75)

---
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](function) Fix wrong FE fold constant implementation of function date_format #49032 [doris]

2025-03-17 Thread via GitHub


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


-- 
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 (e1262bd3347 -> da4294b4f35)

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

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


from e1262bd3347 [fix](group commit)Fix replay wal fail problem on agg 
state type (#49081)
 add da4294b4f35 [Fix](log) Fix some delete bitmap log (#49009)

No new revisions were added by this update.

Summary of changes:
 be/src/olap/base_tablet.cpp   | 6 --
 be/src/olap/rowset/beta_rowset_writer.cpp | 4 ++--
 2 files changed, 6 insertions(+), 4 deletions(-)


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



(doris) branch auto-pick-49033-branch-2.1 deleted (was 98a59f914a5)

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

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


 was 98a59f914a5 branch-2.1: [chore](binlog) GetMeta returns dropped 
partition/table/index commit seq #48852 (#48900)

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.git: Error while running github feature from auto-pick-49081-branch-3.0:.asf.yaml

2025-03-17 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 72, column 1:
  - BE UT (Doris BE UT)
^ (line: 72)
unexpected key not in schema 'required_pull_request_reviews'
  in "doris.git/.asf.yaml::github", line 75, column 1:
  required_pull_request_reviews:
^ (line: 75)

---
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] [improve](mow) refactor mow update lock for compaction to reduce txn conflict [doris]

2025-03-17 Thread via GitHub


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

   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] branch-3.0: [fix](group commit)Fix replay wal fail problem on agg state type #49081 [doris]

2025-03-17 Thread via GitHub


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

   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](log) Fix some delete bitmap log [doris]

2025-03-17 Thread via GitHub


zhannngchen merged PR #49009:
URL: https://github.com/apache/doris/pull/49009


-- 
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: [fix](group commit)Fix replay wal fail problem on agg state type #49081 [doris]

2025-03-17 Thread via GitHub


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

   Cherry-picked from #49081


-- 
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-17 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 72, column 1:
  - BE UT (Doris BE UT)
^ (line: 72)
unexpected key not in schema 'required_pull_request_reviews'
  in "doris.git/.asf.yaml::github", line 75, column 1:
  required_pull_request_reviews:
^ (line: 75)

---
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-49081-branch-3.0:.asf.yaml

2025-03-17 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 72, column 1:
  - BE UT (Doris BE UT)
^ (line: 72)
unexpected key not in schema 'required_pull_request_reviews'
  in "doris.git/.asf.yaml::github", line 75, column 1:
  required_pull_request_reviews:
^ (line: 75)

---
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](group commit)Fix replay wal fail problem on agg state type #49081 [doris]

2025-03-17 Thread via GitHub


dataroaring closed pull request #49145: branch-3.0: [fix](group commit)Fix 
replay wal fail problem on agg state type #49081
URL: https://github.com/apache/doris/pull/49145


-- 
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](function) fix the function elt #48701 [doris]

2025-03-17 Thread via GitHub


dataroaring commented on PR #48718:
URL: https://github.com/apache/doris/pull/48718#issuecomment-2728485496

   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: [feat](binlog) Add config to control whether enable persistent connec… #48761 [doris]

2025-03-17 Thread via GitHub


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

   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] [fix](Nereids) fold constant for string function process emoji character my mistake [doris]

2025-03-17 Thread via GitHub


morrySnow commented on code in PR #49087:
URL: https://github.com/apache/doris/pull/49087#discussion_r1998176894


##
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/executable/StringArithmetic.java:
##
@@ -79,6 +79,8 @@ public static Expression 
concatVarcharVarchar(StringLikeLiteral first, StringLik
 }
 
 private static String substringImpl(String first, int second, int third) {
+second = first.offsetByCodePoints(0, second);
+third = first.offsetByCodePoints(0, third);
 int stringLength = first.length();

Review Comment:
   stringLength should also use CodePoints length? use `first.codePointCount`



##
fe/fe-core/src/main/java/org/apache/doris/catalog/BuiltinScalarFunctions.java:
##
@@ -915,8 +913,8 @@ public class BuiltinScalarFunctions implements 
FunctionHelper {
 scalar(StY.class, "st_y"),
 scalar(StartsWith.class, "starts_with"),
 scalar(Strcmp.class, "strcmp"),
-scalar(StrLeft.class, "strleft"),
-scalar(StrRight.class, "strright"),
+scalar(Left.class, "strleft"),
+scalar(Right.class, "strright"),

Review Comment:
   merge them with "left" and "right" into one line for one function 



##
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/executable/StringArithmetic.java:
##
@@ -291,10 +293,11 @@ public static Expression replace(StringLikeLiteral first, 
StringLikeLiteral seco
 public static Expression left(StringLikeLiteral first, IntegerLiteral 
second) {
 if (second.getValue() <= 0) {
 return castStringLikeLiteral(first, "");
-} else if (second.getValue() < first.getValue().length()) {
-return castStringLikeLiteral(first, first.getValue().substring(0, 
second.getValue()));
-} else {
+} else if (second.getValue() > first.getValue().length()) {

Review Comment:
   should compare with `first.getValue().codePointCount()`



##
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/executable/StringArithmetic.java:
##
@@ -79,6 +79,8 @@ public static Expression 
concatVarcharVarchar(StringLikeLiteral first, StringLik
 }
 
 private static String substringImpl(String first, int second, int third) {
+second = first.offsetByCodePoints(0, second);
+third = first.offsetByCodePoints(0, third);

Review Comment:
   may throw IndexOutOfBoundsException. should check with `first.codePointCount`



-- 
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](function) fix the function elt #48701 [doris]

2025-03-17 Thread via GitHub


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

   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] branch-2.1: [chore](binlog) GetMeta returns dropped partition/table/index commit seq #48852 [doris]

2025-03-17 Thread via GitHub


yiguolei merged PR #48900:
URL: https://github.com/apache/doris/pull/48900


-- 
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](auth)Prohibit other users from modifying the root [doris]

2025-03-17 Thread via GitHub


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

   
   
   TPC-DS: Total hot run time: 191439 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 c27b21dbf2b7805ae8c59a3c5dde45b5483d687a, 
data reload: false
   
   query1   1427106010051005
   query2   6197188918621862
   query3   10993   448745094487
   query4   54387   26047   22998   22998
   query5   5235508 487 487
   query6   439 199 181 181
   query7   5384495 283 283
   query8   355 252 234 234
   query9   7283248825082488
   query10  426 305 244 244
   query11  15391   14978   14882   14882
   query12  159 118 104 104
   query13  1280524 415 415
   query14  10294   630866686308
   query15  198 193 181 181
   query16  6902624 499 499
   query17  1063736 584 584
   query18  1524415 334 334
   query19  231 188 164 164
   query20  127 122 121 121
   query21  206 125 105 105
   query22  4323444645174446
   query23  33895   33361   33157   33157
   query24  5737243923862386
   query25  453 458 413 413
   query26  818 276 150 150
   query27  1891499 332 332
   query28  2698244323962396
   query29  573 574 415 415
   query30  270 218 186 186
   query31  857 870 788 788
   query32  71  65  62  62
   query33  483 350 317 317
   query34  757 847 490 490
   query35  809 824 766 766
   query36  965 1024903 903
   query37  114 97  85  85
   query38  4279420241484148
   query39  1543148514401440
   query40  208 112 103 103
   query41  54  51  76  51
   query42  122 106 105 105
   query43  498 503 489 489
   query44  1292797 805 797
   query45  177 169 170 169
   query46  850 1036650 650
   query47  1854188118181818
   query48  415 417 330 330
   query49  734 513 431 431
   query50  699 748 421 421
   query51  4240429742924292
   query52  105 127 95  95
   query53  233 258 194 194
   query54  495 492 407 407
   query55  85  83  78  78
   query56  263 270 259 259
   query57  1171120210801080
   query58  240 243 240 240
   query59  2655279225682568
   query60  282 277 254 254
   query61  117 114 117 114
   query62  734 729 772 729
   query63  229 197 194 194
   query64  17661021710 710
   query65  4506446144424442
   query66  737 383 287 287
   query67  15895   15644   15557   15557
   query68  7517816 500 500
   query69  539 311 257 257
   query70  1182111310951095
   query71  489 294 270 270
   query72  5835359437593594
   query73  1069736 334 334
   query74  9030918389378937
   query75  3685313427272727
   query76  42341180738 738
   query77  644 377 284 284
   query78  999210101   92649264
   query79  2289810 580 580
   query80  641 525 435 435
   query81  491 257 222 222
   query82  629 120 96  96
   query83  171 163 166 163
   query84  284 91  151 91
   query85  799 367 377 367
   query86  425 297 292 292
   query87  4577460644254425
   query88  3298219321792179
   query89  401 317 281 281
   query90  1950210 213 210
   query91  154 139 112 112
   query92  69  64  56  56
   query93  13151046573 573
   query94  669 413 278 278
   query95  344 268 264 264
   query96  473 564 281 281
   query97  3320336933253325
   query98  223 208 204 204
   query99  1420139112951295
   Total cold run time: 298851 ms
   Total hot run time: 191439 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](cloud-mow)Modify some mow log to help solve problem [doris]

2025-03-17 Thread via GitHub


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

   
   
   TPC-DS: Total hot run time: 196946 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 c2bd107d729105fc7e13225f2c638b0cbb97d267, 
data reload: false
   
   query1   1329942 917 917
   query2   6237192420311924
   query3   10831   425743284257
   query4   66302   28856   23316   23316
   query5   4957467 453 453
   query6   416 174 178 174
   query7   5691311 313 311
   query8   294 209 218 209
   query9   9385263326292629
   query10  444 259 253 253
   query11  17447   15004   15684   15004
   query12  158 107 102 102
   query13  1540455 444 444
   query14  10832   745967486748
   query15  194 187 183 183
   query16  7057453 472 453
   query17  1088572 564 564
   query18  1115305 313 305
   query19  241 168 154 154
   query20  121 114 117 114
   query21  213 105 103 103
   query22  4862463245804580
   query23  34190   34173   34266   34173
   query24  6069293729272927
   query25  509 393 409 393
   query26  653 166 163 163
   query27  1817355 361 355
   query28  4256249724792479
   query29  707 467 454 454
   query30  237 168 172 168
   query31  1008844 831 831
   query32  72  55  55  55
   query33  489 306 308 306
   query34  939 522 520 520
   query35  870 745 725 725
   query36  11151001983 983
   query37  127 72  71  71
   query38  4135404340424042
   query39  1553147216491472
   query40  205 105 104 104
   query41  50  51  49  49
   query42  118 105 105 105
   query43  538 485 482 482
   query44  1183832 827 827
   query45  190 168 172 168
   query46  1155741 724 724
   query47  2057195419741954
   query48  477 398 411 398
   query49  749 412 424 412
   query50  841 443 439 439
   query51  7378698470446984
   query52  102 90  92  90
   query53  258 185 185 185
   query54  565 466 472 466
   query55  82  80  79  79
   query56  275 258 278 258
   query57  1244114010931093
   query58  220 204 217 204
   query59  3208294928042804
   query60  278 264 256 256
   query61  105 105 106 105
   query62  773 693 674 674
   query63  228 191 188 188
   query64  1341668 635 635
   query65  3235317131883171
   query66  641 295 289 289
   query67  16032   15740   15782   15740
   query68  4097580 585 580
   query69  427 268 260 260
   query70  1198110111241101
   query71  355 253 253 253
   query72  6399399740333997
   query73  751 352 357 352
   query74  10046   918791609160
   query75  3352263226542632
   query76  1939111410911091
   query77  512 280 300 280
   query78  10602   951496469514
   query79  1503609 591 591
   query80  874 438 421 421
   query81  515 241 231 231
   query82  128292  89  89
   query83  243 141 148 141
   query84  273 86  75  75
   query85  897 310 286 286
   query86  346 301 276 276
   query87  4451429342944293
   query88  3846250023892389
   query89  415 290 294 290
   query90  1980188 207 188
   query91  182 145 146 145
   query92  73  49  50  49
   query93  1933559 556 556
   query94  784 298 293 293
   query95  360 275 257 257
   query96  608 287 286 286
   query97  3440318031913180
   query98  210 205 204 204
   query99  1591128912911289
   Total cold run time: 318512 ms
   Total hot run time: 196946 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 SetOperator beut [doris]

2025-03-17 Thread via GitHub


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

   
   
   ClickBench: Total hot run time: 31.49 s
   
   ```
   machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
   scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools
   ClickBench test result on commit 844e5d520f65ba9322149a3920b40183bbdbab66, 
data reload: false
   
   query1   0.040.040.03
   query2   0.120.110.11
   query3   0.240.200.20
   query4   1.600.200.20
   query5   0.590.580.59
   query6   1.210.720.72
   query7   0.020.020.02
   query8   0.040.030.04
   query9   0.570.510.52
   query10  0.570.590.58
   query11  0.160.110.10
   query12  0.150.110.12
   query13  0.620.600.61
   query14  2.682.792.75
   query15  0.920.850.84
   query16  0.380.380.38
   query17  1.031.051.06
   query18  0.210.190.20
   query19  1.931.951.86
   query20  0.010.010.01
   query21  15.36   0.900.54
   query22  0.761.160.61
   query23  15.01   1.390.60
   query24  6.462.560.89
   query25  0.500.300.12
   query26  0.710.150.15
   query27  0.060.050.04
   query28  9.430.820.43
   query29  12.57   4.083.40
   query30  0.250.090.06
   query31  2.810.600.40
   query32  3.230.550.47
   query33  2.983.102.99
   query34  15.62   5.194.57
   query35  4.554.574.57
   query36  0.660.490.48
   query37  0.080.060.07
   query38  0.060.040.04
   query39  0.030.020.03
   query40  0.170.130.12
   query41  0.080.020.02
   query42  0.030.020.02
   query43  0.040.030.02
   Total cold run time: 104.54 s
   Total hot run time: 31.49 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](function) Undefined behavior in parse_url [doris]

2025-03-17 Thread via GitHub


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

   
   
   TPC-DS: Total hot run time: 191544 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 0434d6b02c855bf77b5e698fcf7a83fd1826325f, 
data reload: false
   
   query1   1385104310791043
   query2   6082192618691869
   query3   11105   480046874687
   query4   26063   23443   23215   23215
   query5   4071663 493 493
   query6   305 198 203 198
   query7   3998487 295 295
   query8   295 281 238 238
   query9   8509250624982498
   query10  476 299 260 260
   query11  15623   15105   14863   14863
   query12  172 113 106 106
   query13  1569518 392 392
   query14  9509609466706094
   query15  228 195 170 170
   query16  7622644 481 481
   query17  1380757 600 600
   query18  2020425 341 341
   query19  213 205 172 172
   query20  129 127 124 124
   query21  252 121 107 107
   query22  4466457844364436
   query23  34500   33585   33434   33434
   query24  7516242924172417
   query25  490 469 394 394
   query26  755 280 151 151
   query27  2303481 332 332
   query28  4088240624392406
   query29  630 558 439 439
   query30  287 230 187 187
   query31  898 867 821 821
   query32  74  65  62  62
   query33  529 358 319 319
   query34  787 853 494 494
   query35  820 858 740 740
   query36  10121027929 929
   query37  119 100 80  80
   query38  4338430442964296
   query39  1696145814491449
   query40  209 116 107 107
   query41  53  55  51  51
   query42  122 102 106 102
   query43  498 496 468 468
   query44  1312814 804 804
   query45  185 178 179 178
   query46  873 1039633 633
   query47  1834189818011801
   query48  375 417 306 306
   query49  752 499 441 441
   query50  690 743 423 423
   query51  4279443442524252
   query52  104 109 94  94
   query53  238 272 200 200
   query54  489 501 413 413
   query55  84  88  95  88
   query56  279 281 271 271
   query57  1145118811281128
   query58  254 248 240 240
   query59  2751269426042604
   query60  282 306 298 298
   query61  121 121 117 117
   query62  779 747 684 684
   query63  236 193 187 187
   query64  28871015676 676
   query65  4548443944394439
   query66  862 407 296 296
   query67  16405   15326   15365   15326
   query68  9118879 508 508
   query69  468 301 266 266
   query70  1197110811041104
   query71  492 292 268 268
   query72  5159347437363474
   query73  765 722 344 344
   query74  9187913989578957
   query75  4199316927072707
   query76  36081267745 745
   query77  858 378 270 270
   query78  998510181   93099309
   query79  2462842 575 575
   query80  629 533 432 432
   query81  504 266 217 217
   query82  621 123 92  92
   query83  171 175 151 151
   query84  227 95  73  73
   query85  771 421 311 311
   query86  329 300 279 279
   query87  4445448142184218
   query88  2814219521602160
   query89  416 313 276 276
   query90  1844201 211 201
   query91  138 141 107 107
   query92  72  58  54  54
   query93  11491040585 585
   query94  656 422 296 296
   query95  345 267 255 255
   query96  474 548 274 274
   query97  334232723272
   query98  219 203 203 203
   query99  1562141313021302
   Total cold run time: 277177 ms
   Total hot run time: 191544 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] branch-3.0: [fix](group commit)Fix replay wal fail problem on agg state type #49081 [doris]

2025-03-17 Thread via GitHub


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

   
   
   TPC-DS: Total hot run time: 197271 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 023b7feed77bea4d8e3b3f98574aa78a63e23315, 
data reload: false
   
   query1   1291954 909 909
   query2   6253200420282004
   query3   10956   449444354435
   query4   66082   28668   23183   23183
   query5   5018443 438 438
   query6   401 169 185 169
   query7   5558309 299 299
   query8   302 223 221 221
   query9   8906262026022602
   query10  454 268 262 262
   query11  17430   15188   15757   15188
   query12  156 109 102 102
   query13  1512443 438 438
   query14  10793   768469686968
   query15  204 176 189 176
   query16  7089492 539 492
   query17  1171583 612 583
   query18  1812331 324 324
   query19  206 168 163 163
   query20  123 116 116 116
   query21  205 106 111 106
   query22  4674461346084608
   query23  34370   34684   34170   34170
   query24  6237289129032891
   query25  522 397 414 397
   query26  665 172 170 170
   query27  1746352 356 352
   query28  4418246324622462
   query29  687 458 438 438
   query30  242 164 161 161
   query31  1003814 840 814
   query32  74  56  58  56
   query33  390 306 292 292
   query34  926 500 500 500
   query35  839 748 746 746
   query36  1085984 963 963
   query37  117 77  68  68
   query38  4131403941504039
   query39  1526147915121479
   query40  202 101 108 101
   query41  48  48  47  47
   query42  118 105 106 105
   query43  534 493 476 476
   query44  1174802 823 802
   query45  178 171 168 168
   query46  1160724 747 724
   query47  2005192819161916
   query48  496 366 407 366
   query49  723 418 384 384
   query50  863 432 440 432
   query51  7409725372027202
   query52  103 90  95  90
   query53  266 181 178 178
   query54  547 459 473 459
   query55  75  81  75  75
   query56  260 240 253 240
   query57  1200111210811081
   query58  212 202 205 202
   query59  3238279627962796
   query60  290 248 243 243
   query61  110 109 108 108
   query62  766 678 656 656
   query63  217 183 195 183
   query64  1373656 621 621
   query65  3271318131863181
   query66  709 291 292 291
   query67  16013   15670   15663   15663
   query68  3795595 567 567
   query69  436 266 262 262
   query70  1171103911171039
   query71  364 249 257 249
   query72  6037417940494049
   query73  754 348 345 345
   query74  9843925490839083
   query75  3338264826792648
   query76  1890105010761050
   query77  471 268 275 268
   query78  10373   964896049604
   query79  1116630 592 592
   query80  803 423 431 423
   query81  495 239 239 239
   query82  127592  94  92
   query83  167 150 145 145
   query84  280 82  75  75
   query85  892 325 288 288
   query86  332 288 295 288
   query87  4356438843394339
   query88  3528241523662366
   query89  411 291 293 291
   query90  1992187 189 187
   query91  180 148 149 148
   query92  67  48  50  48
   query93  1299552 559 552
   query94  763 301 312 301
   query95  357 258 254 254
   query96  619 283 288 283
   query97  3356319531353135
   query98  228 207 200 200
   query99  1557130712871287
   Total cold run time: 315679 ms
   Total hot run time: 197271 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] [enhancement](hudi)support native read hudi top level schema change table. [doris]

2025-03-17 Thread via GitHub


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

   
   
   TPC-DS: Total hot run time: 191672 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 af7202943ee8ddd46cb3621d0a01391473e3d92a, 
data reload: false
   
   query1   1394107210261026
   query2   6145188418801880
   query3   10994   450644004400
   query4   57465   26210   23289   23289
   query5   4932501 489 489
   query6   330 194 190 190
   query7   4882501 298 298
   query8   321 255 246 246
   query9   5503265126492649
   query10  427 307 247 247
   query11  15170   14999   14857   14857
   query12  161 109 107 107
   query13  1032532 400 400
   query14  11095   675763446344
   query15  215 219 180 180
   query16  7213648 441 441
   query17  1093721 577 577
   query18  1693407 314 314
   query19  198 197 158 158
   query20  129 121 127 121
   query21  214 125 103 103
   query22  4434447345114473
   query23  34282   33228   33160   33160
   query24  5702242623992399
   query25  446 476 405 405
   query26  699 275 155 155
   query27  1733514 339 339
   query28  2768249524862486
   query29  595 573 433 433
   query30  282 221 191 191
   query31  895 892 829 829
   query32  79  65  67  65
   query33  476 401 312 312
   query34  783 853 508 508
   query35  810 863 760 760
   query36  975 994 908 908
   query37  123 106 78  78
   query38  4175426543354265
   query39  1482143114791431
   query40  225 124 113 113
   query41  58  98  51  51
   query42  125 111 113 111
   query43  489 516 484 484
   query44  1317814 813 813
   query45  177 176 163 163
   query46  843 1034645 645
   query47  1835190218231823
   query48  390 413 313 313
   query49  695 523 424 424
   query50  696 749 413 413
   query51  4356443442474247
   query52  108 99  92  92
   query53  227 277 196 196
   query54  490 495 410 410
   query55  76  77  80  77
   query56  274 257 284 257
   query57  1176118011281128
   query58  244 236 242 236
   query59  2693276228852762
   query60  279 297 254 254
   query61  121 126 124 124
   query62  736 738 678 678
   query63  231 194 194 194
   query64  18771054762 762
   query65  4556443944264426
   query66  713 397 302 302
   query67  15969   15537   15243   15243
   query68  8303813 498 498
   query69  599 293 271 271
   query70  1198113010921092
   query71  481 303 265 265
   query72  5792362836973628
   query73  1283742 352 352
   query74  9279912887038703
   query75  3662313126962696
   query76  42891180734 734
   query77  603 371 274 274
   query78  10210   10004   92559255
   query79  3298825 582 582
   query80  762 529 447 447
   query81  488 265 220 220
   query82  713 127 94  94
   query83  316 165 153 153
   query84  366 97  79  79
   query85  787 359 301 301
   query86  387 301 312 301
   query87  4410461843824382
   query88  3622226322882263
   query89  422 316 277 277
   query90  1761204 206 204
   query91  140 138 111 111
   query92  79  56  55  55
   query93  21591068571 571
   query94  674 407 304 304
   query95  348 267 250 250
   query96  479 571 273 273
   query97  3361340733273327
   query98  229 201 203 201
   query99  1436141212551255
   Total cold run time: 304257 ms
   Total hot run time: 191672 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 SetOperator beut [doris]

2025-03-17 Thread via GitHub


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

   
   
   TPC-DS: Total hot run time: 185198 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 844e5d520f65ba9322149a3920b40183bbdbab66, 
data reload: false
   
   query1   1008497 483 483
   query2   6536190118551855
   query3   6792223 222 222
   query4   26287   23653   23299   23299
   query5   4313671 495 495
   query6   292 222 190 190
   query7   4604502 291 291
   query8   306 251 232 232
   query9   8627252225082508
   query10  495 338 271 271
   query11  15489   15055   14845   14845
   query12  161 112 109 109
   query13  1654511 400 400
   query14  9976651964316431
   query15  214 190 175 175
   query16  7689651 475 475
   query17  1184700 565 565
   query18  1980395 305 305
   query19  182 170 149 149
   query20  118 115 113 113
   query21  207 122 101 101
   query22  4312426042184218
   query23  33843   32937   33036   32937
   query24  7646237523362336
   query25  526 442 372 372
   query26  1230271 149 149
   query27  2117501 327 327
   query28  3877236823682368
   query29  732 558 417 417
   query30  293 214 187 187
   query31  982 864 765 765
   query32  70  63  62  62
   query33  561 355 298 298
   query34  781 817 520 520
   query35  766 834 727 727
   query36  1023993 878 878
   query37  110 96  71  71
   query38  4171406340264026
   query39  1465137514231375
   query40  208 117 101 101
   query41  61  54  76  54
   query42  118 99  101 99
   query43  487 493 475 475
   query44  1282789 780 780
   query45  176 169 167 167
   query46  844 1035617 617
   query47  1760184817221722
   query48  366 409 296 296
   query49  781 500 416 416
   query50  683 728 419 419
   query51  4158419541364136
   query52  110 105 102 102
   query53  232 254 185 185
   query54  478 494 416 416
   query55  87  78  81  78
   query56  269 259 265 259
   query57  1115115710751075
   query58  249 237 243 237
   query59  2583275125382538
   query60  284 318 254 254
   query61  122 119 116 116
   query62  841 729 653 653
   query63  234 196 189 189
   query64  42861037658 658
   query65  4397435443184318
   query66  1073405 294 294
   query67  15769   15683   15385   15385
   query68  5006889 509 509
   query69  465 301 259 259
   query70  1221107811081078
   query71  402 318 271 271
   query72  5577352637243526
   query73  726 723 337 337
   query74  9074919790039003
   query75  3199318027132713
   query76  32741191757 757
   query77  493 364 282 282
   query78  10153   10248   93659365
   query79  2047824 568 568
   query80  1611517 442 442
   query81  560 257 227 227
   query82  429 126 98  98
   query83  272 171 155 155
   query84  241 95  72  72
   query85  820 345 303 303
   query86  478 313 289 289
   query87  4464448242994299
   query88  2809220422142204
   query89  389 317 279 279
   query90  1767206 212 206
   query91  143 136 109 109
   query92  69  59  58  58
   query93  12451061578 578
   query94  676 427 302 302
   query95  359 272 249 249
   query96  484 602 274 274
   query97  3320340832993299
   query98  229 203 200 200
   query99  1343137713011301
   Total cold run time: 269017 ms
   Total hot run time: 185198 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](hudi)support native read hudi top level schema change table. [doris]

2025-03-17 Thread via GitHub


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

   
   
   ClickBench: Total hot run time: 31.87 s
   
   ```
   machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
   scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools
   ClickBench test result on commit af7202943ee8ddd46cb3621d0a01391473e3d92a, 
data reload: false
   
   query1   0.030.030.03
   query2   0.140.110.11
   query3   0.330.190.20
   query4   1.600.190.20
   query5   0.610.600.61
   query6   1.180.740.71
   query7   0.020.020.02
   query8   0.050.040.04
   query9   0.630.520.52
   query10  0.580.590.57
   query11  0.250.130.13
   query12  0.250.140.12
   query13  0.640.630.62
   query14  2.672.892.75
   query15  0.990.880.87
   query16  0.370.370.38
   query17  1.061.081.02
   query18  0.190.190.18
   query19  2.012.001.81
   query20  0.010.020.01
   query21  15.36   0.990.67
   query22  0.931.060.82
   query23  14.70   1.650.80
   query24  5.460.560.29
   query25  0.170.080.08
   query26  0.550.210.18
   query27  0.080.080.08
   query28  11.13   1.230.58
   query29  12.53   4.063.42
   query30  0.270.080.06
   query31  2.820.650.43
   query32  3.230.590.50
   query33  3.033.163.12
   query34  16.44   5.194.39
   query35  4.474.524.46
   query36  0.640.510.49
   query37  0.200.170.18
   query38  0.170.150.16
   query39  0.050.040.04
   query40  0.200.150.17
   query41  0.120.050.04
   query42  0.070.050.05
   query43  0.050.060.04
   Total cold run time: 106.28 s
   Total hot run time: 31.87 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) add transform rule JoinSkewAddSalt [doris]

2025-03-17 Thread via GitHub


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

   
   
   TPC-DS: Total hot run time: 192419 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 9d417ae6eebe4a467558743c89e67bc1251a1e74, 
data reload: false
   
   query1   1421106710491049
   query2   6281195919031903
   query3   11141   475746494649
   query4   26058   24087   23073   23073
   query5   4684671 510 510
   query6   315 200 194 194
   query7   3992512 295 295
   query8   303 255 234 234
   query9   8525252425142514
   query10  473 321 257 257
   query11  15651   15340   14865   14865
   query12  183 109 107 107
   query13  1572523 390 390
   query14  9518610162576101
   query15  211 187 173 173
   query16  7606653 478 478
   query17  1101740 586 586
   query18  2039408 318 318
   query19  189 189 188 188
   query20  129 124 119 119
   query21  210 124 108 108
   query22  4379451845394518
   query23  34607   33565   33482   33482
   query24  8328242224512422
   query25  500 472 395 395
   query26  1270273 156 156
   query27  2896500 330 330
   query28  4442242624582426
   query29  712 591 453 453
   query30  279 218 193 193
   query31  927 838 780 780
   query32  73  66  63  63
   query33  520 362 313 313
   query34  817 878 513 513
   query35  846 838 789 789
   query36  993 1004899 899
   query37  117 105 84  84
   query38  4276425341474147
   query39  1476143614481436
   query40  216 118 101 101
   query41  53  53  52  52
   query42  118 104 111 104
   query43  493 511 474 474
   query44  1327809 797 797
   query45  177 186 179 179
   query46  849 1022641 641
   query47  1819187317791779
   query48  390 415 304 304
   query49  766 516 424 424
   query50  713 750 433 433
   query51  4375436942604260
   query52  104 108 101 101
   query53  259 264 198 198
   query54  517 519 442 442
   query55  87  79  81  79
   query56  278 280 270 270
   query57  1179116911221122
   query58  248 247 251 247
   query59  2688287228312831
   query60  291 304 279 279
   query61  150 163 117 117
   query62  808 731 687 687
   query63  225 190 202 190
   query64  41871064665 665
   query65  4659449744924492
   query66  964 401 310 310
   query67  16273   15589   15617   15589
   query68  8349875 501 501
   query69  471 300 255 255
   query70  1172109210761076
   query71  471 307 265 265
   query72  5667368737613687
   query73  779 760 342 342
   query74  9022914391749143
   query75  3805317526852685
   query76  37231191742 742
   query77  802 383 280 280
   query78  10098   10264   92649264
   query79  2214833 593 593
   query80  642 527 445 445
   query81  486 256 215 215
   query82  521 124 97  97
   query83  169 166 153 153
   query84  259 89  74  74
   query85  849 347 306 306
   query86  378 317 287 287
   query87  4363445043254325
   query88  3766226322352235
   query89  421 305 282 282
   query90  1796221 217 217
   query91  140 142 106 106
   query92  77  63  56  56
   query93  18831078580 580
   query94  632 415 281 281
   query95  354 277 264 264
   query96  484 563 283 283
   query97  3340337232543254
   query98  241 205 193 193
   query99  1303137512561256
   Total cold run time: 281950 ms
   Total hot run time: 192419 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 

Re: [PR] [chore](be) remove some unused code [doris]

2025-03-17 Thread via GitHub


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

   # BE UT Coverage Report
   Increment line coverage ` ` :tada:
   
   [Increment coverage 
report](http://coverage.selectdb-in.cc/coverage/143c5ddfa9d6b89d9274d0e20cc0b39d3a98e5d4_143c5ddfa9d6b89d9274d0e20cc0b39d3a98e5d4/increment_report/index.html)
   [Complete coverage 
report](http://coverage.selectdb-in.cc/coverage/143c5ddfa9d6b89d9274d0e20cc0b39d3a98e5d4_143c5ddfa9d6b89d9274d0e20cc0b39d3a98e5d4/report/index.html)
   | Category  | Coverage   |
   |---||
   | Function Coverage | 48.51% (12982/26761) |
   | Line Coverage | 37.93% (111249/293330) |
   | Region Coverage   | 36.90% (56804/153951) |
   | Branch Coverage   | 32.05% (28567/89126) |


-- 
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 (e9cef9e71f9 -> 1e872ff2a1f)

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

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


from e9cef9e71f9 [test](beut) add pipeline UnionOperator beut (#48984)
 add 1e872ff2a1f [improve](analytic) refactor the insert into result mode 
for window function (#48883)

No new revisions were added by this update.

Summary of changes:
 be/src/pipeline/exec/analytic_sink_operator.cpp| 77 +
 be/src/pipeline/exec/analytic_sink_operator.h  | 11 ++-
 .../vec/aggregate_functions/aggregate_function.h   | 13 
 .../aggregate_function_window.h| 79 --
 4 files changed, 146 insertions(+), 34 deletions(-)


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



Re: [PR] [improve](cloud-mow)Modify some mow log to help solve problem [doris]

2025-03-17 Thread via GitHub


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

   
   
   ClickBench: Total hot run time: 33.13 s
   
   ```
   machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
   scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools
   ClickBench test result on commit c2bd107d729105fc7e13225f2c638b0cbb97d267, 
data reload: false
   
   query1   0.030.030.03
   query2   0.070.020.03
   query3   0.230.070.07
   query4   1.630.110.11
   query5   0.540.520.53
   query6   1.130.730.73
   query7   0.020.010.02
   query8   0.040.030.03
   query9   0.560.500.50
   query10  0.540.540.54
   query11  0.140.100.11
   query12  0.140.120.11
   query13  0.610.590.60
   query14  2.842.812.83
   query15  0.900.820.82
   query16  0.390.370.40
   query17  0.991.061.06
   query18  0.240.210.22
   query19  1.981.812.00
   query20  0.010.020.01
   query21  15.36   0.590.58
   query22  2.742.072.05
   query23  17.02   0.920.79
   query24  2.621.492.29
   query25  0.230.210.13
   query26  0.500.140.14
   query27  0.040.050.04
   query28  9.140.490.52
   query29  12.58   3.253.26
   query30  0.240.060.06
   query31  2.870.380.39
   query32  3.240.460.46
   query33  3.023.053.04
   query34  17.00   4.474.49
   query35  4.534.524.52
   query36  0.660.510.49
   query37  0.090.060.06
   query38  0.050.040.03
   query39  0.030.020.02
   query40  0.160.120.12
   query41  0.080.030.02
   query42  0.030.030.02
   query43  0.040.030.03
   Total cold run time: 105.3 s
   Total hot run time: 33.13 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] branch-3.0: [fix](group commit)Fix replay wal fail problem on agg state type #49081 [doris]

2025-03-17 Thread via GitHub


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

   
   
   ClickBench: Total hot run time: 32.29 s
   
   ```
   machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
   scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools
   ClickBench test result on commit 023b7feed77bea4d8e3b3f98574aa78a63e23315, 
data reload: false
   
   query1   0.030.040.03
   query2   0.060.030.04
   query3   0.230.070.07
   query4   1.600.100.10
   query5   0.530.530.50
   query6   1.130.720.73
   query7   0.030.020.01
   query8   0.040.040.03
   query9   0.570.520.51
   query10  0.560.560.55
   query11  0.160.110.10
   query12  0.140.120.11
   query13  0.610.600.60
   query14  2.732.902.86
   query15  0.900.820.82
   query16  0.380.390.38
   query17  1.010.991.03
   query18  0.220.220.21
   query19  1.951.731.99
   query20  0.010.010.01
   query21  15.36   0.610.60
   query22  2.702.022.33
   query23  16.95   1.040.76
   query24  2.540.761.52
   query25  0.140.140.19
   query26  0.440.140.13
   query27  0.040.040.04
   query28  10.68   0.530.46
   query29  12.57   3.323.25
   query30  0.250.050.06
   query31  2.860.390.38
   query32  3.260.460.45
   query33  2.973.033.10
   query34  16.91   4.564.55
   query35  4.614.534.56
   query36  0.680.480.48
   query37  0.080.060.06
   query38  0.050.040.03
   query39  0.030.020.02
   query40  0.160.120.12
   query41  0.080.020.02
   query42  0.030.020.03
   query43  0.040.030.03
   Total cold run time: 106.32 s
   Total hot run time: 32.29 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



(doris) branch auto-pick-47629-branch-3.0 updated (1461b3d7460 -> 01ea3264793)

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

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


from 1461b3d7460 Merge branch 'branch-3.0' into auto-pick-47629-branch-3.0
 add 9c78d4f7da0 [fix](cloud-mow)Add more calculate delete bitmap fail case 
(#49090)
 add 1b3f158095f branch-3.0: [fix](memory) Fix LRUCachePolicy 
initialization and registration order #49117 (#49124)
 add 01ea3264793 Merge branch 'branch-3.0' into auto-pick-47629-branch-3.0

No new revisions were added by this update.

Summary of changes:
 .../cloud/cloud_engine_calc_delete_bitmap_task.cpp |   3 +-
 be/src/cloud/cloud_meta_mgr.cpp|   5 +
 be/src/cloud/cloud_stream_load_executor.cpp|   4 +-
 be/src/runtime/memory/cache_policy.cpp |   1 -
 be/src/runtime/memory/lru_cache_policy.h   |   2 +
 .../main/java/org/apache/doris/catalog/Table.java  |   4 +
 .../transaction/CloudGlobalTransactionMgr.java |  34 ++-
 ...test_cloud_mow_stream_load_with_commit_fail.out | Bin 134 -> 446 bytes
 .../fault_injection_p0/cloud/test_stream_load0.csv |   2 +
 .../fault_injection_p0/cloud/test_stream_load1.csv |   2 +
 .../fault_injection_p0/cloud/test_stream_load2.csv |   2 +
 .../fault_injection_p0/cloud/test_stream_load3.csv |   2 +
 .../fault_injection_p0/cloud/test_stream_load4.csv |   2 +
 .../fault_injection_p0/cloud/test_stream_load5.csv |   2 +
 .../fault_injection_p0/cloud/test_stream_load6.csv |   2 +
 .../fault_injection_p0/cloud/test_stream_load7.csv |   2 +
 ...t_cloud_mow_stream_load_with_commit_fail.groovy | 340 +++--
 17 files changed, 375 insertions(+), 34 deletions(-)
 create mode 100644 
regression-test/data/fault_injection_p0/cloud/test_stream_load0.csv
 create mode 100644 
regression-test/data/fault_injection_p0/cloud/test_stream_load1.csv
 create mode 100644 
regression-test/data/fault_injection_p0/cloud/test_stream_load2.csv
 create mode 100644 
regression-test/data/fault_injection_p0/cloud/test_stream_load3.csv
 create mode 100644 
regression-test/data/fault_injection_p0/cloud/test_stream_load4.csv
 create mode 100644 
regression-test/data/fault_injection_p0/cloud/test_stream_load5.csv
 create mode 100644 
regression-test/data/fault_injection_p0/cloud/test_stream_load6.csv
 create mode 100644 
regression-test/data/fault_injection_p0/cloud/test_stream_load7.csv


-
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](hudi) Fix Memory Leak in BitCaskDiskMap Due to Circular Reference #48955 [doris]

2025-03-17 Thread via GitHub


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

   
   
   TPC-H: Total hot run time: 40181 ms
   
   ```
   machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
   scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
   Tpch sf100 test result on commit 72716689f0512f3dbbc39c3a6886e38f8c1e6170, 
data reload: false
   
   -- Round 1 --
   q1   17582   703165906590
   q2   2072181 184 181
   q3   10683   107011591070
   q4   10431   761 810 761
   q5   7754286827972797
   q6   220 134 133 133
   q7   976 615 605 605
   q8   9360194620661946
   q9   6624645464506450
   q10  7052226622772266
   q11  464 269 260 260
   q12  406 206 205 205
   q13  17762   294629982946
   q14  239 202 214 202
   q15  509 467 457 457
   q16  662 568 574 568
   q17  993 631 585 585
   q18  7408675367086708
   q19  1389108710121012
   q20  462 207 198 198
   q21  4008324832423242
   q22  11211010999 999
   Total cold run time: 108177 ms
   Total hot run time: 40181 ms
   
   - Round 2, with runtime_filter_mode=off -
   q1   6584655365676553
   q2   331 238 230 230
   q3   2919276629522766
   q4   2009175117711751
   q5   5794581157495749
   q6   212 126 131 126
   q7   2179185317901790
   q8   3419358535483548
   q9   8800888789568887
   q10  3574356434943494
   q11  593 492 491 491
   q12  792 613 617 613
   q13  8547326931293129
   q14  308 272 266 266
   q15  498 476 472 472
   q16  683 658 646 646
   q17  1880161915881588
   q18  8360780476207620
   q19  1678161716241617
   q20  2127187718911877
   q21  5483538653465346
   q22  1134110110031003
   Total cold run time: 67904 ms
   Total hot run time: 59562 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] [enhancement](hudi)support native read hudi top level schema change table. [doris]

2025-03-17 Thread via GitHub


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

   
   
   TPC-H: Total hot run time: 32573 ms
   
   ```
   machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
   scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
   Tpch sf100 test result on commit af7202943ee8ddd46cb3621d0a01391473e3d92a, 
data reload: false
   
   -- Round 1 --
   q1   24330   508152785081
   q2   2052313 186 186
   q3   10427   1281681 681
   q4   10232   1051528 528
   q5   7840251624052405
   q6   190 166 134 134
   q7   914 744 606 606
   q8   9319135410741074
   q9   4953490146974697
   q10  6812233119011901
   q11  493 279 254 254
   q12  357 357 219 219
   q13  17775   374230823082
   q14  229 237 210 210
   q15  530 487 480 480
   q16  646 610 574 574
   q17  589 874 349 349
   q18  7006638763796379
   q19  2527981 587 587
   q20  327 331 189 189
   q21  2766220719601960
   q22  10581027997 997
   Total cold run time: 111372 ms
   Total hot run time: 32573 ms
   
   - Round 2, with runtime_filter_mode=off -
   q1   5310513751015101
   q2   242 334 229 229
   q3   2153267022412241
   q4   1425184613711371
   q5   4247433744484337
   q6   228 171 131 131
   q7   2065194417951795
   q8   2617256125692561
   q9   7376729372267226
   q10  2924315928362836
   q11  586 513 510 510
   q12  735 773 636 636
   q13  3527398033803380
   q14  272 298 271 271
   q15  522 493 468 468
   q16  639 688 666 666
   q17  1177157313341334
   q18  7875755076037550
   q19  870 850 954 850
   q20  1982204519081908
   q21  5352503849484948
   q22  1063105610181018
   Total cold run time: 53187 ms
   Total hot run time: 51367 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] [Bug](partition) should not do reset for the partition_sorts [doris]

2025-03-17 Thread via GitHub


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

   
   
   TPC-H: Total hot run time: 40670 ms
   
   ```
   machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
   scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
   Tpch sf100 test result on commit 03fd985bceabbe94cde804a989efe1a5002312ca, 
data reload: false
   
   -- Round 1 --
   q1   17565   717170507050
   q2   2055170 165 165
   q3   10662   107511991075
   q4   11062   734 794 734
   q5   7754284927832783
   q6   215 133 128 128
   q7   983 618 621 618
   q8   9381196120011961
   q9   6605637763896377
   q10  7028228522622262
   q11  473 271 265 265
   q12  402 217 218 217
   q13  17813   299630152996
   q14  235 203 206 203
   q15  499 457 461 457
   q16  671 573 590 573
   q17  971 587 614 587
   q18  7271661167766611
   q19  1386105710491049
   q20  489 212 200 200
   q21  4049337733713371
   q22  10731015988 988
   Total cold run time: 108642 ms
   Total hot run time: 40670 ms
   
   - Round 2, with runtime_filter_mode=off -
   q1   6556653165386531
   q2   336 226 234 226
   q3   2884284029392840
   q4   2043185618591856
   q5   5697573857185718
   q6   213 127 126 126
   q7   2164182818461828
   q8   3408355434933493
   q9   8706886188438843
   q10  3579353934963496
   q11  594 493 514 493
   q12  793 643 604 604
   q13  8910324331983198
   q14  302 280 279 279
   q15  509 475 466 466
   q16  690 652 634 634
   q17  1836159116071591
   q18  8331769977097699
   q19  1660150915571509
   q20  2136184918551849
   q21  5673535152995299
   q22  1148105310341034
   Total cold run time: 68168 ms
   Total hot run time: 59612 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](nereids) fix to_monday('1970-01-04 23:59:59') [doris]

2025-03-17 Thread via GitHub


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

   
   
   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 c41acd05137a8a141526f4ee84be7ef63837f7ad, 
data reload: false
   
   query1   0.040.040.04
   query2   0.130.100.11
   query3   0.250.190.19
   query4   1.590.200.20
   query5   0.590.580.59
   query6   1.210.720.71
   query7   0.020.020.01
   query8   0.040.030.03
   query9   0.590.530.51
   query10  0.580.590.58
   query11  0.150.110.11
   query12  0.150.110.11
   query13  0.610.600.60
   query14  2.802.812.84
   query15  0.920.830.85
   query16  0.390.380.37
   query17  1.041.031.00
   query18  0.220.200.20
   query19  1.902.001.88
   query20  0.020.020.01
   query21  15.37   0.890.55
   query22  0.771.210.63
   query23  14.93   1.410.63
   query24  6.751.770.72
   query25  0.460.220.12
   query26  0.640.160.13
   query27  0.060.050.05
   query28  9.200.860.44
   query29  12.58   4.023.31
   query30  0.250.100.06
   query31  2.820.600.38
   query32  3.220.540.46
   query33  3.063.013.04
   query34  15.79   5.114.47
   query35  4.524.544.56
   query36  0.660.490.48
   query37  0.090.060.06
   query38  0.050.040.04
   query39  0.030.030.03
   query40  0.170.140.13
   query41  0.090.030.03
   query42  0.040.030.02
   query43  0.030.030.03
   Total cold run time: 104.82 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] branch-3.0: [Fix](log) Fix some delete bitmap log #49009 [doris]

2025-03-17 Thread via GitHub


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

   # BE UT Coverage Report
   Increment line coverage `33.33% (2/6)` :tada:
   
   [Increment coverage 
report](http://coverage.selectdb-in.cc/coverage/58ba909cd836a73ce31006652ca2edbb19267199_58ba909cd836a73ce31006652ca2edbb19267199/increment_report/index.html)
   [Complete coverage 
report](http://coverage.selectdb-in.cc/coverage/58ba909cd836a73ce31006652ca2edbb19267199_58ba909cd836a73ce31006652ca2edbb19267199/report/index.html)
   | Category  | Coverage   |
   |---||
   | Function Coverage | 38.88% (10168/26154) |
   | Line Coverage | 30.31% (86705/286089) |
   | Region Coverage   | 29.35% (44540/151737) |
   | Branch Coverage   | 25.88% (22658/87548) |


-- 
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](connector)修复spark doris catalog模式下,where条件有case when时报错问题(#282) [doris-spark-connector]

2025-03-17 Thread via GitHub


aoyuEra opened a new pull request, #284:
URL: https://github.com/apache/doris-spark-connector/pull/284

   # Proposed changes
   
   Issue Number: close #282
   
   ## 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-2.1-pick: [Fix](partial update) use correct default value for missing columns in partial update (#49066) [doris]

2025-03-17 Thread via GitHub


bobhan1 commented on PR #49146:
URL: https://github.com/apache/doris/pull/49146#issuecomment-2728671352

   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: [Improve](cloud) support caching SchemaCloudDictionary in BE side #47629 [doris]

2025-03-17 Thread via GitHub


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

   TeamCity cloud ut coverage result:
Function Coverage: 82.87% (1074/1296) 
Line Coverage: 65.86% (17738/26932)
Region Coverage: 65.21% (8729/13387)
Branch Coverage: 55.19% (4709/8532)
Coverage Report: 
http://coverage.selectdb-in.cc/coverage/01ea3264793908ee336f622240bdbc31c89f3884_01ea3264793908ee336f622240bdbc31c89f3884_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] [Bug](partition) should not do reset for the partition_sorts [doris]

2025-03-17 Thread via GitHub


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

   
   
   TPC-DS: Total hot run time: 196408 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 03fd985bceabbe94cde804a989efe1a5002312ca, 
data reload: false
   
   query1   1286931 953 931
   query2   6210202719921992
   query3   10927   421542064206
   query4   65581   28908   23104   23104
   query5   4954471 462 462
   query6   415 184 187 184
   query7   5588325 324 324
   query8   305 227 226 226
   query9   9099261726092609
   query10  466 267 279 267
   query11  17334   15334   15605   15334
   query12  161 104 102 102
   query13  1545458 463 458
   query14  10416   683772546837
   query15  201 185 191 185
   query16  7084490 456 456
   query17  1055562 590 562
   query18  1889327 340 327
   query19  211 178 183 178
   query20  126 120 113 113
   query21  212 108 110 108
   query22  4677448043804380
   query23  34039   33914   34460   33914
   query24  6271295229712952
   query25  536 414 427 414
   query26  673 170 170 170
   query27  1955354 359 354
   query28  4365248624552455
   query29  718 506 459 459
   query30  253 166 161 161
   query31  990 831 811 811
   query32  69  61  58  58
   query33  415 301 311 301
   query34  917 526 524 524
   query35  851 772 747 747
   query36  1090988 964 964
   query37  114 71  70  70
   query38  4160400439713971
   query39  1495149314961493
   query40  204 100 99  99
   query41  47  48  47  47
   query42  119 100 101 100
   query43  544 507 490 490
   query44  1203835 829 829
   query45  186 164 169 164
   query46  1156749 730 730
   query47  2030194519321932
   query48  487 398 384 384
   query49  731 406 387 387
   query50  859 437 429 429
   query51  7336738171067106
   query52  104 87  89  87
   query53  260 181 191 181
   query54  572 458 465 458
   query55  77  79  76  76
   query56  257 235 246 235
   query57  1214113511271127
   query58  211 204 207 204
   query59  3156304528402840
   query60  278 258 262 258
   query61  108 108 108 108
   query62  757 654 672 654
   query63  227 193 193 193
   query64  1363660 673 660
   query65  3232317632223176
   query66  700 297 304 297
   query67  16037   15741   15568   15568
   query68  3997579 573 573
   query69  434 265 259 259
   query70  1093114611091109
   query71  360 258 268 258
   query72  6350402241384022
   query73  754 359 346 346
   query74  10338   899389928992
   query75  3354262426942624
   query76  2198103610141014
   query77  531 285 273 273
   query78  10791   959810017   9598
   query79  1104605 597 597
   query80  935 441 428 428
   query81  522 238 238 238
   query82  185 89  86  86
   query83  161 150 143 143
   query84  282 81  79  79
   query85  957 299 286 286
   query86  400 305 300 300
   query87  4459421944994219
   query88  4078240723522352
   query89  412 286 300 286
   query90  1984186 187 186
   query91  180 148 147 147
   query92  66  48  50  48
   query93  1092547 582 547
   query94  858 295 265 265
   query95  365 264 255 255
   query96  605 288 285 285
   query97  3295317431353135
   query98  218 207 200 200
   query99  1574127612831276
   Total cold run time: 316040 ms
   Total hot run time: 196408 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: [I] [Bug] Spark Doris Connector V2ExpressionBuilder缺少表达式转换导致执行计划接口查询失败问题 [doris-spark-connector]

2025-03-17 Thread via GitHub


aoyuEra commented on issue #282:
URL: 
https://github.com/apache/doris-spark-connector/issues/282#issuecomment-2728869984

   @JNSimba 谢谢,已修改,提交


-- 
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] [bugfix] fix restore colocate with mismatch BackendsPerBucket [doris]

2025-03-17 Thread via GitHub


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

   
   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] branch-3.0: [Improve](cloud) support caching SchemaCloudDictionary in BE side #47629 [doris]

2025-03-17 Thread via GitHub


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

   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](nereids) fix to_monday('1970-01-04 23:59:59') [doris]

2025-03-17 Thread via GitHub


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

   
   
   TPC-DS: Total hot run time: 185314 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 c41acd05137a8a141526f4ee84be7ef63837f7ad, 
data reload: false
   
   query1   996 464 464 464
   query2   6541192018461846
   query3   6816224 225 224
   query4   26175   23627   23458   23458
   query5   4374650 478 478
   query6   278 185 178 178
   query7   4594484 292 292
   query8   296 232 223 223
   query9   8612252925072507
   query10  487 312 258 258
   query11  15494   15164   15138   15138
   query12  155 116 101 101
   query13  1657536 441 441
   query14  9340658167246581
   query15  200 185 160 160
   query16  7712622 464 464
   query17  1187684 573 573
   query18  1983387 300 300
   query19  180 180 148 148
   query20  117 112 108 108
   query21  210 121 102 102
   query22  4262409740354035
   query23  33883   33048   32981   32981
   query24  7712237423822374
   query25  501 440 374 374
   query26  1214267 154 154
   query27  2277475 323 323
   query28  4060238523852385
   query29  682 577 409 409
   query30  280 219 185 185
   query31  967 857 765 765
   query32  74  64  64  64
   query33  575 364 314 314
   query34  785 835 499 499
   query35  806 858 741 741
   query36  960 992 877 877
   query37  126 95  75  75
   query38  4073406641464066
   query39  1460140613671367
   query40  213 117 110 110
   query41  56  53  50  50
   query42  116 105 103 103
   query43  471 510 470 470
   query44  1292774 774 774
   query45  172 169 161 161
   query46  819 1018615 615
   query47  1738178416851685
   query48  372 406 298 298
   query49  790 508 439 439
   query50  687 723 396 396
   query51  4154413341594133
   query52  102 100 93  93
   query53  227 275 191 191
   query54  487 480 427 427
   query55  84  85  85  85
   query56  266 256 244 244
   query57  1084112510651065
   query58  247 234 239 234
   query59  2470261724752475
   query60  280 274 253 253
   query61  120 118 119 118
   query62  791 751 667 667
   query63  240 183 182 182
   query64  42651005671 671
   query65  4441440142974297
   query66  1089421 317 317
   query67  15686   15415   15168   15168
   query68  8044874 503 503
   query69  487 313 275 275
   query70  1193117111141114
   query71  447 318 261 261
   query72  5492354737233547
   query73  726 729 350 350
   query74  8895913189598959
   query75  3192314726832683
   query76  32201253736 736
   query77  540 371 286 286
   query78  992010169   92589258
   query79  2640816 573 573
   query80  667 530 450 450
   query81  492 254 223 223
   query82  233 125 99  99
   query83  190 169 163 163
   query84  250 89  72  72
   query85  880 369 309 309
   query86  374 307 290 290
   query87  4663458643564356
   query88  3955223622032203
   query89  397 324 281 281
   query90  1889217 212 212
   query91  139 142 108 108
   query92  79  65  54  54
   query93  23911041580 580
   query94  687 406 305 305
   query95  359 273 266 266
   query96  479 577 279 279
   query97  3259345432943294
   query98  236 205 217 205
   query99  1362142912671267
   Total cold run time: 272637 ms
   Total hot run time: 185314 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 

[PR] [bugfix] fix restore colocate with mismatch BackendsPerBucket [doris]

2025-03-17 Thread via GitHub


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

   Only create colocate cgroup when restore the base index of the first 
partition
   
   ### 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] [Bug](partition) should not do reset for the partition_sorts [doris]

2025-03-17 Thread via GitHub


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

   
   
   ClickBench: Total hot run time: 32.5 s
   
   ```
   machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
   scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools
   ClickBench test result on commit 03fd985bceabbe94cde804a989efe1a5002312ca, 
data reload: false
   
   query1   0.040.030.03
   query2   0.070.040.02
   query3   0.230.060.07
   query4   1.620.100.10
   query5   0.520.490.52
   query6   1.130.730.73
   query7   0.020.020.02
   query8   0.040.030.03
   query9   0.560.500.48
   query10  0.550.550.55
   query11  0.150.110.12
   query12  0.140.110.12
   query13  0.610.580.60
   query14  2.872.752.74
   query15  0.890.830.83
   query16  0.380.380.38
   query17  1.051.051.07
   query18  0.260.230.22
   query19  1.951.872.09
   query20  0.010.020.01
   query21  15.37   0.610.61
   query22  2.441.881.69
   query23  17.05   0.890.94
   query24  3.121.541.32
   query25  0.250.110.05
   query26  0.580.140.13
   query27  0.050.040.04
   query28  9.710.540.45
   query29  12.60   3.303.27
   query30  0.240.060.06
   query31  2.860.390.40
   query32  3.230.460.45
   query33  2.943.002.98
   query34  16.97   4.474.51
   query35  4.574.524.52
   query36  0.690.490.50
   query37  0.080.060.05
   query38  0.050.040.03
   query39  0.030.020.03
   query40  0.160.120.12
   query41  0.070.020.02
   query42  0.040.020.02
   query43  0.030.020.02
   Total cold run time: 106.22 s
   Total hot run time: 32.5 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



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

2025-03-17 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] [improve](struct)improve struct schema-change behavior for add sub-columns [doris]

2025-03-17 Thread via GitHub


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

   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



(doris-website) branch asf-site updated (058ae244a1a -> 5516f09af1e)

2025-03-17 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 058ae244a1a Automated deployment with doris branch @ 
6f98f2e663af4ff157b93c3f4dbf79ab31b76b28
 new 5516f09af1e Automated deployment with doris branch @ 
6f98f2e663af4ff157b93c3f4dbf79ab31b76b28

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   (058ae244a1a)
\
 N -- N -- N   refs/heads/asf-site (5516f09af1e)

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] [Bug](partition) should not do reset for the partition_sorts [doris]

2025-03-17 Thread via GitHub


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

   # BE UT Coverage Report
   Increment line coverage ` ` :tada:
   
   [Increment coverage 
report](http://coverage.selectdb-in.cc/coverage/03fd985bceabbe94cde804a989efe1a5002312ca_03fd985bceabbe94cde804a989efe1a5002312ca/increment_report/index.html)
   [Complete coverage 
report](http://coverage.selectdb-in.cc/coverage/03fd985bceabbe94cde804a989efe1a5002312ca_03fd985bceabbe94cde804a989efe1a5002312ca/report/index.html)
   | Category  | Coverage   |
   |---||
   | Function Coverage | 38.87% (10166/26154) |
   | Line Coverage | 30.29% (86643/286087) |
   | Region Coverage   | 29.35% (44535/151737) |
   | Branch Coverage   | 25.87% (22647/87548) |


-- 
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](mow) improve mow get_agg by cache #48968 [doris]

2025-03-17 Thread via GitHub


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


-- 
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](struct)improve struct schema-change behavior for add sub-columns [doris]

2025-03-17 Thread via GitHub


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

   
   
   ClickBench: Total hot run time: 31.41 s
   
   ```
   machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
   scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools
   ClickBench test result on commit a07dc202a532afff08f2320c46fb1f2ecbae76b0, 
data reload: false
   
   query1   0.040.040.04
   query2   0.130.100.10
   query3   0.240.200.19
   query4   1.590.190.20
   query5   0.580.570.58
   query6   1.170.730.72
   query7   0.020.020.01
   query8   0.050.040.04
   query9   0.590.520.54
   query10  0.580.590.57
   query11  0.160.110.11
   query12  0.140.110.11
   query13  0.610.600.60
   query14  2.702.812.73
   query15  0.910.860.86
   query16  0.380.390.38
   query17  1.071.011.03
   query18  0.210.200.19
   query19  1.922.031.82
   query20  0.020.010.02
   query21  15.37   0.870.55
   query22  0.741.260.67
   query23  14.89   1.420.65
   query24  6.352.320.86
   query25  0.510.190.25
   query26  0.650.160.14
   query27  0.050.050.05
   query28  9.870.830.42
   query29  12.53   4.003.30
   query30  0.250.090.07
   query31  2.830.570.38
   query32  3.230.550.47
   query33  3.083.023.01
   query34  15.85   5.204.54
   query35  4.554.544.57
   query36  0.660.490.49
   query37  0.090.060.05
   query38  0.040.040.04
   query39  0.030.020.02
   query40  0.170.130.13
   query41  0.080.020.02
   query42  0.030.020.02
   query43  0.040.030.03
   Total cold run time: 105 s
   Total hot run time: 31.41 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



[PR] fix:event page style and text [doris-website]

2025-03-17 Thread via GitHub


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

   (no comment)


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

To unsubscribe, e-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-2.1: [fix](array/map) Fix BE crash in lambda functions #49140 [doris]

2025-03-17 Thread via GitHub


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

   Cherry-picked from #49140


-- 
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-2.1: [fix](array/map) Fix BE crash in lambda functions #49140 [doris]

2025-03-17 Thread via GitHub


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

   
   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) branch auto-pick-49140-branch-3.0 updated (1404d32f294 -> e0e3b269576)

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

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


from 1404d32f294 branch-3.0: [fix](group commit)Fix replay wal fail problem 
on agg state type #49081 (#49145)
 add e0e3b269576 [fix](array/map) Fix BE crash in lambda functions (#49140)

No new revisions were added by this update.

Summary of changes:
 .../exprs/lambda_function/varray_map_function.cpp  |  10 +-
 .../vec/functions/array/function_array_element.h   |   5 +-
 .../test_array_map.out}| Bin
 .../suites/function_p0/test_array_map.groovy   | 232 +
 4 files changed, 242 insertions(+), 5 deletions(-)
 copy regression-test/data/{load_p0/stream_load/test_stream_load_empty_file.out 
=> function_p0/test_array_map.out} (100%)
 create mode 100644 regression-test/suites/function_p0/test_array_map.groovy


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



Re: [PR] branch-2.1: [fix](array/map) Fix BE crash in lambda functions #49140 [doris]

2025-03-17 Thread via GitHub


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

   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](iceberg)Optimize count* in batch mode [doris]

2025-03-17 Thread via GitHub


wuwenchi commented on PR #49025:
URL: https://github.com/apache/doris/pull/49025#issuecomment-2729459396

   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



  1   2   3   4   5   6   7   8   >