Re: [PR] [fix]Remove be special handling of date types and bugs in registration functions [doris]

2024-12-13 Thread via GitHub
koarz commented on PR #45159: URL: https://github.com/apache/doris/pull/45159#issuecomment-2542952611 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 unsubs

Re: [PR] [fix](nereids) fix compare with date like literal [doris]

2024-12-13 Thread via GitHub
yujun777 commented on PR #45382: URL: https://github.com/apache/doris/pull/45382#issuecomment-2542907151 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]Remove be special handling of date types and bugs in registration functions [doris]

2024-12-13 Thread via GitHub
koarz commented on PR #45159: URL: https://github.com/apache/doris/pull/45159#issuecomment-2542843610 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 unsubs

Re: [PR] [fix]Remove be special handling of date types and bugs in registration functions [doris]

2024-12-13 Thread via GitHub
koarz commented on PR #45159: URL: https://github.com/apache/doris/pull/45159#issuecomment-2542819208 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 unsubs

[I] [Bug] task_group_inl.h:91] _rq is full, capacity=4096 [doris]

2024-12-13 Thread via GitHub
luo985 opened a new issue, #45419: URL: https://github.com/apache/doris/issues/45419 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version 2.1.6 ### What's W

(doris-website) branch asf-site updated (8a88f07507 -> 2cb406f6e0)

2024-12-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/doris-website.git discard 8a88f07507 Automated deployment with doris branch @ fcb4a82eb4f09783e0c80380d9ff02ccd2e7d707 new 2c

Re: [I] [Bug] docker fe启动无法访问端口 [doris]

2024-12-13 Thread via GitHub
helxm commented on issue #45151: URL: https://github.com/apache/doris/issues/45151#issuecomment-2542753745 @ixzc only one node -- 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] [improvement](query) optimize the scan key range generation for query [doris]

2024-12-13 Thread via GitHub
github-actions[bot] commented on PR #36322: URL: https://github.com/apache/doris/pull/36322#issuecomment-2542575572 We're closing this PR because it hasn't been updated in a while. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable

Re: [PR] [fix](doc) update array-intersect [doris]

2024-12-13 Thread via GitHub
github-actions[bot] commented on PR #31459: URL: https://github.com/apache/doris/pull/31459#issuecomment-2542575615 We're closing this PR because it hasn't been updated in a while. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable

(doris-website) branch asf-site updated (e324e8a898 -> 8a88f07507)

2024-12-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/doris-website.git discard e324e8a898 Automated deployment with doris branch @ fcb4a82eb4f09783e0c80380d9ff02ccd2e7d707 new 8a

[PR] [regression](minio) test minio as doris storage vault [doris]

2024-12-13 Thread via GitHub
yagagagaga opened a new pull request, #45417: URL: https://github.com/apache/doris/pull/45417 ### 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] [regression](minio) test minio as doris storage vault [doris]

2024-12-13 Thread via GitHub
Thearas commented on PR #45417: URL: https://github.com/apache/doris/pull/45417#issuecomment-2541862102 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] [refactor](shuffle)(part III) Use local exchanger for both exchange sink and lo… [doris]

2024-12-13 Thread via GitHub
doris-robot commented on PR #45375: URL: https://github.com/apache/doris/pull/45375#issuecomment-2541820765 TeamCity be ut coverage result: Function Coverage: 38.72% (10107/26105) Line Coverage: 29.69% (84862/285862) Region Coverage: 28.77% (43564/151429) Branch Coverage: 25.

Re: [PR] [fix]Remove be special handling of date types and bugs in registration functions [doris]

2024-12-13 Thread via GitHub
zclllyybb commented on code in PR #45159: URL: https://github.com/apache/doris/pull/45159#discussion_r1884180249 ## be/src/vec/functions/function_date_or_datetime_computation.cpp: ## @@ -21,24 +21,53 @@ namespace doris::vectorized { -using FunctionAddSeconds = FunctionDate

Re: [PR] [Exec](expr) Opt the compound pred performace [doris]

2024-12-13 Thread via GitHub
zhiqiang- commented on code in PR #45414: URL: https://github.com/apache/doris/pull/45414#discussion_r1884109800 ## be/src/vec/exprs/vcompound_pred.h: ## @@ -342,10 +380,9 @@ class VCompoundPred : public VectorizedFnCall { return (l_null & r_null) | (r_null & (r_nul

