(doris) branch master updated: [Feature](schema change) Support add column bitmap with default value bitmap_empty (#42331)

2024-10-27 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 40d0f7704da [Feature](schema change) Support

Re: [PR] branch-3.0: [fix](log) fix group commit warn log [doris]

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

Re: [PR] [refactor](pipeline) Refactor local exchange planning [doris]

2024-10-27 Thread via GitHub
doris-robot commented on PR #42482: URL: https://github.com/apache/doris/pull/42482#issuecomment-2440513720 TeamCity be ut coverage result: Function Coverage: 37.49% (9716/25918) Line Coverage: 28.75% (80606/280402) Region Coverage: 28.17% (41674/147934) Branch Coverage: 24.7

Re: [PR] [pick](branch-2.1) pick #41123 [doris]

2024-10-27 Thread via GitHub
doris-robot commented on PR #42541: URL: https://github.com/apache/doris/pull/42541#issuecomment-2440515777 TeamCity be ut coverage result: Function Coverage: 36.02% (9368/26005) Line Coverage: 27.60% (76988/278961) Region Coverage: 26.37% (39534/149900) Branch Coverage: 23.1

Re: [PR] [feature](nereids) extend infer predicates (#41731) [doris]

2024-10-27 Thread via GitHub
feiniaofeiafei commented on PR #42457: URL: https://github.com/apache/doris/pull/42457#issuecomment-2440459506 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.

Re: [PR] [fix](query-forward) Fix forward query exception or stuck or potential query result loss (#41303) [doris]

2024-10-27 Thread via GitHub
dataroaring merged PR #42382: URL: https://github.com/apache/doris/pull/42382 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.

Re: [PR] branch-3.0: [Feature](schema change) Support add column bitmap with default value bitmap_empty [doris]

2024-10-27 Thread via GitHub
doris-robot commented on PR #42551: URL: https://github.com/apache/doris/pull/42551#issuecomment-2440513948 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

Re: [PR] [fix](cloud-mow) FE should release mow lock when calculate delete bitmap catch exception [doris]

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

[PR] branch-3.0: [Feature](schema change) Support add column bitmap with default value bitmap_empty [doris]

2024-10-27 Thread via GitHub
github-actions[bot] opened a new pull request, #42551: URL: https://github.com/apache/doris/pull/42551 ## Proposed changes Issue Number: close #xxx -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] [branch-3.0][Chore](job) Provides configuration of job execution queue size (#42253) [doris]

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

Re: [PR] [fix](cloud-mow) Should delete the existing keys before rewriting it when processing old version delete bitmap on cu compaction [doris]

2024-10-27 Thread via GitHub
github-actions[bot] commented on code in PR #42379: URL: https://github.com/apache/doris/pull/42379#discussion_r1818352597 ## be/src/cloud/cloud_cumulative_compaction.cpp: ## @@ -351,14 +351,15 @@ Status CloudCumulativeCompaction::modify_rowsets() {

Re: [PR] [fix](metrics) fix compaction_used_permits are negative numbers #32440 [doris]

2024-10-27 Thread via GitHub
github-actions[bot] commented on PR #42526: URL: https://github.com/apache/doris/pull/42526#issuecomment-2440464589 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

(doris) branch master updated: [feature](doris compose) start node wait for ready service (#42266)

2024-10-27 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 19a00cf547b [feature](doris compose) start n

Re: [PR] [branch-3.0][Chore](job) Provides configuration of job execution queue size (#42253) [doris]

2024-10-27 Thread via GitHub
CalvinKirs commented on PR #42531: URL: https://github.com/apache/doris/pull/42531#issuecomment-2440467869 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To u

[PR] [branch-3.0][Chore](job) Provides configuration of job execution queue size (#42253) [doris]

2024-10-27 Thread via GitHub
CalvinKirs opened a new pull request, #42531: URL: https://github.com/apache/doris/pull/42531 When dealing with a large number of tasks, the default execution queue size is 1024. This can lead to tasks being dropped if the queue becomes full. eg `dispatch instant task failed, job i

Re: [PR] [Chore](job) Provides configuration of job execution queue size (#42253) [doris]

2024-10-27 Thread via GitHub
doris-robot commented on PR #42530: URL: https://github.com/apache/doris/pull/42530#issuecomment-2440462636 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

(doris) branch auto-pick-42331-branch-3.0 updated (86ce3f8c4f8 -> 977e58098e9)

2024-10-27 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-42331-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git from 86ce3f8c4f8 [fix](create table) Enhance the robustness of time zone handling during table crea

(doris) branch auto-pick-42331-branch-3.0 created (now 86ce3f8c4f8)

2024-10-27 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-42331-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git at 86ce3f8c4f8 [fix](create table) Enhance the robustness of time zone handling during table crea

(doris) branch branch-3.0 updated (86ce3f8c4f8 -> d76dbc62bc9)

2024-10-27 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git from 86ce3f8c4f8 [fix](create table) Enhance the robustness of time zone handling during table creation #41926 (#4

Re: [PR] [fix](metrics) fix error result in doris_be_num_io_bytes_read_from_remote [doris]

2024-10-27 Thread via GitHub
github-actions[bot] commented on PR #42492: URL: https://github.com/apache/doris/pull/42492#issuecomment-2440520319 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [PR] [fix] query blocked by exchange reach limit [doris]

2024-10-27 Thread via GitHub
mrhhsg closed pull request #42371: [fix] query blocked by exchange reach limit URL: https://github.com/apache/doris/pull/42371 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. T

Re: [PR] [fix] query blocked by exchange reach limit [doris]

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

[PR] [fix] query blocked by exchange reach limit [doris]

2024-10-27 Thread via GitHub
mrhhsg opened a new pull request, #42552: URL: https://github.com/apache/doris/pull/42552 ## Proposed changes Issue Number: close #xxx -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

Re: [PR] [improve](restore) Compress backup/restore job log size by compress [doris]

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

Re: [PR] [feature](nereids)support set command [doris]

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

Re: [PR] [fix](log) fix group commit warn log [doris]

2024-10-27 Thread via GitHub
github-actions[bot] commented on PR #42403: URL: https://github.com/apache/doris/pull/42403#issuecomment-2440452469 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

Re: [PR] [fix](log) fix group commit warn log [doris]

2024-10-27 Thread via GitHub
github-actions[bot] commented on PR #42403: URL: https://github.com/apache/doris/pull/42403#issuecomment-2440452512 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [PR] anheng arm [doris]

2024-10-27 Thread via GitHub
doris-robot commented on PR #42527: URL: https://github.com/apache/doris/pull/42527#issuecomment-2440455778 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

[I] [Enhancement] (nereids)implement UseCommand in nereids [doris]

2024-10-27 Thread via GitHub
LiBinfeng-01 opened a new issue, #42528: URL: https://github.com/apache/doris/issues/42528 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Description use command is

(doris) branch auto-pick-42403-branch-3.0 updated (d529627fe8d -> 3727f6efab8)

2024-10-27 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-42403-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git from d529627fe8d [fix](docker case) Enhance the robustness of test_multi_follower case #42149 (#423

Re: [PR] branch-3.0: [fix](log) fix group commit warn log [doris]

2024-10-27 Thread via GitHub
dataroaring commented on PR #42529: URL: https://github.com/apache/doris/pull/42529#issuecomment-2440460215 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

Re: [PR] branch-3.0: [fix](log) fix group commit warn log [doris]

2024-10-27 Thread via GitHub
doris-robot commented on PR #42529: URL: https://github.com/apache/doris/pull/42529#issuecomment-2440458963 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

Re: [PR] [fix](log) fix group commit warn log [doris]

2024-10-27 Thread via GitHub
CalvinKirs merged PR #42403: URL: https://github.com/apache/doris/pull/42403 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.a

Re: [PR] [fix] (inverted index) fix the error result in the query when using count on index #42346 [doris]

2024-10-27 Thread via GitHub
github-actions[bot] commented on PR #42495: URL: https://github.com/apache/doris/pull/42495#issuecomment-2440460306 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [PR] [fix](cloud-mow) FE should release mow lock when calculate delete bitmap catch exception [doris]

2024-10-27 Thread via GitHub
doris-robot commented on PR #41759: URL: https://github.com/apache/doris/pull/41759#issuecomment-2440460097 ClickBench: Total hot run time: 33.64 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [fix](metrics) fix compaction_used_permits are negative numbers #32440 [doris]

2024-10-27 Thread via GitHub
github-actions[bot] commented on code in PR #42526: URL: https://github.com/apache/doris/pull/42526#discussion_r1818326534 ## be/src/olap/task/engine_storage_migration_task.h: ## @@ -18,9 +18,8 @@ #ifndef DORIS_BE_SRC_OLAP_TASK_ENGINE_STORAGE_MIGRATION_TASK_H #define DORIS_BE_

Re: [PR] [chore](light-schema-change) Enable light schema change by force [doris]

2024-10-27 Thread via GitHub
TangSiyang2001 commented on PR #40967: URL: https://github.com/apache/doris/pull/40967#issuecomment-2440460134 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.

Re: [PR] anheng arm [doris]

2024-10-27 Thread via GitHub
github-actions[bot] commented on code in PR #42527: URL: https://github.com/apache/doris/pull/42527#discussion_r1818327012 ## be/src/vec/aggregate_functions/aggregate_function_multi_topn.h: ## @@ -0,0 +1,267 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// o

[PR] [Chore](job) Provides configuration of job execution queue size (#42253) [doris]

2024-10-27 Thread via GitHub
CalvinKirs opened a new pull request, #42530: URL: https://github.com/apache/doris/pull/42530 When dealing with a large number of tasks, the default execution queue size is 1024. This can lead to tasks being dropped if the queue becomes full. eg `dispatch instant task failed, job i

Re: [PR] [Chore](job) Provides configuration of job execution queue size (#42253) [doris]

2024-10-27 Thread via GitHub
CalvinKirs commented on PR #42530: URL: https://github.com/apache/doris/pull/42530#issuecomment-2440462908 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To u

Re: [PR] [branch-3.0][Chore](job) Provides configuration of job execution queue size (#42253) [doris]

2024-10-27 Thread via GitHub
doris-robot commented on PR #42531: URL: https://github.com/apache/doris/pull/42531#issuecomment-2440467583 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

Re: [PR] [fix](metrics) fix compaction_used_permits are negative numbers #32440 [doris]

2024-10-27 Thread via GitHub
github-actions[bot] commented on PR #42526: URL: https://github.com/apache/doris/pull/42526#issuecomment-2440464510 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

(doris) branch branch-3.0 updated (d529627fe8d -> ddef5156354)

2024-10-27 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git from d529627fe8d [fix](docker case) Enhance the robustness of test_multi_follower case #42149 (#42391) add dd

Re: [PR] [fix](nereids)reserve stats and groupId on rewriting plan node #42140 branch-3.0 [doris]

2024-10-27 Thread via GitHub
englefly commented on PR #42496: URL: https://github.com/apache/doris/pull/42496#issuecomment-2440471362 run cloud_p0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To uns

Re: [PR] [fix](case) Enhance the robustness of `set_config_temporary_action` #42306 [doris]

2024-10-27 Thread via GitHub
dataroaring merged PR #42392: URL: https://github.com/apache/doris/pull/42392 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.

[PR] [fix](load) fix some typos for load data format [doris-website]

2024-10-27 Thread via GitHub
liaoxin01 opened a new pull request, #1231: URL: https://github.com/apache/doris-website/pull/1231 # Versions - [ ] dev - [ ] 3.0 - [ ] 2.1 - [ ] 2.0 # Languages - [ ] Chinese - [ ] English -- This is an automated message from the Apache Git Service. T

Re: [PR] [fix](case) fix jsonb case [doris]

2024-10-27 Thread via GitHub
amorynan commented on PR #42536: URL: https://github.com/apache/doris/pull/42536#issuecomment-2440483534 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To uns

[I] [Enhancement] (nereids)implement TransactionCommand in nereids [doris]

2024-10-27 Thread via GitHub
LiBinfeng-01 opened a new issue, #42539: URL: https://github.com/apache/doris/issues/42539 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Description Transaction com

Re: [PR] [pick](branch-2.1) pick #41123 [doris]

2024-10-27 Thread via GitHub
doris-robot commented on PR #42541: URL: https://github.com/apache/doris/pull/42541#issuecomment-2440487902 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

Re: [PR] [fix](metrics) fix compaction_used_permits are negative numbers #32440 [doris]

2024-10-27 Thread via GitHub
doris-robot commented on PR #42526: URL: https://github.com/apache/doris/pull/42526#issuecomment-2440498272 TeamCity be ut coverage result: Function Coverage: 37.86% (8159/21553) Line Coverage: 29.57% (67144/227044) Region Coverage: 29.06% (34628/119174) Branch Coverage: 25.0

Re: [PR] [doc] hour/minute/second functions support time as an argument. [doris-website]

2024-10-27 Thread via GitHub
Mryange commented on PR #1148: URL: https://github.com/apache/doris-website/pull/1148#issuecomment-2440481430 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. T

Re: [PR] [Opt](orc)Optimize the merge io when orc reader read multiple tiny stripes. [doris]

2024-10-27 Thread via GitHub
hubgeter commented on PR #42004: URL: https://github.com/apache/doris/pull/42004#issuecomment-2440467894 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To uns

[PR] [feature](doris compose) start node wait for ready service #42266 [doris]

2024-10-27 Thread via GitHub
yujun777 opened a new pull request, #42540: URL: https://github.com/apache/doris/pull/42540 cherry pick from #42266 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsub

Re: [PR] [branch-3.0][Chore](job) Provides configuration of job execution queue size (#42253) [doris]

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

Re: [PR] branch-3.0: [fix](log) fix group commit warn log [doris]

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

Re: [PR] branch-3.0: [enhancement](log) logout tablename with temp partitions in backup [doris]

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

(doris) branch master updated: [Chore](compile) add some compile_check_begin (#42333)

2024-10-27 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new ef9559dbe63 [Chore](compile) add some compile

Re: [PR] [fix] query blocked by exchange reach limit [doris]

2024-10-27 Thread via GitHub
doris-robot commented on PR #42552: URL: https://github.com/apache/doris/pull/42552#issuecomment-2440525013 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

Re: [PR] [Improment]add internal workload group [doris]

2024-10-27 Thread via GitHub
doris-robot commented on PR #42006: URL: https://github.com/apache/doris/pull/42006#issuecomment-2440531023 TeamCity be ut coverage result: Function Coverage: 37.45% (9716/25943) Line Coverage: 28.72% (80586/280556) Region Coverage: 28.15% (41672/148022) Branch Coverage: 24.7

Re: [PR] [fix] query blocked by exchange reach limit [doris]

2024-10-27 Thread via GitHub
github-actions[bot] commented on PR #42552: URL: https://github.com/apache/doris/pull/42552#issuecomment-2440531543 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [pick](branch-2.1) pick #41123 [doris]

2024-10-27 Thread via GitHub
github-actions[bot] commented on PR #42541: URL: https://github.com/apache/doris/pull/42541#issuecomment-2440492821 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [improve](backup) Reduce backup/restore job log size by compress [doris]

2024-10-27 Thread via GitHub
doris-robot commented on PR #42459: URL: https://github.com/apache/doris/pull/42459#issuecomment-2440567916 ClickBench: Total hot run time: 33.68 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [improve](backup) Reduce backup/restore job log size by compress [doris]

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

Re: [PR] [fix](cloud-mow) FE should release mow lock when calculate delete bitmap catch exception [doris]

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

Re: [PR] [fix](metrics) fix compaction_used_permits are negative numbers #32440 [doris]

2024-10-27 Thread via GitHub
github-actions[bot] commented on code in PR #42526: URL: https://github.com/apache/doris/pull/42526#discussion_r1818328719 ## be/src/olap/task/engine_storage_migration_task.h: ## @@ -18,9 +18,8 @@ #ifndef DORIS_BE_SRC_OLAP_TASK_ENGINE_STORAGE_MIGRATION_TASK_H #define DORIS_BE_

Re: [PR] [fix](cloud-mow) FE should release mow lock when calculate delete bitmap catch exception [doris]

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

(doris-website) branch asf-site updated (0f751f16e2 -> 159698cbc4)

2024-10-27 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 0f751f16e2 Automated deployment with doris branch @ 5976cf0977d620cfbf5e5200acf0288309449edb new 15

Re: [PR] [Fix](flexible partial update) Fix auto-increment column value is wrongly updated when it's not specified [doris]

2024-10-27 Thread via GitHub
doris-robot commented on PR #42554: URL: https://github.com/apache/doris/pull/42554#issuecomment-2440578127 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

Re: [PR] [Fix](flexible partial update) Fix auto-increment column value is wrongly updated when it's not specified [doris]

2024-10-27 Thread via GitHub
bobhan1 commented on PR #42554: URL: https://github.com/apache/doris/pull/42554#issuecomment-2440578166 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsu

[PR] [Fix](flexible partial update) Fix auto-increment column value is wrongly updated when it's not specified [doris]

2024-10-27 Thread via GitHub
bobhan1 opened a new pull request, #42554: URL: https://github.com/apache/doris/pull/42554 (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-ma

Re: [PR] [fix](cloud-mow) FE should release mow lock when calculate delete bitmap catch exception [doris]

2024-10-27 Thread via GitHub
doris-robot commented on PR #41759: URL: https://github.com/apache/doris/pull/41759#issuecomment-2440582154 ClickBench: Total hot run time: 33.27 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Fix](flexible partial update) Fix auto-increment column value is wrongly updated when it's not specified [doris]

2024-10-27 Thread via GitHub
github-actions[bot] commented on PR #42554: URL: https://github.com/apache/doris/pull/42554#issuecomment-2440583012 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [fix](cloud) cloud mode support txn load for mow tables [doris]

2024-10-27 Thread via GitHub
doris-robot commented on PR #41932: URL: https://github.com/apache/doris/pull/41932#issuecomment-2440545629 TeamCity be ut coverage result: Function Coverage: 37.46% (9717/25939) Line Coverage: 28.72% (80592/280571) Region Coverage: 28.16% (41680/148036) Branch Coverage: 24.7

(doris) branch branch-2.1 updated: [Chore](job) Provides configuration of job execution queue size (#42253) (#42530)

2024-10-27 Thread kirs
This is an automated email from the ASF dual-hosted git repository. kirs pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new 0e63133c804 [Chore](job) Provides configura

(doris) branch branch-3.0 updated: [branch-3.0][Chore](job) Provides configuration of job execution queue size (#42253) (#42531)

2024-10-27 Thread kirs
This is an automated email from the ASF dual-hosted git repository. kirs 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 5af078bcdd5 [branch-3.0][Chore](job) Provid

Re: [PR] [branch-3.0][Chore](job) Provides configuration of job execution queue size (#42253) [doris]

2024-10-27 Thread via GitHub
CalvinKirs merged PR #42531: URL: https://github.com/apache/doris/pull/42531 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.a

Re: [PR] [Fix](flexible partial update) Fix auto-increment column value is wrongly updated when it's not specified [doris]

2024-10-27 Thread via GitHub
doris-robot commented on PR #42554: URL: https://github.com/apache/doris/pull/42554#issuecomment-2440609459 TeamCity be ut coverage result: Function Coverage: 37.46% (9716/25936) Line Coverage: 28.74% (80603/280496) Region Coverage: 28.16% (41674/148004) Branch Coverage: 24.7

Re: [PR] [Chore](job) Provides configuration of job execution queue size (#42253) [doris]

2024-10-27 Thread via GitHub
CalvinKirs merged PR #42530: URL: https://github.com/apache/doris/pull/42530 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.a

Re: [PR] [fix](case) fix jsonb case [doris]

2024-10-27 Thread via GitHub
doris-robot commented on PR #42536: URL: https://github.com/apache/doris/pull/42536#issuecomment-2440483135 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

Re: [PR] [enhancement](log) logout tablename with temp partitions in backup [doris]

2024-10-27 Thread via GitHub
dataroaring merged PR #42143: URL: https://github.com/apache/doris/pull/42143 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.

Re: [PR] [fix](cloud-mow) FE should release mow lock when calculate delete bitmap catch exception [doris]

2024-10-27 Thread via GitHub
github-actions[bot] commented on PR #41759: URL: https://github.com/apache/doris/pull/41759#issuecomment-2440495906 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

(doris) branch master updated: [enhancement](log) logout tablename with temp partitions in backup (#42143)

2024-10-27 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 34a3a076649 [enhancement](log) logout tablen

[PR] [branch-2.1](hint) add detail for replica missing msg [doris]

2024-10-27 Thread via GitHub
yujun777 opened a new pull request, #42546: URL: https://github.com/apache/doris/pull/42546 ## Proposed changes Issue Number: close #xxx -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

Re: [PR] [fix](cases)fix ip case2.1 with sync after streamload [doris]

2024-10-27 Thread via GitHub
amorynan commented on PR #42543: URL: https://github.com/apache/doris/pull/42543#issuecomment-2440491502 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To uns

Re: [PR] [fix](agenttask) failed tasks and remove them from queue if an error [doris]

2024-10-27 Thread via GitHub
dataroaring closed pull request #42246: [fix](agenttask) failed tasks and remove them from queue if an error URL: https://github.com/apache/doris/pull/42246 -- 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

Re: [PR] [branch-2.1](hint) add detail for replica missing msg [doris]

2024-10-27 Thread via GitHub
doris-robot commented on PR #42546: URL: https://github.com/apache/doris/pull/42546#issuecomment-2440496108 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

Re: [PR] [feature](nereids) extend infer predicates (#41731) [doris]

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

Re: [PR] [branch-2.1](hint) add detail for replica missing msg [doris]

2024-10-27 Thread via GitHub
yujun777 commented on PR #42546: URL: https://github.com/apache/doris/pull/42546#issuecomment-2440496157 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To uns

[I] [Enhancement] (nereids)implement RecoverCommand in nereids [doris]

2024-10-27 Thread via GitHub
LiBinfeng-01 opened a new issue, #42550: URL: https://github.com/apache/doris/issues/42550 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Description recover command

Re: [PR] [branch-2.0](hint) add detail for replica missing msg [doris]

2024-10-27 Thread via GitHub
doris-robot commented on PR #42548: URL: https://github.com/apache/doris/pull/42548#issuecomment-2440496708 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

[PR] [branch-2.0](hint) add detail for replica missing msg [doris]

2024-10-27 Thread via GitHub
yujun777 opened a new pull request, #42548: URL: https://github.com/apache/doris/pull/42548 ## Proposed changes Issue Number: close #xxx -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

(doris) branch auto-pick-42143-branch-3.0 updated (86ce3f8c4f8 -> 14f51552e30)

2024-10-27 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-42143-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git from 86ce3f8c4f8 [fix](create table) Enhance the robustness of time zone handling during table crea

Re: [PR] branch-3.0: [enhancement](log) logout tablename with temp partitions in backup [doris]

2024-10-27 Thread via GitHub
doris-robot commented on PR #42549: URL: https://github.com/apache/doris/pull/42549#issuecomment-2440496872 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

[PR] branch-3.0: [enhancement](log) logout tablename with temp partitions in backup [doris]

2024-10-27 Thread via GitHub
github-actions[bot] opened a new pull request, #42549: URL: https://github.com/apache/doris/pull/42549 ## Proposed changes Issue Number: close #xxx -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] [branch-2.0](hint) add detail for replica missing msg [doris]

2024-10-27 Thread via GitHub
yujun777 commented on PR #42548: URL: https://github.com/apache/doris/pull/42548#issuecomment-2440496769 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To uns

(doris) branch auto-pick-42143-branch-3.0 created (now 86ce3f8c4f8)

2024-10-27 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-42143-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git at 86ce3f8c4f8 [fix](create table) Enhance the robustness of time zone handling during table crea

Re: [PR] [opt](cache) More metrics for lru cache #42357 [doris]

2024-10-27 Thread via GitHub
doris-robot commented on PR #42519: URL: https://github.com/apache/doris/pull/42519#issuecomment-2440498288 TeamCity be ut coverage result: Function Coverage: 36.02% (9367/26007) Line Coverage: 27.59% (76988/278998) Region Coverage: 26.37% (39530/149905) Branch Coverage: 23.1

Re: [PR] [fix] (inverted index) fix the error result in the query when using count on index #42346 [doris]

2024-10-27 Thread via GitHub
github-actions[bot] commented on PR #42495: URL: https://github.com/apache/doris/pull/42495#issuecomment-2440460271 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

Re: [PR] [fix](cloud-mow) FE should release mow lock when calculate delete bitmap catch exception [doris]

2024-10-27 Thread via GitHub
hust-hhb commented on PR #41759: URL: https://github.com/apache/doris/pull/41759#issuecomment-2440492819 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To uns

Re: [PR] [Feature](insert-overwrite) Support create partition for auto partition table when insert overwrite [doris]

2024-10-27 Thread via GitHub
github-actions[bot] commented on PR #38628: URL: https://github.com/apache/doris/pull/38628#issuecomment-2440458990 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

<    1   2   3   4   >