Re: [PR] branch-3.1: [Fix](audit) Fix losing audit log when statistics queue is full #47358 [doris]

2025-07-08 Thread via GitHub
doris-robot commented on PR #52990: URL: https://github.com/apache/doris/pull/52990#issuecomment-3051405782 TPC-H: Total hot run time: 39596 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [Optimize](nereids) invalid escape character when sql_mode='NO_BACKSLASH_ESCAPES' [doris]

2025-07-08 Thread via GitHub
yx-keith commented on PR #52944: URL: https://github.com/apache/doris/pull/52944#issuecomment-3051403525 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](nereids) Fix the expr id are same but different expr when agg table with random distribute [doris]

2025-07-08 Thread via GitHub
doris-robot commented on PR #52993: URL: https://github.com/apache/doris/pull/52993#issuecomment-3051403155 TPC-H: Total hot run time: 33745 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [Fix](flexible partial update) Fix some problems in flexible partial update [doris]

2025-07-08 Thread via GitHub
doris-robot commented on PR #41701: URL: https://github.com/apache/doris/pull/41701#issuecomment-3051398706 # Cloud UT Coverage Report Increment line coverage ` ` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/da950276a9235965a5acc2d5ba77e2579c87ae70_da9

(doris) branch branch-3.0 updated: [opt](auditlog) Use varchar(1024) for column frontend_ip of audit log table #52762 (#52984)

2025-07-08 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 36ea0a51553 [opt](auditlog) Use varc

Re: [PR] [opt](auditlog) Use varchar(1024) for column frontend_ip of audit log table #52762 [doris]

2025-07-08 Thread via GitHub
dataroaring merged PR #52984: URL: https://github.com/apache/doris/pull/52984 -- 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] [Optimize](nereids) invalid escape character when sql_mode='NO_BACKSLASH_ESCAPES' [doris]

2025-07-08 Thread via GitHub
yx-keith commented on PR #52944: URL: https://github.com/apache/doris/pull/52944#issuecomment-3051393473 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] [feat](recycler) Add http api for statistics recycler metrics [doris]

2025-07-08 Thread via GitHub
wyxxxcat commented on PR #52523: URL: https://github.com/apache/doris/pull/52523#issuecomment-3051391665 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-52582-branch-3.1 deleted (was 46851d05315)

2025-07-08 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-52582-branch-3.1 in repository https://gitbox.apache.org/repos/asf/doris.git was 46851d05315 [Fix](mow) Fix `DeleteBitmap`'s assignment operator and constructor (#52582) The

(doris) branch branch-3.1 updated: branch-3.1: [Fix](mow) Fix DeleteBitmap's assignment operator and constructor #52582 (#52975)

2025-07-08 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a commit to branch branch-3.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-3.1 by this push: new af846b20acf branch-3.1: [Fix](mow) Fix

Re: [PR] [Enchancement](memory) avoid pass nullptr arena [doris]

2025-07-08 Thread via GitHub
Thearas commented on PR #52996: URL: https://github.com/apache/doris/pull/52996#issuecomment-3051385454 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] branch-3.1: [Fix](mow) Fix `DeleteBitmap`'s assignment operator and constructor #52582 [doris]

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

[PR] [Enchancement](memory) avoid pass nullptr arena [doris]

2025-07-08 Thread via GitHub
BiteThet opened a new pull request, #52996: URL: https://github.com/apache/doris/pull/52996 ### What problem does this PR solve? avoid pass nullptr arena ### Check List (For Author) - Test - [ ] Regression test - [ ] Unit Test - [ ] Manual test (add

Re: [PR] [Optimize](nereids) invalid escape character when sql_mode='NO_BACKSLASH_ESCAPES' [doris]

2025-07-08 Thread via GitHub
yx-keith commented on PR #52944: URL: https://github.com/apache/doris/pull/52944#issuecomment-3051376160 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](nereids) Fix the expr id are same but different expr when agg table with random distribute [doris]

