Re: [PR] [Enhancement](paimon)support paimon top level schema change. [doris]

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

Re: [PR] branch-2.1: [fix](udf) alias udf skip check enable_java_udf #48843 [doris]

2025-03-11 Thread via GitHub
Thearas commented on PR #48914: URL: https://github.com/apache/doris/pull/48914#issuecomment-2712907792 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-2.1: [fix](udf) alias udf skip check enable_java_udf #48843 [doris]

2025-03-11 Thread via GitHub
yujun777 commented on PR #48914: URL: https://github.com/apache/doris/pull/48914#issuecomment-2712908049 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] branch-3.0: [fix](udf) alias udf skip check enable_java_udf #48843 [doris]

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

Re: [PR] [improvement](statistics)Improve analyze partition column and key column corner case. [doris]

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

Re: [PR] [Deps](timezone) Upgrade cctz to v2.4 [doris]

2025-03-11 Thread via GitHub
doris-robot commented on PR #48853: URL: https://github.com/apache/doris/pull/48853#issuecomment-2709579490 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

(doris) branch master updated: [fix](function) fix error result when STR_TO_DATE input all space (#48872)

2025-03-11 Thread zhangstar333
This is an automated email from the ASF dual-hosted git repository. zhangstar333 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 24b7b95f4d8 [fix](function) fix error resul

[PR] branch-2.1: [fix](udf) alias udf skip check enable_java_udf #48843 [doris]

2025-03-11 Thread via GitHub
yujun777 opened a new pull request, #48914: URL: https://github.com/apache/doris/pull/48914 ### What problem does this PR solve? Cherry-picked from: #48843 ### Check List (For Author) - Test - [ ] Regression test - [ ] Unit Test - [ ] Manual test (a

Re: [PR] branch-2.1: [fix](cold hot separation) Fix the issue that files on the remote storage are not deleted after triggering cold data compaction. (#48109) [doris]

2025-03-11 Thread via GitHub
yagagagaga commented on PR #48446: URL: https://github.com/apache/doris/pull/48446#issuecomment-2712907047 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] [Enhancement](paimon)support paimon top level schema change. [doris]

2025-03-11 Thread via GitHub
doris-robot commented on PR #48723: URL: https://github.com/apache/doris/pull/48723#issuecomment-2712922290 ClickBench: Total hot run time: 31 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools Cli

Re: [PR] branch-3.0: [fix](auth)fix check internal priv when drop db of external catalog [doris]

2025-03-11 Thread via GitHub
zddr commented on PR #47876: URL: https://github.com/apache/doris/pull/47876#issuecomment-2712756222 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 unsubscribe,

[PR] [doc] update flink connector doc [doris-website]

2025-03-11 Thread via GitHub
JNSimba opened a new pull request, #2171: URL: https://github.com/apache/doris-website/pull/2171 ## Versions - [x] dev - [x] 3.0 - [x] 2.1 - [ ] 2.0 ## Languages - [x] Chinese - [x] English ## Docs Checklist - [ ] Checked by AI - [ ] Test Cas

Re: [PR] branch-2.1: [fix](auth)fix check internal priv when drop db of external catalog [doris]

2025-03-11 Thread via GitHub
zddr commented on PR #48644: URL: https://github.com/apache/doris/pull/48644#issuecomment-2712944610 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

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

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

[PR] [fix](cloud) dup FDCache reset before FileCache dtor causing crash [doris]

2025-03-11 Thread via GitHub
freemandealer opened a new pull request, #48915: URL: https://github.com/apache/doris/pull/48915 There is another FDCache reset near line 788, and this previous dup one deconstruct its mutex before BlockFileCache destory in FileCacheFactory thus causing BE crash on following stack: S

Re: [PR] [fix](cloud) dup FDCache reset before FileCache dtor causing crash [doris]

2025-03-11 Thread via GitHub
hello-stephen commented on PR #48915: URL: https://github.com/apache/doris/pull/48915#issuecomment-2712947709 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

Re: [PR] branch-3.0: [fix](Nereids) fix split part with regex not exist in source string #48895 [doris]

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

[I] Docs that not in sidebar [doris-website]

2025-03-11 Thread via GitHub
zclllyybb opened a new issue, #2172: URL: https://github.com/apache/doris-website/issues/2172 Path:/zh-CN/docs/dev/admin-manual/open-api/fe-http/debug-point-action 目前官网文档里有很多文档未编入sidebar,导致搜索可以搜出来,但是通过目录找不到。例如上面这个就是其一。 这个可以通过脚本很快速的全部找到,应该尽快编入or删除。 -- This is an automated mess

[I] Issue on docs CREATE-TABLE-AS-SELECT [doris-website]

2025-03-11 Thread via GitHub
zclllyybb opened a new issue, #2173: URL: https://github.com/apache/doris-website/issues/2173 Path:/zh-CN/docs/sql-manual/sql-statements/table-and-view/table/CREATE-TABLE-AS-SELECT 这个页面应该有关键字CTAS,这个功能通用名就是CTAS,但是目前通过CTAS是检索不到这个页面的 -- This is an automated message from the Apache Git

Re: [PR] [fix](cloud) dup FDCache reset before FileCache dtor causing crash [doris]

2025-03-11 Thread via GitHub
freemandealer commented on PR #48915: URL: https://github.com/apache/doris/pull/48915#issuecomment-2712957322 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] branch-3.0: [fix](udf) alias udf skip check enable_java_udf #48843 [doris]

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

Re: [PR] [Feature](dictionary) Support Dictonary Table [doris]

2025-03-11 Thread via GitHub
Mryange commented on PR #45926: URL: https://github.com/apache/doris/pull/45926#issuecomment-2712885044 run beut -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscr

[PR] branch-3.0: [fix](udf) alias udf skip check enable_java_udf #48843 [doris]

2025-03-11 Thread via GitHub
github-actions[bot] opened a new pull request, #48903: URL: https://github.com/apache/doris/pull/48903 Cherry-picked from #48843 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comme

Re: [PR] [Improvement]Add query start datetime [doris]

2025-03-11 Thread via GitHub
doris-robot commented on PR #48906: URL: https://github.com/apache/doris/pull/48906#issuecomment-2712887068 ClickBench: Total hot run time: 30.99 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

[PR] [fix](backup) Record table and view commitSeq for backup [doris]

2025-03-11 Thread via GitHub
wyxxxcat opened a new pull request, #48908: URL: https://github.com/apache/doris/pull/48908 ### 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] [opt](inverted index) fix compile warning in compound reader [doris]

2025-03-11 Thread via GitHub
hello-stephen commented on PR #48890: URL: https://github.com/apache/doris/pull/48890#issuecomment-2712208732 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

Re: [PR] [Improvement]Add query start datetime [doris]

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

Re: [PR] Flink Connector Updates [doris-website]

2025-03-11 Thread via GitHub
JNSimba merged PR #2170: URL: https://github.com/apache/doris-website/pull/2170 -- 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

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

2025-03-11 Thread via GitHub
hello-stephen commented on PR #48912: URL: https://github.com/apache/doris/pull/48912#issuecomment-2712894404 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

(doris) branch auto-pick-48852-branch-3.0 updated (1eadb71e238 -> 9d7c212e869)

2025-03-11 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-48852-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git from 1eadb71e238 branch-3.0: [fix](binlog) avoid adding acqurie_md5 param when enable_download_md5…

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

2025-03-11 Thread via GitHub
Mryange commented on PR #48912: URL: https://github.com/apache/doris/pull/48912#issuecomment-2712895750 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] [test](test) [doris]

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

Re: [PR] [test](test) [doris]

2025-03-11 Thread via GitHub
Thearas commented on PR #48913: URL: https://github.com/apache/doris/pull/48913#issuecomment-2712897530 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] [test](beut) add pipeline SortOperator beut [doris]

2025-03-11 Thread via GitHub
Mryange opened a new pull request, #48912: URL: https://github.com/apache/doris/pull/48912 ### What problem does this PR solve? ### Release note None ### Check List (For Author) - Test - [ ] Regression test - [ ] Unit Test - [ ] Manual tes

Re: [PR] [test](test) [doris]

2025-03-11 Thread via GitHub
zhangstar333 commented on PR #48913: URL: https://github.com/apache/doris/pull/48913#issuecomment-2712897536 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](udf) alias udf skip check enable_java_udf #48843 [doris]

2025-03-11 Thread via GitHub
yujun777 commented on PR #48903: URL: https://github.com/apache/doris/pull/48903#issuecomment-2712824579 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] [fix](function) fix error result when STR_TO_DATE input all space [doris]

2025-03-11 Thread via GitHub
zhangstar333 merged PR #48872: URL: https://github.com/apache/doris/pull/48872 -- 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: [fix](auth)fix check internal priv when drop db of external catalog [doris]

2025-03-11 Thread via GitHub
zddr commented on PR #47876: URL: https://github.com/apache/doris/pull/47876#issuecomment-2712955839 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

Re: [PR] branch-3.0: [fix](udf) alias udf skip check enable_java_udf #48843 [doris]

2025-03-11 Thread via GitHub
doris-robot commented on PR #48903: URL: https://github.com/apache/doris/pull/48903#issuecomment-2712966987 ClickBench: Total hot run time: 31.68 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

[PR] branch-2.1:[fix](hudi) Fix Memory Leak in BitCaskDiskMap Due to Circular Reference [doris]

2025-03-11 Thread via GitHub
suxiaogang223 opened a new pull request, #48916: URL: https://github.com/apache/doris/pull/48916 ### What problem does this PR solve? Problem Summary: As this issue describes https://github.com/apache/hudi/issues/12918 While debugging a memory leak issue, I noticed a steady incre

Re: [PR] [Enhancement] (nereids)implement dropCached/Expired/StatsCommand in nereids [doris]

2025-03-11 Thread via GitHub
Jibing-Li commented on code in PR #48763: URL: https://github.com/apache/doris/pull/48763#discussion_r1988575882 ## fe/fe-core/src/main/java/org/apache/doris/statistics/StatisticsRepository.java: ## @@ -217,7 +217,7 @@ private static String constructId(Object... params) {

Re: [PR] branch-2.1:[fix](hudi) Fix Memory Leak in BitCaskDiskMap Due to Circular Reference [doris]

2025-03-11 Thread via GitHub
hello-stephen commented on PR #48916: URL: https://github.com/apache/doris/pull/48916#issuecomment-2712972006 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

Re: [PR] branch-3.0: [Fix](merge-on-write) should re-calculate delete bitmaps between segments if BE restart before publish #48775 [doris]

2025-03-11 Thread via GitHub
bobhan1 commented on PR #48831: URL: https://github.com/apache/doris/pull/48831#issuecomment-2712986055 should close, handle in https://github.com/apache/doris/pull/48917 -- 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: [fix](Nereids) fix split part with regex not exist in source string #48895 [doris]

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

Re: [PR] branch-3.0-pick: [Fix](merge-on-write) should re-calculate delete bitmaps between segments if BE restart before publish (#48775) [doris]

2025-03-11 Thread via GitHub
Thearas commented on PR #48917: URL: https://github.com/apache/doris/pull/48917#issuecomment-2712984828 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](paimon)support paimon top level schema change. [doris]

2025-03-11 Thread via GitHub
doris-robot commented on PR #48723: URL: https://github.com/apache/doris/pull/48723#issuecomment-2712716340 TeamCity cloud ut coverage result: Function Coverage: 83.05% (1073/1292) Line Coverage: 65.91% (17681/26824) Region Coverage: 65.36% (8715/13334) Branch Coverage: 55.21

Re: [PR] [fix](doris compose) fix network sometimes failed [doris]

2025-03-11 Thread via GitHub
yujun777 commented on PR #48898: URL: https://github.com/apache/doris/pull/48898#issuecomment-2713227093 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](deltawriter) Enhance file_size validation in _request_slave_tablet_pull_rowset method [doris]

2025-03-11 Thread via GitHub
sollhui commented on code in PR #48866: URL: https://github.com/apache/doris/pull/48866#discussion_r1988761510 ## be/src/olap/delta_writer.cpp: ## @@ -187,10 +187,18 @@ Status DeltaWriter::commit_txn(const PSlaveTabletNodes& slave_tablet_nodes) { SCOPED_TIMER(_commit_txn_t

(doris) 11/23: test in or bloom (#48596)

2025-03-11 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a commit to branch refactor_rf in repository https://gitbox.apache.org/repos/asf/doris.git commit aacd25e62dd4c0a09d61e89abaee44d27b9bc563 Author: Gabriel AuthorDate: Tue Mar 4 11:16:38 2025 +0800 test in

Re: [PR] branch-3.0-pick: [Fix](merge-on-write) should re-calculate delete bitmaps between segments if BE restart before publish (#48775) [doris]

2025-03-11 Thread via GitHub
doris-robot commented on PR #48917: URL: https://github.com/apache/doris/pull/48917#issuecomment-2713259046 ClickBench: Total hot run time: 31.61 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

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

2025-03-11 Thread via GitHub
Mryange commented on PR #48912: URL: https://github.com/apache/doris/pull/48912#issuecomment-2713288124 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] [Enhancement](paimon)support paimon top level schema change. [doris]

2025-03-11 Thread via GitHub
hubgeter commented on PR #48723: URL: https://github.com/apache/doris/pull/48723#issuecomment-2713314369 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 master updated (ba3d0c7cde9 -> 72c288920c2)

2025-03-11 Thread gavinchou
This is an automated email from the ASF dual-hosted git repository. gavinchou pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from ba3d0c7cde9 [Enhancement] (nereids) implement alterColumnStatsCommand in nereids (#48628) add 72c288920c2 [fea

Re: [PR] [WIP](segment) Segment footer PB cache [doris]

2025-03-11 Thread via GitHub
zhiqiang- commented on PR #48924: URL: https://github.com/apache/doris/pull/48924#issuecomment-2713312631 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

(doris) branch auto-pick-47563-branch-3.0 deleted (was 5124dc82f88)

2025-03-11 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-47563-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git was 5124dc82f88 branch-3.0: [fix](table) Breaking up dynamic partition table scheduling consuming

Re: [PR] [doc] update flink connector doc [doris-website]

2025-03-11 Thread via GitHub
JNSimba merged PR #2171: URL: https://github.com/apache/doris-website/pull/2171 -- 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

Re: [PR] [chore](profile) Add checker for profile level [doris]

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

Re: [PR] [chore](profile) Add checker for profile level [doris]

2025-03-11 Thread via GitHub
doris-robot commented on PR #48787: URL: https://github.com/apache/doris/pull/48787#issuecomment-2713155801 ClickBench: Total hot run time: 30.76 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [fix](binlog) Wrong judgment of anyEnable for add binlog [doris]

2025-03-11 Thread via GitHub
doris-robot commented on PR #48919: URL: https://github.com/apache/doris/pull/48919#issuecomment-2713124810 ClickBench: Total hot run time: 30.84 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [fix](cloud) dup FDCache reset before FileCache dtor causing crash [doris]

2025-03-11 Thread via GitHub
github-actions[bot] commented on PR #48915: URL: https://github.com/apache/doris/pull/48915#issuecomment-2713135227 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](doris compose) fix network sometimes failed [doris]

2025-03-11 Thread via GitHub
yujun777 commented on PR #48898: URL: https://github.com/apache/doris/pull/48898#issuecomment-2713132797 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](cloud) dup FDCache reset before FileCache dtor causing crash [doris]

2025-03-11 Thread via GitHub
github-actions[bot] commented on PR #48915: URL: https://github.com/apache/doris/pull/48915#issuecomment-2713135150 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](segment iterator) Fix potential data race on std::shared_ptr [doris]

2025-03-11 Thread via GitHub
zhiqiang- commented on PR #48884: URL: https://github.com/apache/doris/pull/48884#issuecomment-2713165013 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] Revert "branch-2.1: [bug](auto partition) Fix be crash with single replica insert" [doris]

2025-03-11 Thread via GitHub
yiguolei merged PR #48926: URL: https://github.com/apache/doris/pull/48926 -- 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.apa

(doris) branch auto-pick-48101-branch-2.1 created (now bc3e93a8a95)

2025-03-11 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-48101-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git at bc3e93a8a95 Revert "branch-2.1: [bug](auto partition) Fix be crash with single replica insert"

Re: [PR] [Refine](segment) Fix potential data race on std::shared_ptr [doris]

2025-03-11 Thread via GitHub
doris-robot commented on PR #48884: URL: https://github.com/apache/doris/pull/48884#issuecomment-2713271282 ClickBench: Total hot run time: 31.12 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] branch-2.1: [bug](auto partition) Fix be crash with single replica insert [doris]

2025-03-11 Thread via GitHub
hello-stephen commented on PR #48929: URL: https://github.com/apache/doris/pull/48929#issuecomment-2713602747 # BE UT Coverage Report Increment line coverage `23.81% (5/21)` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/ab7a4acd79d87dbc0a4c0a15d1277fbf0

Re: [PR] [fix](function) fix error result when STR_TO_DATE input all space (#4… [doris]

2025-03-11 Thread via GitHub
doris-robot commented on PR #48921: URL: https://github.com/apache/doris/pull/48921#issuecomment-2713204037 ClickBench: Total hot run time: 31.8 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools C

Re: [PR] [fix](deltawriter) Enhance file_size validation in _request_slave_tablet_pull_rowset method [doris]

2025-03-11 Thread via GitHub
Tech-Circle-48 commented on code in PR #48866: URL: https://github.com/apache/doris/pull/48866#discussion_r1988766409 ## be/src/olap/delta_writer.cpp: ## @@ -187,10 +187,18 @@ Status DeltaWriter::commit_txn(const PSlaveTabletNodes& slave_tablet_nodes) { SCOPED_TIMER(_commi

(doris) branch auto-pick-48872-branch-2.1 deleted (was 59b63fe388d)

2025-03-11 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-48872-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git was 59b63fe388d branch-2.1: [fix](Nereids) string constant folding process regex delim by mistake

Re: [PR] [fix](information_schema) The time type in tables under the information_schema should change according to the time_zone. [doris]

2025-03-11 Thread via GitHub
hello-stephen commented on PR #48462: URL: https://github.com/apache/doris/pull/48462#issuecomment-2714119753 # BE UT Coverage Report Increment line coverage `0.00% (0/15)` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/b6cb8b6c78d064c1118242e35320fff9b3

Re: [PR] [opt](inverted index) fix compile warning in compound reader [doris]

2025-03-11 Thread via GitHub
airborne12 commented on PR #48890: URL: https://github.com/apache/doris/pull/48890#issuecomment-2714131286 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: [bug](auto partition) Fix be crash with single replica insert #48101 [doris]

2025-03-11 Thread via GitHub
hello-stephen commented on PR #48457: URL: https://github.com/apache/doris/pull/48457#issuecomment-2714139278 # BE UT Coverage Report Increment line coverage `0.00% (0/21)` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/b90730d76ff96332946689ba78d95413f9

Re: [PR] [fix](hudi) replace non thread safe SimpleDateFormat [doris]

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

[PR] [test](mtmv) Remove un supported test case in branch 30 [doris]

2025-03-11 Thread via GitHub
seawinde opened a new pull request, #48936: URL: https://github.com/apache/doris/pull/48936 ### What problem does this PR solve? Remove un supported test case in branch 30 Issue Number: close #xxx Related PR: #xxx Problem Summary: ### Release note None

Re: [PR] [fix](replica num) Fix the decrease in the number of replicas and une… [doris]

2025-03-11 Thread via GitHub
github-actions[bot] commented on PR #48704: URL: https://github.com/apache/doris/pull/48704#issuecomment-2713633715 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](function) fix error result when STR_TO_DATE input all space (#4… [doris]

2025-03-11 Thread via GitHub
yiguolei merged PR #48920: URL: https://github.com/apache/doris/pull/48920 -- 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.apa

Re: [PR] [test](mtmv) Modify un supported external table test case in branch 2.1 [doris]

2025-03-11 Thread via GitHub
seawinde commented on PR #48937: URL: https://github.com/apache/doris/pull/48937#issuecomment-2714184556 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] [test](mtmv) Remove un supported test case in branch 30 [doris]

2025-03-11 Thread via GitHub
hello-stephen commented on PR #48936: URL: https://github.com/apache/doris/pull/48936#issuecomment-2714180271 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

Re: [PR] [test](mtmv) Modify un supported external table test case in branch 2.1 [doris]

2025-03-11 Thread via GitHub
hello-stephen commented on PR #48937: URL: https://github.com/apache/doris/pull/48937#issuecomment-2714184380 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

Re: [PR] [test](mtmv) Remove un supported test case in branch 30 [doris]

2025-03-11 Thread via GitHub
seawinde commented on PR #48936: URL: https://github.com/apache/doris/pull/48936#issuecomment-2714180404 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] [test](mtmv) Modify un supported external table test case in branch 2.1 [doris]

2025-03-11 Thread via GitHub
seawinde opened a new pull request, #48937: URL: https://github.com/apache/doris/pull/48937 ### What problem does this PR solve? Modify un supported external table test case in branch 2.1 Issue Number: close #xxx Related PR: #xxx Problem Summary: ### Release

Re: [PR] [opt](metrics) More precise task execution and wait worker time [doris]

2025-03-11 Thread via GitHub
yiguolei merged PR #48750: URL: https://github.com/apache/doris/pull/48750 -- 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.apa

(doris) branch master updated: [opt](metrics) More precise task execution and wait worker time (#48750)

2025-03-11 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei 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 25ac68e2319 [opt](metrics) More precise task ex

Re: [PR] [chore](profile) Add checker for profile level [doris]

2025-03-11 Thread via GitHub
yiguolei merged PR #48787: URL: https://github.com/apache/doris/pull/48787 -- 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.apa

(doris) branch master updated (a4c1b62c8dc -> 84d80e45632)

2025-03-11 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from a4c1b62c8dc [Feat](Nereids) refactor show table status command (#48875) add 84d80e45632 [Refine](segment) Fix po

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

2025-03-11 Thread via GitHub
Mryange commented on PR #48912: URL: https://github.com/apache/doris/pull/48912#issuecomment-2714828218 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] [Refine](segment) Fix potential data race on std::shared_ptr [doris]

2025-03-11 Thread via GitHub
yiguolei merged PR #48884: URL: https://github.com/apache/doris/pull/48884 -- 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.apa

Re: [PR] branch-2.1:[fix](hudi) Fix Memory Leak in BitCaskDiskMap Due to Circular Reference [doris]

2025-03-11 Thread via GitHub
yiguolei commented on PR #48916: URL: https://github.com/apache/doris/pull/48916#issuecomment-2714903293 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](deltawriter) Enhance file_size validation in _request_slave_tablet_pull_rowset method [doris]

2025-03-11 Thread via GitHub
doris-robot commented on PR #48866: URL: https://github.com/apache/doris/pull/48866#issuecomment-2714900104 # BE UT Coverage Report Increment line coverage `0.00% (0/34)` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/66537c74e9b00ed7930a1f7346b41ab40c97

(doris) branch master updated: [chore](profile) Add checker for profile level (#48787)

2025-03-11 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei 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 e32406c40b0 [chore](profile) Add checker for pr

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

2025-03-11 Thread via GitHub
starocean999 merged PR #48628: URL: https://github.com/apache/doris/pull/48628 -- 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] Revert "branch-2.1: [bug](auto partition) Fix be crash with single replica insert" [doris]

2025-03-11 Thread via GitHub
hello-stephen commented on PR #48926: URL: https://github.com/apache/doris/pull/48926#issuecomment-2713339580 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

Re: [PR] [ut](datatype) Add BE UT for some basic data types and serializers [doris]

2025-03-11 Thread via GitHub
github-actions[bot] commented on PR #48788: URL: https://github.com/apache/doris/pull/48788#issuecomment-2714854837 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](sql cache) fix prepare statement with sql cache throw NullPointerException [doris]

2025-03-11 Thread via GitHub
924060929 commented on PR #48902: URL: https://github.com/apache/doris/pull/48902#issuecomment-2714853111 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] [Feature](parallel-result-sink) support async fetch from multiple backends concurrently [doris]

2025-03-11 Thread via GitHub
BiteThet commented on PR #47915: URL: https://github.com/apache/doris/pull/47915#issuecomment-2714821234 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] [Feature](parallel-result-sink) support async fetch from multiple backends concurrently [doris]

2025-03-11 Thread via GitHub
github-actions[bot] commented on PR #47915: URL: https://github.com/apache/doris/pull/47915#issuecomment-2714798491 ## Possible file(s) that should be tracked in LFS detected: 🚨 The following file(s) exceeds the file size limit: `1048576` bytes, as set in the .yml configuration files

Re: [PR] [feat](catalog) support drop database force in external catalog [doris]

2025-03-11 Thread via GitHub
github-actions[bot] commented on PR #48943: URL: https://github.com/apache/doris/pull/48943#issuecomment-2714809949 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] [opt](meta) Add strict field synchronization checks for cloud/non-cloud mode metadata conversions to prevent inconsistent PB bugs [doris]

2025-03-11 Thread via GitHub
gavinchou commented on PR #48837: URL: https://github.com/apache/doris/pull/48837#issuecomment-2714819989 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] [ut](datatype) Add BE UT for some basic data types and serializers [doris]

2025-03-11 Thread via GitHub
github-actions[bot] commented on PR #48788: URL: https://github.com/apache/doris/pull/48788#issuecomment-2714854726 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

  1   2   3   4   5   6   7   8   9   10   >