Re: [PR] [feature](load) new insgestion load [doris]

2024-12-13 Thread via GitHub
github-actions[bot] commented on PR #36862: URL: https://github.com/apache/doris/pull/36862#issuecomment-2541730046 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] [Exec](expr) Opt the compound pred performace [doris]

2024-12-13 Thread via GitHub
zhiqiang- commented on code in PR #45414: URL: https://github.com/apache/doris/pull/45414#discussion_r1884109800 ## be/src/vec/exprs/vcompound_pred.h: ## @@ -342,10 +380,9 @@ class VCompoundPred : public VectorizedFnCall { return (l_null & r_null) | (r_null & (r_nul

Re: [PR] Dev spark load [doris]

2024-12-13 Thread via GitHub
github-actions[bot] commented on PR #40182: URL: https://github.com/apache/doris/pull/40182#issuecomment-2541723072 `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/12318604508";) output. shellcheck er

Re: [PR] [improve](backup) Add config ignore_backup_tmp_partitions #45240 [doris]

2024-12-13 Thread via GitHub
dataroaring commented on PR #45331: URL: https://github.com/apache/doris/pull/45331#issuecomment-2541717986 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: [Chore](dependencies)Upgrade Fe dependencies #44872 [doris]

2024-12-13 Thread via GitHub
dataroaring merged PR #45354: URL: https://github.com/apache/doris/pull/45354 -- 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.

(doris) branch auto-pick-44872-branch-3.0 deleted (was f79aac7c739)