2025-07-08 Thread via GitHub
morrySnow commented on code in PR #52993: URL: https://github.com/apache/doris/pull/52993#discussion_r2194182051 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/analysis/BindRelation.java: ## @@ -292,8 +292,8 @@ private LogicalPlan preAggForRandomDistribution(Logical

Re: [PR] [optimize](util) Faster bit_pack [doris]

2025-07-08 Thread via GitHub
doris-robot commented on PR #52829: URL: https://github.com/apache/doris/pull/52829#issuecomment-3051357877 ClickBench: Total hot run time: 29.36 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [refactor](column) Refine column serialization [doris]

2025-07-08 Thread via GitHub
Gabriel39 commented on PR #52994: URL: https://github.com/apache/doris/pull/52994#issuecomment-3051357534 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To un

(doris) branch branch-3.1 updated: [opt](rowset) Remote fetch rowsets to avoid -230 error when capturing rowsets #52995 (#52715)

2025-07-08 Thread gavinchou
This is an automated email from the ASF dual-hosted git repository. gavinchou pushed a commit to branch branch-3.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-3.1 by this push: new 918f6f7af5e [opt](rowset) Remote fetch

Re: [PR] [opt](rowset) Remote fetch rowsets to avoid -230 error when capturing rowsets #52995 [doris]

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

Re: [PR] [opt](rowset) Remote fetch rowsets to avoid -230 error when capturing rowsets [doris]

2025-07-08 Thread via GitHub
hello-stephen commented on PR #52995: URL: https://github.com/apache/doris/pull/52995#issuecomment-3051328127 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+pro

[PR] [opt](rowset) Remote fetch rowsets to avoid -230 error when capturing rowsets [doris]

2025-07-08 Thread via GitHub
TangSiyang2001 opened a new pull request, #52995: URL: https://github.com/apache/doris/pull/52995 ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: ### Release note None ### Check List (For Author)

Re: [PR] [optimize](util) Faster bit_pack [doris]

2025-07-08 Thread via GitHub
doris-robot commented on PR #52829: URL: https://github.com/apache/doris/pull/52829#issuecomment-3051326697 TPC-DS: Total hot run time: 186658 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 (0e0da1cfb28 -> be2737df768)

2025-07-08 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 0e0da1cfb28 Automated deployment with doris branch @ 9b7b912e56675c50fc45f3d73bbc92777ba7fec8 new b

Re: [PR] branch-3.1: [Chore](status) show inner error msg when write_file_cache_version failed #52953 [doris]

2025-07-08 Thread via GitHub
doris-robot commented on PR #52981: URL: https://github.com/apache/doris/pull/52981#issuecomment-3051325577 ClickBench: Total hot run time: 30.56 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 some problems in flexible partial update [doris]

2025-07-08 Thread via GitHub
bobhan1 commented on PR #41701: URL: https://github.com/apache/doris/pull/41701#issuecomment-3051321200 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

Re: [PR] [refactor](column) Refine column serialization [doris]

2025-07-08 Thread via GitHub
Thearas commented on PR #52994: URL: https://github.com/apache/doris/pull/52994#issuecomment-3051319908 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] [refactor](column) Refine column serialization [doris]

2025-07-08 Thread via GitHub
Gabriel39 opened a new pull request, #52994: URL: https://github.com/apache/doris/pull/52994 ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: ### Release note None ### Check List (For Author) - Tes

Re: [PR] [fix](cloud) add log for warm up task [doris]

2025-07-08 Thread via GitHub
deardeng commented on PR #52946: URL: https://github.com/apache/doris/pull/52946#issuecomment-3051318967 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](nereids) Fix the expr id are same but different expr when agg table with random distribute [doris]

2025-07-08 Thread via GitHub
Thearas commented on PR #52993: URL: https://github.com/apache/doris/pull/52993#issuecomment-3051308539 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](nereids) Fix the expr id are same but different expr when agg table with random distribute [doris]

2025-07-08 Thread via GitHub
seawinde commented on PR #52993: URL: https://github.com/apache/doris/pull/52993#issuecomment-3051309400 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] [fix](nereids) Fix the expr id are same but different expr when agg table with random distribute [doris]

2025-07-08 Thread via GitHub
seawinde opened a new pull request, #52993: URL: https://github.com/apache/doris/pull/52993 ### What problem does this PR solve? If agg table is random hash distribute, would add aggregate node on scan. The aggregate function alias expr id is same to the child expr id of alias.

Re: [PR] branch-3.1: [Chore](status) show inner error msg when write_file_cache_version failed #52953 [doris]

2025-07-08 Thread via GitHub
doris-robot commented on PR #52981: URL: https://github.com/apache/doris/pull/52981#issuecomment-3051309508 TPC-DS: Total hot run time: 197237 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] branch-3.1: [Chore](status) show inner error msg when write_file_cache_version failed #52953 [doris]

2025-07-08 Thread via GitHub
doris-robot commented on PR #52981: URL: https://github.com/apache/doris/pull/52981#issuecomment-3051306275 # BE UT Coverage Report Increment line coverage `33.33% (1/3)` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/cff9fb6828fec33dfdd1a65c9d73869727eb

Re: [PR] [feat](load) quorum success write (part II) [doris]

2025-07-08 Thread via GitHub
sollhui commented on PR #52472: URL: https://github.com/apache/doris/pull/52472#issuecomment-3051276266 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

(doris) branch branch-3.1 updated: [metrics](warmup) add some metrics for warmup jobs #52991 (#52739)

2025-07-08 Thread gavinchou
This is an automated email from the ASF dual-hosted git repository. gavinchou pushed a commit to branch branch-3.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-3.1 by this push: new ab2fce4e490 [metrics](warmup) add some

Re: [PR] [metrics](warmup) add some metrics for warmup jobs #52991 [doris]

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

Re: [PR] [draft]expr 1 [doris]

2025-07-08 Thread via GitHub
zddr commented on PR #52992: URL: https://github.com/apache/doris/pull/52992#issuecomment-3051295141 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubsc

[PR] [draft]expr 1 [doris]

2025-07-08 Thread via GitHub
zddr opened a new pull request, #52992: URL: https://github.com/apache/doris/pull/52992 ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: ### Release note None ### Check List (For Author) - Test

Re: [PR] [Optimize](nereids) invalid escape character when sql_mode='NO_BACKSLASH_ESCAPES' [doris]

2025-07-08 Thread via GitHub
yx-keith commented on PR #52944: URL: https://github.com/apache/doris/pull/52944#issuecomment-3051293588 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] [draft]expr 1 [doris]

2025-07-08 Thread via GitHub
Thearas commented on PR #52992: URL: https://github.com/apache/doris/pull/52992#issuecomment-3051294810 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] [optimize](util) Faster bit_pack [doris]

2025-07-08 Thread via GitHub
doris-robot commented on PR #52829: URL: https://github.com/apache/doris/pull/52829#issuecomment-3051290106 TPC-H: Total hot run time: 33406 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [metrics](warmup) add some metrics for warmup jobs [doris]

2025-07-08 Thread via GitHub
Thearas commented on PR #52991: URL: https://github.com/apache/doris/pull/52991#issuecomment-3051283153 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] [metrics](warmup) add some metrics for warmup jobs [doris]

2025-07-08 Thread via GitHub
kaijchen opened a new pull request, #52991: URL: https://github.com/apache/doris/pull/52991 ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: ### Release note None ### Check List (For Author) - Test

Re: [PR] [Chore](thread) use std::atomic to replace atomic_load_explicit [doris]

2025-07-08 Thread via GitHub
BiteThet commented on PR #52520: URL: https://github.com/apache/doris/pull/52520#issuecomment-3051277833 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