2024-12-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-44872-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git was f79aac7c739 [Chore](dependencies)Upgrade Fe dependencies (#44872) The revisions that were on t

(doris) branch branch-3.0 updated: branch-3.0: [Chore](dependencies)Upgrade Fe dependencies #44872 (#45354)

2024-12-13 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new 9edea93a8b2 branch-3.0: [Chore](depe

(doris) branch auto-pick-44761-branch-3.0 deleted (was 93164cfd2be)

2024-12-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-44761-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git was 93164cfd2be [Enhancement](Test) Add test config to recycler (#44761) The revisions that were o

(doris) branch branch-3.0 updated: branch-3.0: [Enhancement](Test) Add test config to recycler #44761 (#45368)

2024-12-13 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new 45bcd1d1a3c branch-3.0: [Enhancement

Re: [PR] branch-3.0: [Enhancement](Test) Add test config to recycler #44761 [doris]

2024-12-13 Thread via GitHub
dataroaring merged PR #45368: URL: https://github.com/apache/doris/pull/45368 -- 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](ccr) Wrong result of tosql for show create table [doris]

2024-12-13 Thread via GitHub
dataroaring commented on PR #45413: URL: https://github.com/apache/doris/pull/45413#issuecomment-2541707733 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] [refactor](shuffle)(part III) Use local exchanger for both exchange sink and lo… [doris]

2024-12-13 Thread via GitHub
github-actions[bot] commented on PR #45375: URL: https://github.com/apache/doris/pull/45375#issuecomment-2541595429 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] [refactor](shuffle)(part III) Use local exchanger for both exchange sink and lo… [doris]

2024-12-13 Thread via GitHub
Gabriel39 commented on PR #45375: URL: https://github.com/apache/doris/pull/45375#issuecomment-2541582668 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] [fix]Remove be special handling of date types and bugs in registration functions [doris]

2024-12-13 Thread via GitHub
doris-robot commented on PR #45159: URL: https://github.com/apache/doris/pull/45159#issuecomment-2541477582 TeamCity be ut coverage result: Function Coverage: 39.27% (10277/26172) Line Coverage: 29.83% (85277/285922) Region Coverage: 28.86% (43724/151490) Branch Coverage: 25.

Re: [PR] [Enhancement](compaction) enable the compaction producer to generate multiple compaction tasks in a single run [doris]

2024-12-13 Thread via GitHub
github-actions[bot] commented on PR #45411: URL: https://github.com/apache/doris/pull/45411#issuecomment-2541410256 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] [Enhancement](compaction) enable the compaction producer to generate multiple compaction tasks in a single run [doris]

2024-12-13 Thread via GitHub
github-actions[bot] commented on PR #45411: URL: https://github.com/apache/doris/pull/45411#issuecomment-2541410206 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](arrow-flight-sql) Fix arrow flight sql query profile and correct close [doris]

2024-12-13 Thread via GitHub
xinyiZzz commented on PR #45416: URL: https://github.com/apache/doris/pull/45416#issuecomment-2541407370 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](arrow-flight-sql) Fix arrow flight sql query profile and correct close [doris]

2024-12-13 Thread via GitHub
Thearas commented on PR #45416: URL: https://github.com/apache/doris/pull/45416#issuecomment-2541406954 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] [fix](arrow-flight-sql) Fix arrow flight sql query profile and correct close [doris]

2024-12-13 Thread via GitHub
xinyiZzz opened a new pull request, #45416: URL: https://github.com/apache/doris/pull/45416 ### What problem does this PR solve? 1. Fix the bug that caused `finalizeQuery` to fail, the query status in the profile was always `RUNNING`, not `OK`. 2. Arrow Flight is a stateless protoc

Re: [PR] [Enhancement](compaction) enable the compaction producer to generate multiple compaction tasks in a single run [doris]

2024-12-13 Thread via GitHub
doris-robot commented on PR #45411: URL: https://github.com/apache/doris/pull/45411#issuecomment-2541393059 TeamCity be ut coverage result: Function Coverage: 38.76% (10110/26083) Line Coverage: 29.71% (84923/285819) Region Coverage: 28.78% (43594/151469) Branch Coverage: 25.

(doris) branch auto-pick-44863-branch-3.0 created (now f53bb5d7ff7)

2024-12-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-44863-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git at f53bb5d7ff7 branch-3.0: [fix](coordinator) Fix wrong bucket assignments by coordinator #45365

(doris) branch master updated: [opt](inverted index) Add NumInvertedIndexRemoteIOTotal statistics in profile (#44863)

2024-12-13 Thread gavinchou
This is an automated email from the ASF dual-hosted git repository. gavinchou 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 559a2f99bc8 [opt](inverted index) Add NumInver

Re: [PR] [opt](inverted index) Add NumInvertedIndexRemoteIOTotal statistics in profile [doris]

2024-12-13 Thread via GitHub
gavinchou merged PR #44863: URL: https://github.com/apache/doris/pull/44863 -- 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] [Exec](expr) Opt the compound pred performace [doris]

2024-12-13 Thread via GitHub
doris-robot commented on PR #45414: URL: https://github.com/apache/doris/pull/45414#issuecomment-2541326296 TeamCity be ut coverage result: Function Coverage: 38.76% (10109/26083) Line Coverage: 29.69% (84872/285824) Region Coverage: 28.76% (43561/151456) Branch Coverage: 25.

Re: [PR] [fix]Remove be special handling of date types and bugs in registration functions [doris]

2024-12-13 Thread via GitHub
koarz commented on PR #45159: URL: https://github.com/apache/doris/pull/45159#issuecomment-2541311561 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 unsubs

Re: [PR] [fix](iceberg) Fill in the detailed error information [doris]

2024-12-13 Thread via GitHub
wuwenchi commented on PR #45415: URL: https://github.com/apache/doris/pull/45415#issuecomment-2541299756 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](iceberg) Fill in the detailed error information [doris]

2024-12-13 Thread via GitHub
hello-stephen commented on PR #45415: URL: https://github.com/apache/doris/pull/45415#issuecomment-2541299302 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](iceberg) Fill in the detailed error information [doris]

2024-12-13 Thread via GitHub
wuwenchi opened a new pull request, #45415: URL: https://github.com/apache/doris/pull/45415 ### What problem does this PR solve? Related PR: #45285 Problem Summary: When dropping a database, fill in the detailed error information. ### Check List (For Author) - T

Re: [PR] [Exec](expr) Opt the compound pred performace [doris]

2024-12-13 Thread via GitHub
github-actions[bot] commented on PR #45414: URL: https://github.com/apache/doris/pull/45414#issuecomment-2541288808 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] [Exec](expr) Opt the compound pred performace [doris]

2024-12-13 Thread via GitHub
github-actions[bot] commented on PR #45414: URL: https://github.com/apache/doris/pull/45414#issuecomment-2541288739 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] [opt](inverted index) Add NumInvertedIndexRemoteIOTotal statistics in profile [doris]

2024-12-13 Thread via GitHub
gavinchou commented on code in PR #44863: URL: https://github.com/apache/doris/pull/44863#discussion_r1883824758 ## be/src/io/io_common.h: ## @@ -60,6 +61,7 @@ struct IOContext { int64_t expiration_time = 0; const TUniqueId* query_id = nullptr; // Ref

Re: [PR] [Exec](expr) Opt the compound pred performace [doris]

2024-12-13 Thread via GitHub
github-actions[bot] commented on code in PR #45414: URL: https://github.com/apache/doris/pull/45414#discussion_r1883809470 ## be/src/vec/exprs/vcompound_pred.h: ## @@ -231,6 +243,32 @@ class VCompoundPred : public VectorizedFnCall { return null_map_data; };

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

2024-12-13 Thread via GitHub
vinlee19 commented on issue #42578: URL: https://github.com/apache/doris/issues/42578#issuecomment-2541245735 Please assign it to me! -- 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

Re: [PR] [Exec](expr) Opt the compound pred performace [doris]

2024-12-13 Thread via GitHub
HappenLee commented on PR #45414: URL: https://github.com/apache/doris/pull/45414#issuecomment-2541256408 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] [Exec](expr) Opt the compound pred performace [doris]

2024-12-13 Thread via GitHub
Thearas commented on PR #45414: URL: https://github.com/apache/doris/pull/45414#issuecomment-2541255280 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] [Exec](expr) Opt the compound pred performace [doris]

2024-12-13 Thread via GitHub
HappenLee opened a new pull request, #45414: URL: https://github.com/apache/doris/pull/45414 ### 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] [opt](inverted index) Time Series Compaction Level 2 Logical Optimization [doris]

2024-12-13 Thread via GitHub
doris-robot commented on PR #45412: URL: https://github.com/apache/doris/pull/45412#issuecomment-2541246768 TeamCity be ut coverage result: Function Coverage: 38.76% (10109/26083) Line Coverage: 29.70% (84876/285799) Region Coverage: 28.76% (43570/151473) Branch Coverage: 25.

Re: [PR] [enchement](iceberg)support read iceberg partition evolution table. [doris]

2024-12-13 Thread via GitHub
doris-robot commented on PR #45367: URL: https://github.com/apache/doris/pull/45367#issuecomment-2541220577 TeamCity be ut coverage result: Function Coverage: 38.75% (10107/26082) Line Coverage: 29.68% (84819/285766) Region Coverage: 28.75% (43547/151449) Branch Coverage: 25.

Re: [PR] [fix](Nereids) fix fe folding constant of string functions and add more cases [doris]

2024-12-13 Thread via GitHub
morrySnow commented on code in PR #45233: URL: https://github.com/apache/doris/pull/45233#discussion_r1883778640 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/executable/StringArithmetic.java: ## @@ -333,12 +346,14 @@ public static Expression i

Re: [PR] [fix](Nereids) fix fe folding constant of string functions and add more cases [doris]

2024-12-13 Thread via GitHub
morrySnow commented on PR #45233: URL: https://github.com/apache/doris/pull/45233#issuecomment-2541217389 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 unsubscr

Re: [PR] [feature](mtmv)Support iceberg partition refresh. [doris]

2024-12-13 Thread via GitHub
morrySnow commented on code in PR #44726: URL: https://github.com/apache/doris/pull/44726#discussion_r1879883501 ## fe/fe-core/src/main/java/org/apache/doris/datasource/iceberg/IcebergExternalTable.java: ## @@ -51,9 +108,63 @@ protected synchronized void makeSureInitialized() {

Re: [PR] [Enhancement](compaction) enable the compaction producer to generate multiple compaction tasks in a single run [doris]

2024-12-13 Thread via GitHub
github-actions[bot] commented on code in PR #45411: URL: https://github.com/apache/doris/pull/45411#discussion_r1883773164 ## be/src/olap/tablet_manager.cpp: ## @@ -719,6 +719,11 @@ void TabletManager::get_tablet_stat(TTabletStatResult* result) { result->__set_tablet_stat_

Re: [PR] [Enhancement](compaction) enable the compaction producer to generate multiple compaction tasks in a single run [doris]

2024-12-13 Thread via GitHub
luwei16 commented on PR #45411: URL: https://github.com/apache/doris/pull/45411#issuecomment-2541204282 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] [Fix] remove useless test [doris]

2024-12-13 Thread via GitHub
doris-robot commented on PR #45409: URL: https://github.com/apache/doris/pull/45409#issuecomment-2541201523 TeamCity be ut coverage result: Function Coverage: 38.75% (10108/26082) Line Coverage: 29.69% (84840/285766) Region Coverage: 28.76% (43560/151446) Branch Coverage: 25.

[PR] [fix] docs style [doris-website]

2024-12-13 Thread via GitHub
yang1666204 opened a new pull request, #1519: URL: https://github.com/apache/doris-website/pull/1519 (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 unsubsc

Re: [PR] [fix](tvf) Tvf supports to parse the enclose character in csv files [doris]

2024-12-13 Thread via GitHub
doris-robot commented on PR #45407: URL: https://github.com/apache/doris/pull/45407#issuecomment-2541196749 TeamCity be ut coverage result: Function Coverage: 38.76% (10109/26082) Line Coverage: 29.69% (84846/285766) Region Coverage: 28.76% (43563/151446) Branch Coverage: 25.

Re: [PR] [refactor](shuffle)(part III) Use local exchanger for both exchange sink and lo… [doris]

2024-12-13 Thread via GitHub
doris-robot commented on PR #45375: URL: https://github.com/apache/doris/pull/45375#issuecomment-2541196404 TeamCity be ut coverage result: Function Coverage: 38.71% (10106/26105) Line Coverage: 29.67% (84818/285839) Region Coverage: 28.76% (43547/151414) Branch Coverage: 25.

Re: [PR] [opt](inverted index) Time Series Compaction Level 2 Logical Optimization [doris]

2024-12-13 Thread via GitHub
github-actions[bot] commented on PR #45412: URL: https://github.com/apache/doris/pull/45412#issuecomment-2541187491 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] [Enhancement](compaction) enable the compaction producer to generate multiple compaction tasks in a single run [doris]

2024-12-13 Thread via GitHub
github-actions[bot] commented on code in PR #45411: URL: https://github.com/apache/doris/pull/45411#discussion_r1883749522 ## be/src/olap/tablet_manager.cpp: ## @@ -736,6 +736,11 @@ void TabletManager::get_tablet_stat(TTabletStatResult* result) { result->__set_tablet_stat_

(doris) branch master updated (2ca753feb84 -> 475571b1520)

2024-12-13 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 2ca753feb84 [fix](Nereids) fix cases unstable when using profile to check is nereids execution (#45384) add 47

Re: [PR] [opt](Nereids) lock table in ascending order of table IDs [doris]

2024-12-13 Thread via GitHub
zddr commented on code in PR #45045: URL: https://github.com/apache/doris/pull/45045#discussion_r1883714598 ## fe/fe-core/src/main/java/org/apache/doris/catalog/TableIf.java: ## @@ -381,40 +352,31 @@ default void replayDropConstraint(String name) { } default void dro

Re: [PR] [feat](nereids) simplify comparison predicate rule add check data type limit [doris]

2024-12-13 Thread via GitHub
morrySnow merged PR #44732: URL: https://github.com/apache/doris/pull/44732 -- 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] [Fix](ccr) Wrong result of tosql for show create table [doris]

2024-12-13 Thread via GitHub
hello-stephen commented on PR #45413: URL: https://github.com/apache/doris/pull/45413#issuecomment-2541180889 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] [opt](inverted index) Time Series Compaction Level 2 Logical Optimization [doris]

2024-12-13 Thread via GitHub
zzzxl1993 commented on PR #45412: URL: https://github.com/apache/doris/pull/45412#issuecomment-2541179682 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] [opt](Nereids) lock table in ascending order of table IDs [doris]

2024-12-13 Thread via GitHub
zddr commented on code in PR #45045: URL: https://github.com/apache/doris/pull/45045#discussion_r1883720606 ## fe/fe-core/src/main/java/org/apache/doris/common/proc/PartitionsProcDir.java: ## @@ -243,6 +243,7 @@ private List, TRow>> getPartitionInfosInrernal() throws An

Re: [PR] [opt](inverted index) Time Series Compaction Level 2 Logical Optimization [doris]

2024-12-13 Thread via GitHub
github-actions[bot] commented on PR #45412: URL: https://github.com/apache/doris/pull/45412#issuecomment-2541180616 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

[PR] [Fix](ccr) Wrong result of tosql for show create table [doris]

2024-12-13 Thread via GitHub
wyxxxcat opened a new pull request, #45413: URL: https://github.com/apache/doris/pull/45413 (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-m

Re: [PR] [Enhancement](compaction) enable the compaction producer to generate multiple compaction tasks in a single run [doris]

2024-12-13 Thread via GitHub
github-actions[bot] commented on code in PR #45411: URL: https://github.com/apache/doris/pull/45411#discussion_r1883746147 ## be/src/olap/tablet_manager.cpp: ## @@ -736,6 +736,11 @@ void TabletManager::get_tablet_stat(TTabletStatResult* result) { result->__set_tablet_stat_

Re: [PR] [Enhancement](compaction) enable the compaction producer to generate multiple compaction tasks in a single run [doris]

2024-12-13 Thread via GitHub
luwei16 commented on PR #45411: URL: https://github.com/apache/doris/pull/45411#issuecomment-2541163569 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] [opt](inverted index) Time Series Compaction Level 2 Logical Optimization [doris]

2024-12-13 Thread via GitHub
hello-stephen commented on PR #45412: URL: https://github.com/apache/doris/pull/45412#issuecomment-2541161946 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](inverted index) Time Series Compaction Level 2 Logical Optimization [doris]

2024-12-13 Thread via GitHub
zzzxl1993 opened a new pull request, #45412: URL: https://github.com/apache/doris/pull/45412 ### 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] [Enhancement](compaction) enable the compaction producer to generate multiple compaction tasks in a single run [doris]

2024-12-13 Thread via GitHub
hello-stephen commented on PR #45411: URL: https://github.com/apache/doris/pull/45411#issuecomment-2541154816 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] [Enhancement](compaction) enable the compaction producer to generate multiple compaction tasks in a single run [doris]

2024-12-13 Thread via GitHub
luwei16 opened a new pull request, #45411: URL: https://github.com/apache/doris/pull/45411 (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] [feat](spill) spill and reserve [doris]

2024-12-13 Thread via GitHub
github-actions[bot] commented on code in PR #44469: URL: https://github.com/apache/doris/pull/44469#discussion_r1883734068 ## be/src/pipeline/exec/partitioned_hash_join_sink_operator.cpp: ## @@ -99,29 +116,83 @@ size_t PartitionedHashJoinSinkLocalState::revocable_mem_size(Runti

Re: [PR] [enchement](iceberg)support read iceberg partition evolution table. [doris]

2024-12-13 Thread via GitHub
github-actions[bot] commented on PR #45367: URL: https://github.com/apache/doris/pull/45367#issuecomment-2541141246 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 bugs and undefined behaviors [doris]

2024-12-13 Thread via GitHub
Thearas commented on PR #45410: URL: https://github.com/apache/doris/pull/45410#issuecomment-2541117512 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] [enchement](iceberg)support read iceberg partition evolution table. [doris]

2024-12-13 Thread via GitHub
hubgeter commented on PR #45367: URL: https://github.com/apache/doris/pull/45367#issuecomment-2541133246 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 bugs and undefined behaviors [doris]

2024-12-13 Thread via GitHub
github-actions[bot] commented on code in PR #45410: URL: https://github.com/apache/doris/pull/45410#discussion_r1883723462 ## be/src/common/config.cpp: ## @@ -16,6 +16,7 @@ // under the License. #include Review Comment: warning: 'fmt/core.h' file not found [clang-diagno

Re: [PR] [fix](external)fix split and get the schema [doris]

2024-12-13 Thread via GitHub
github-actions[bot] commented on PR #45408: URL: https://github.com/apache/doris/pull/45408#issuecomment-2541124749 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-website) branch asf-site updated (528b1d7fd2 -> e324e8a898)

2024-12-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/doris-website.git discard 528b1d7fd2 Automated deployment with doris branch master@ fcb4a82eb4f09783e0c80380d9ff02ccd2e7d707

Re: [PR] [Fix] remove useless test [doris]

2024-12-13 Thread via GitHub
github-actions[bot] commented on code in PR #45409: URL: https://github.com/apache/doris/pull/45409#discussion_r1883714409 ## be/src/agent/workload_group_listener.h: ## @@ -20,10 +20,11 @@ #include Review Comment: warning: 'glog/logging.h' file not found [clang-diagnostic-

[PR] Fix bugs and undefined behaviors [doris]

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

[PR] [fix](source)fix timestamp format push down error [doris-flink-connector]

2024-12-13 Thread via GitHub
vinlee19 opened a new pull request, #528: URL: https://github.com/apache/doris-flink-connector/pull/528 # Proposed changes Issue Number: close https://github.com/apache/doris-flink-connector/issues/527 ## Problem Summary: Describe the overview of changes. ## Check

Re: [PR] [Fix] remove useless test [doris]

2024-12-13 Thread via GitHub
Thearas commented on PR #45409: URL: https://github.com/apache/doris/pull/45409#issuecomment-2541108286 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] remove useless test [doris]

2024-12-13 Thread via GitHub
wangbo commented on PR #45409: URL: https://github.com/apache/doris/pull/45409#issuecomment-2541108394 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] remove useless test [doris]

2024-12-13 Thread via GitHub
wangbo opened a new pull request, #45409: URL: https://github.com/apache/doris/pull/45409 ### What problem does this PR solve? remove useless test ### Check List (For Author) - Test - [ ] Regression test - [ ] Unit Test - [ ] Manual test (add detailed sc

Re: [PR] branch-3.0: [fix](hive) fix block decompressor bug #45289 [doris]

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

Re: [PR] [fix](external)fix split and get the schema [doris]

2024-12-13 Thread via GitHub
wuwenchi commented on PR #45408: URL: https://github.com/apache/doris/pull/45408#issuecomment-2541085867 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](external)fix split and get the schema [doris]

2024-12-13 Thread via GitHub
Thearas commented on PR #45408: URL: https://github.com/apache/doris/pull/45408#issuecomment-2541085792 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] [fix](external)fix split and get the schema [doris]

2024-12-13 Thread via GitHub
wuwenchi opened a new pull request, #45408: URL: https://github.com/apache/doris/pull/45408 ### What problem does this PR solve? Related PR: #39116 Problem Summary: Split and get the schema according to `://` and `:/`. ### Check List (For Author) - Test

Re: [PR] branch-3.0: [fix](hive) fix block decompressor bug #45289 [doris]

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

Re: [PR] [fix](tvf) Tvf supports to parse the enclose character in csv files [doris]

2024-12-13 Thread via GitHub
github-actions[bot] commented on PR #45407: URL: https://github.com/apache/doris/pull/45407#issuecomment-2541078509 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] [opt](nereids) range inference convert isnull to EmptyValue [doris]

2024-12-13 Thread via GitHub
yujun777 commented on code in PR #45310: URL: https://github.com/apache/doris/pull/45310#discussion_r1883686643 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/rules/RangeInference.java: ## @@ -461,6 +475,9 @@ public boolean isAnd() { @Override

Re: [PR] [opt](nereids) range inference convert isnull to EmptyValue [doris]

2024-12-13 Thread via GitHub
yujun777 commented on code in PR #45310: URL: https://github.com/apache/doris/pull/45310#discussion_r1883686340 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/rules/AddMinMax.java: ## @@ -326,7 +326,10 @@ private Map getExprMinMaxValues(UnknownValue value

svn commit: r73672 - /dev/doris/flink-connector/24.1.0/ /release/doris/flink-connector/24.1.0/

2024-12-13 Thread diwu
Author: diwu Date: Fri Dec 13 10:02:09 2024 New Revision: 73672 Log: move doris flink connector 24.1.0 to release Added: release/doris/flink-connector/24.1.0/ - copied from r73671, dev/doris/flink-connector/24.1.0/ Removed: dev/doris/flink-connector/24.1.0/ ---

  1   2   >