[PR] [Fix]Fix losing audit log when statistics queue is full (#47358) [doris]

2025-07-08 Thread via GitHub
wangbo opened a new pull request, #52990: URL: https://github.com/apache/doris/pull/52990 ### What problem does this PR solve? pick #47358 Issue Number: close #xxx Related PR: #xxx Problem Summary: ### Release note None ### Check List (For Author)

Re: [PR] [Fix]Fix losing audit log when statistics queue is full (#47358) [doris]

2025-07-08 Thread via GitHub
Thearas commented on PR #52990: URL: https://github.com/apache/doris/pull/52990#issuecomment-3051277662 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]Fix losing audit log when statistics queue is full (#47358) [doris]

2025-07-08 Thread via GitHub
wangbo commented on PR #52990: URL: https://github.com/apache/doris/pull/52990#issuecomment-3051277393 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] [feat](load) quorum success write (part I) [doris]

2025-07-08 Thread via GitHub
sollhui commented on PR #52354: URL: https://github.com/apache/doris/pull/52354#issuecomment-3051276877 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

Re: [PR] branch-3.1: [Chore](status) show inner error msg when write_file_cache_version failed #52953 [doris]

2025-07-08 Thread via GitHub
doris-robot commented on PR #52981: URL: https://github.com/apache/doris/pull/52981#issuecomment-3051274542 TPC-H: Total hot run time: 39815 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [refine](Buffer) Rename and classify in BufferReadable and BufferWritable [doris]

2025-07-08 Thread via GitHub
github-actions[bot] commented on PR #52735: URL: https://github.com/apache/doris/pull/52735#issuecomment-3051268807 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] [refine](Buffer) Rename and classify in BufferReadable and BufferWritable [doris]

2025-07-08 Thread via GitHub
github-actions[bot] commented on PR #52735: URL: https://github.com/apache/doris/pull/52735#issuecomment-3051268953 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] branch-3.1: [Fix](mow) Fix `DeleteBitmap`'s assignment operator and constructor #52582 [doris]

2025-07-08 Thread via GitHub
bobhan1 commented on PR #52975: URL: https://github.com/apache/doris/pull/52975#issuecomment-3051172740 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 unsu

Re: [PR] [opt](rowset) Remote fetch rowsets to avoid -230 error when capturing rowsets [doris]

2025-07-08 Thread via GitHub
TangSiyang2001 commented on PR #52715: URL: https://github.com/apache/doris/pull/52715#issuecomment-3051243754 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.

Re: [PR] [feat][paimon] support paimon system table [doris]

2025-07-08 Thread via GitHub
github-actions[bot] commented on PR #52598: URL: https://github.com/apache/doris/pull/52598#issuecomment-3051261600 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] [feat](fe) Upgrade azure.sdk.version from 1.2.30 to 1.2.36 [doris]

2025-07-08 Thread via GitHub
SWJTU-ZhangLei commented on PR #52983: URL: https://github.com/apache/doris/pull/52983#issuecomment-3051261908 run external -- 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](catalog) add some log to debug [doris]

2025-07-08 Thread via GitHub
hello-stephen commented on PR #52989: URL: https://github.com/apache/doris/pull/52989#issuecomment-3051255666 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+pro

[PR] [fix](catalog) add some log to debug [doris]

2025-07-08 Thread via GitHub
morningman opened a new pull request, #52989: URL: https://github.com/apache/doris/pull/52989 ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: ### Release note None ### Check List (For Author) - Te

Re: [PR] [refine](Buffer) Rename and classify in BufferReadable and BufferWritable [doris]

2025-07-08 Thread via GitHub
doris-robot commented on PR #52735: URL: https://github.com/apache/doris/pull/52735#issuecomment-3051251044 TPC-H: Total hot run time: 33227 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [I] 是否支持删除操作 [doris-kafka-connector]

2025-07-08 Thread via GitHub
mayc0202 commented on issue #78: URL: https://github.com/apache/doris-kafka-connector/issues/78#issuecomment-3051250920 > Try deleting this? sink.properties.columns 我按照您的配置,去掉哪些多余的。重新启动kafka、connector,mysql重新创建一张app_user表,随机生成10条记录。清空doris中app_user表数据。启动服务,将10条数据同步到doris中。接着一条一条的删除my

Re: [PR] [clean](planner) Remove query stmt [doris]

2025-07-08 Thread via GitHub
zddr commented on PR #52790: URL: https://github.com/apache/doris/pull/52790#issuecomment-3051249781 run external -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubsc

Re: [PR] add table_sample_data tool [doris-mcp-server]

2025-07-08 Thread via GitHub
gerryqi commented on PR #17: URL: https://github.com/apache/doris-mcp-server/pull/17#issuecomment-3051249235 ![image](https://github.com/user-attachments/assets/86e5da56-afc8-4b2d-8b5e-251335c9bc69) -- This is an automated message from the Apache Git Service. To respond to the message

Re: [PR] [feat](recycler) Add http api for statistics recycler metrics [doris]

2025-07-08 Thread via GitHub
github-actions[bot] commented on PR #52523: URL: https://github.com/apache/doris/pull/52523#issuecomment-3051249203 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] [wip](catalog] Add predicate pushdown support for Paimon system tables [doris]

2025-07-08 Thread via GitHub
vinlee19 closed pull request #52936: [wip](catalog] Add predicate pushdown support for Paimon system tables URL: https://github.com/apache/doris/pull/52936 -- 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] [Optimize](nereids) invalid escape character when sql_mode='NO_BACKSLASH_ESCAPES' [doris]

2025-07-08 Thread via GitHub
doris-robot commented on PR #52944: URL: https://github.com/apache/doris/pull/52944#issuecomment-3051236818 ClickBench: Total hot run time: 29.72 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [refine](Buffer) Rename and classify in BufferReadable and BufferWritable [doris]

2025-07-08 Thread via GitHub
yiguolei commented on code in PR #52735: URL: https://github.com/apache/doris/pull/52735#discussion_r2194095772 ## be/src/vec/common/string_buffer.hpp: ## @@ -84,11 +126,72 @@ class BufferReadable { _data += len; } +void read_var_uint(UInt64& x) { +x

Re: [PR] [Optimize](nereids) invalid escape character when sql_mode='NO_BACKSLASH_ESCAPES' [doris]

2025-07-08 Thread via GitHub
doris-robot commented on PR #52944: URL: https://github.com/apache/doris/pull/52944#issuecomment-3051226573 TPC-DS: Total hot run time: 185831 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [fix](nereids)'VALUES IN' keyword should be optional in list partition definition [doris]

2025-07-08 Thread via GitHub
doris-robot commented on PR #52986: URL: https://github.com/apache/doris/pull/52986#issuecomment-3051222819 ClickBench: Total hot run time: 29.27 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] branch-3.1: [opt](cloud) add Sanitizer options #52883 [doris]

2025-07-08 Thread via GitHub
hello-stephen commented on PR #52979: URL: https://github.com/apache/doris/pull/52979#issuecomment-3051222959 # Cloud UT Coverage Report Increment line coverage ` ` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/bf7042fa2aad36ed3e5e160703f52bf3cb813cd3_b

Re: [PR] branch-3.0: branch-3.1: [feature](index)Support light index add for inverted index without parser and ngram bf index #52894 [doris]

2025-07-08 Thread via GitHub
airborne12 commented on PR #52988: URL: https://github.com/apache/doris/pull/52988#issuecomment-3051217892 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: branch-3.1: [feature](index)Support light index add for inverted index without parser and ngram bf index #52894 [doris]

2025-07-08 Thread via GitHub
hello-stephen commented on PR #52988: URL: https://github.com/apache/doris/pull/52988#issuecomment-3051218021 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+pro

[PR] branch-3.0: branch-3.1: [feature](index)Support light index add for inverted index without parser and ngram bf index #52894 [doris]

2025-07-08 Thread via GitHub
airborne12 opened a new pull request, #52988: URL: https://github.com/apache/doris/pull/52988 cherry pick from #52894 -- 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](nereids)'VALUES IN' keyword should be optional in list partition definition [doris]

2025-07-08 Thread via GitHub
doris-robot commented on PR #52986: URL: https://github.com/apache/doris/pull/52986#issuecomment-3051213580 TPC-DS: Total hot run time: 184319 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [fix](regression) update case huge_compound.groovy [doris]

2025-07-08 Thread via GitHub
englefly commented on PR #52934: URL: https://github.com/apache/doris/pull/52934#issuecomment-3051213775 run p0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscri

Re: [PR] [Improvement](cloud) Hold tablets in another RPC thread [doris]

2025-07-08 Thread via GitHub
doris-robot commented on PR #52879: URL: https://github.com/apache/doris/pull/52879#issuecomment-3051208225 # BE UT Coverage Report Increment line coverage `25.81% (24/93)` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/c9645b47164d8cde7fa6492b07b4b5eb0f

Re: [PR] [optimize](util) Faster bit_pack [doris]

2025-07-08 Thread via GitHub
wumeibanfa commented on PR #52829: URL: https://github.com/apache/doris/pull/52829#issuecomment-3051206995 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] [Chore](build) Adapt ldb toolchain 0.25 [doris]

2025-07-08 Thread via GitHub
BiteThet merged PR #52820: URL: https://github.com/apache/doris/pull/52820 -- 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] [Optimize](nereids) invalid escape character when sql_mode='NO_BACKSLASH_ESCAPES' [doris]

2025-07-08 Thread via GitHub
doris-robot commented on PR #52944: URL: https://github.com/apache/doris/pull/52944#issuecomment-3051205922 TPC-H: Total hot run time: 33497 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

(doris) branch master updated (bf4dcd7cfaf -> d7fa32f4696)

2025-07-08 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from bf4dcd7cfaf [ci](nonConcurrent) set required on master (#52987) add d7fa32f4696 [Chore](build) Adapt ldb toolc

Re: [PR] branch-3.1: [feature](index)Support light index add for inverted index without parser and ngram bf index [doris]

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

(doris) branch branch-3.1 updated: branch-3.1: [feature](index)Support light index add for inverted index without parser and ngram bf index #48461 #52251 (#52894)

2025-07-08 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a commit to branch branch-3.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-3.1 by this push: new b779c4a3a35 branch-3.1: [feature](inde

Re: [PR] branch-3.1: [opt](cloud) add Sanitizer options #52883 [doris]

2025-07-08 Thread via GitHub
morrySnow commented on PR #52979: URL: https://github.com/apache/doris/pull/52979#issuecomment-3051195750 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To un

Re: [PR] branch-3.1: [Chore](status) show inner error msg when write_file_cache_version failed #52953 [doris]

2025-07-08 Thread via GitHub
morrySnow commented on PR #52981: URL: https://github.com/apache/doris/pull/52981#issuecomment-3051194622 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To un

Re: [PR] branch-3.1: [fix](load) Convert RowInBlock* to shared_ptr to fix potential memory leaks in MemTable #52902 [doris]

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

(doris) branch branch-3.1 updated (2fe43929580 -> 1091a8429bb)

2025-07-08 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a change to branch branch-3.1 in repository https://gitbox.apache.org/repos/asf/doris.git from 2fe43929580 branch-3.1: [fix](nereids)scalar subquery should not show error message when there are multiple agg

Re: [PR] [fix](nereids)'VALUES IN' keyword should be optional in list partition definition [doris]

2025-07-08 Thread via GitHub
doris-robot commented on PR #52986: URL: https://github.com/apache/doris/pull/52986#issuecomment-3051190960 TPC-H: Total hot run time: 32910 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [fix](cloud) add log for warm up task [doris]

2025-07-08 Thread via GitHub
hello-stephen commented on PR #52946: URL: https://github.com/apache/doris/pull/52946#issuecomment-3051175143 # BE UT Coverage Report Increment line coverage `0.00% (0/28)` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/c1b82bce7b73c4ed835697bcf692031abb

Re: [PR] [opt](auditlog) Use varchar(1024) for column frontend_ip of audit log table #52762 [doris]

2025-07-08 Thread via GitHub
doris-robot commented on PR #52984: URL: https://github.com/apache/doris/pull/52984#issuecomment-3051171451 ClickBench: Total hot run time: 30.23 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] branch-3.0: [Fix](mow) Fix `DeleteBitmap`'s assignment operator and constructor #52582 [doris]

2025-07-08 Thread via GitHub
bobhan1 commented on PR #52974: URL: https://github.com/apache/doris/pull/52974#issuecomment-3051170206 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 unsu

(doris) branch hello-stephen-patch-6 deleted (was 584c5591f17)

2025-07-08 Thread hellostephen
This is an automated email from the ASF dual-hosted git repository. hellostephen pushed a change to branch hello-stephen-patch-6 in repository https://gitbox.apache.org/repos/asf/doris.git was 584c5591f17 [ci](nonConcurrent) set required on master The revisions that were on this branch are

Re: [PR] [ci](nonConcurrent) set required on master [doris]

2025-07-08 Thread via GitHub
hello-stephen merged PR #52987: URL: https://github.com/apache/doris/pull/52987 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@dori

(doris) branch master updated: [ci](nonConcurrent) set required on master (#52987)

2025-07-08 Thread hellostephen
This is an automated email from the ASF dual-hosted git repository. hellostephen 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 bf4dcd7cfaf [ci](nonConcurrent) set require

Re: [PR] [feat](fe) Upgrade azure.sdk.version from 1.2.30 to 1.2.36 [doris]

2025-07-08 Thread via GitHub
doris-robot commented on PR #52983: URL: https://github.com/apache/doris/pull/52983#issuecomment-3051146278 TPC-DS: Total hot run time: 186927 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [opt](auditlog) Use varchar(1024) for column frontend_ip of audit log table #52762 [doris]

2025-07-08 Thread via GitHub
doris-robot commented on PR #52984: URL: https://github.com/apache/doris/pull/52984#issuecomment-3051159927 TPC-DS: Total hot run time: 191459 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [fix](be) core dump because of invalid bitmap data [doris]

2025-07-08 Thread via GitHub
zhangstar333 commented on PR #52780: URL: https://github.com/apache/doris/pull/52780#issuecomment-3051154599 the master branch is also need this fix and u could add some regression test like, it's will return some error `select bitmap_from_base64("Av8DCg==");` -- This is an automated

Re: [PR] [ci](nonConcurrent) set required on master [doris]

2025-07-08 Thread via GitHub
github-actions[bot] commented on PR #52987: URL: https://github.com/apache/doris/pull/52987#issuecomment-3051156707 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] [ci](nonConcurrent) set required on master [doris]

2025-07-08 Thread via GitHub
github-actions[bot] commented on PR #52987: URL: https://github.com/apache/doris/pull/52987#issuecomment-3051156775 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] [feat](fe) Upgrade azure.sdk.version from 1.2.30 to 1.2.36 [doris]

2025-07-08 Thread via GitHub
doris-robot commented on PR #52983: URL: https://github.com/apache/doris/pull/52983#issuecomment-3051156295 ClickBench: Total hot run time: 29.96 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [ci](nonConcurrent) set required on master [doris]

2025-07-08 Thread via GitHub
hello-stephen commented on PR #52987: URL: https://github.com/apache/doris/pull/52987#issuecomment-3051153117 skip 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] [ci](nonConcurrent) set required on master [doris]

2025-07-08 Thread via GitHub
Thearas commented on PR #52987: URL: https://github.com/apache/doris/pull/52987#issuecomment-3051152871 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) 01/01: [ci](nonConcurrent) set required on master

2025-07-08 Thread hellostephen
This is an automated email from the ASF dual-hosted git repository. hellostephen pushed a commit to branch hello-stephen-patch-6 in repository https://gitbox.apache.org/repos/asf/doris.git commit 584c5591f17e0358218b904ec4b1fad0b31d5c27 Author: Dongyang Li AuthorDate: Wed Jul 9 13:19:11 2025 +08

  1   2   3   4   5   6   7   8   9   10   >