Re: [PR] [fix](block-reader) Fix non-overlap rowsets reading shortcut not work [doris]

2024-10-16 Thread via GitHub
github-actions[bot] commented on PR #40877: URL: https://github.com/apache/doris/pull/40877#issuecomment-2417302228 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] [improvement](mtmv) Support partition trace from multi join input when create parition materialized view [doris]

2024-10-16 Thread via GitHub
seawinde commented on PR #40942: URL: https://github.com/apache/doris/pull/40942#issuecomment-2416684148 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] [refine](exchange) refine exchange sink/ buffer code [doris]

2024-10-16 Thread via GitHub
github-actions[bot] commented on PR #41955: URL: https://github.com/apache/doris/pull/41955#issuecomment-2416694101 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] [improvement](statistics)Use min row count of all replicas as tablet/table row count. (#41894) [doris]

2024-10-16 Thread via GitHub
doris-robot commented on PR #41979: URL: https://github.com/apache/doris/pull/41979#issuecomment-2416725881 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit e5f90d93f3052acd311983f740e6b52dd5905f9a with default session variables Stream

Re: [PR] [feat](cloud) Add injection point http api for ms [doris]

2024-10-16 Thread via GitHub
github-actions[bot] commented on code in PR #41982: URL: https://github.com/apache/doris/pull/41982#discussion_r1803029600 ## cloud/src/meta-service/injection_point_http.cpp: ## @@ -0,0 +1,228 @@ + +// Licensed to the Apache Software Foundation (ASF) under one +// or more contri

Re: [PR] [refine](exchange) refine exchange sink/ buffer code [doris]

2024-10-16 Thread via GitHub
doris-robot commented on PR #41955: URL: https://github.com/apache/doris/pull/41955#issuecomment-2416856580 TeamCity be ut coverage result: Function Coverage: 37.46% (9709/25917) Line Coverage: 28.72% (80602/280610) Region Coverage: 28.17% (41708/148083) Branch Coverage: 24.7

Re: [PR] [Improvement](local shuffle) Improve local shuffle strategy [doris]

2024-10-16 Thread via GitHub
Gabriel39 commented on PR #41789: URL: https://github.com/apache/doris/pull/41789#issuecomment-2417021057 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](nereids)support set command [doris]

2024-10-16 Thread via GitHub
starocean999 commented on PR #41913: URL: https://github.com/apache/doris/pull/41913#issuecomment-2417028625 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](exchange) Optimize the logic related to sending and closing [doris]

2024-10-16 Thread via GitHub
mrhhsg commented on PR #41968: URL: https://github.com/apache/doris/pull/41968#issuecomment-2417030968 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] [Improvement](local shuffle) Improve local shuffle strategy [doris]

2024-10-16 Thread via GitHub
github-actions[bot] commented on PR #41789: URL: https://github.com/apache/doris/pull/41789#issuecomment-2417040681 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](exchange) Optimize the logic related to sending and closing [doris]

2024-10-16 Thread via GitHub
github-actions[bot] commented on PR #41968: URL: https://github.com/apache/doris/pull/41968#issuecomment-2417045104 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](cloud) fix TTL cache size negative overflow [doris]

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

[PR] [feature](catalog) support limit the num of backend in external table queries [doris]

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

Re: [PR] [feature](catalog) support limit the num of backend in external table queries [doris]

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

(doris) branch branch-3.0 updated: [fix](move-memtable) do not retry open streams (#41550) (#41972)

2024-10-16 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 49ca449e7a9 [fix](move-memtable) do

Re: [PR] [fix](move-memtable) do not retry open streams (#41550) [doris]

2024-10-16 Thread via GitHub
dataroaring merged PR #41972: URL: https://github.com/apache/doris/pull/41972 -- 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](Nereids) fixed the limit offset error [doris]

2024-10-16 Thread via GitHub
dtkavin commented on PR #41967: URL: https://github.com/apache/doris/pull/41967#issuecomment-2416588120 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] [feature](functions) impl scalar functions trim_in、ltrim_in and rtrim_in [doris]

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

Re: [PR] Compress materialize [doris]

2024-10-16 Thread via GitHub
doris-robot commented on PR #41983: URL: https://github.com/apache/doris/pull/41983#issuecomment-2416736358 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] Compress materialize [doris]

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

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

2024-10-16 Thread via GitHub
doris-robot commented on PR #41932: URL: https://github.com/apache/doris/pull/41932#issuecomment-2416738364 TeamCity be ut coverage result: Function Coverage: 37.46% (9710/25921) Line Coverage: 28.72% (80609/280685) Region Coverage: 28.16% (41713/148116) Branch Coverage: 24.7

Re: [PR] [Fix](Branch-2.1) fix fallback to legacy planner when set group commit in session variable [doris]

2024-10-16 Thread via GitHub
eldenmoon commented on PR #41984: URL: https://github.com/apache/doris/pull/41984#issuecomment-2416739921 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

[PR] [Fix](Branch-2.1) fix fallback to legacy planner when set group commit in session variable [doris]

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

Re: [PR] [Fix](Branch-2.1) fix fallback to legacy planner when set group commit in session variable [doris]

2024-10-16 Thread via GitHub
doris-robot commented on PR #41984: URL: https://github.com/apache/doris/pull/41984#issuecomment-2416739528 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] [refine](exchange) refine exchange sink/ buffer code [doris]

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

Re: [PR] [refactor](Coordinator) refactor coordinator [doris]

2024-10-16 Thread via GitHub
924060929 commented on PR #41730: URL: https://github.com/apache/doris/pull/41730#issuecomment-2416868876 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] [improvement](statistics)Use min row count of all replicas as tablet/table row count. (#41894) [doris]

2024-10-16 Thread via GitHub
Jibing-Li commented on PR #41978: URL: https://github.com/apache/doris/pull/41978#issuecomment-2416546788 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](block-reader) Fix non-overlap rowsets reading shortcut not work [doris]

2024-10-16 Thread via GitHub
TangSiyang2001 commented on PR #40877: URL: https://github.com/apache/doris/pull/40877#issuecomment-2416556870 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] [improvement](statistics)Use min row count of all replicas as tablet/table row count. (#41894) [doris]

2024-10-16 Thread via GitHub
Jibing-Li commented on PR #41979: URL: https://github.com/apache/doris/pull/41979#issuecomment-2416574432 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

[PR] [improvement](statistics)Use min row count of all replicas as tablet/table row count. (#41894) [doris]

2024-10-16 Thread via GitHub
Jibing-Li opened a new pull request, #41979: URL: https://github.com/apache/doris/pull/41979 backport: https://github.com/apache/doris/pull/41894 -- 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] [improvement](statistics)Use min row count of all replicas as tablet/table row count. (#41894) [doris]

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

Re: [PR] [feature](functions) impl scalar functions trim_in、ltrim_in and rtrim_in [doris]

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

Re: [PR] [feature](functions) impl scalar functions trim_in、ltrim_in and rtrim_in [doris]

2024-10-16 Thread via GitHub
doris-robot commented on PR #41681: URL: https://github.com/apache/doris/pull/41681#issuecomment-2416560138 TeamCity be ut coverage result: Function Coverage: 37.45% (9709/25922) Line Coverage: 28.72% (80637/280737) Region Coverage: 28.15% (41707/148140) Branch Coverage: 24.7

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

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

Re: [PR] [fix](nereids) Fix load failed where not set database in session [doris]

2024-10-16 Thread via GitHub
zxealous commented on PR #41951: URL: https://github.com/apache/doris/pull/41951#issuecomment-2416573971 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](block-reader) Fix non-overlap rowsets reading shortcut not work [doris]

2024-10-16 Thread via GitHub
github-actions[bot] commented on PR #40877: URL: https://github.com/apache/doris/pull/40877#issuecomment-2416569433 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] [improvement](statistics)Use min row count of all replicas as tablet/table row count. (#41894) [doris]

2024-10-16 Thread via GitHub
doris-robot commented on PR #41980: URL: https://github.com/apache/doris/pull/41980#issuecomment-2416579682 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] [improvement](statistics)Use min row count of all replicas as tablet/table row count. (#41894) [doris]

2024-10-16 Thread via GitHub
Jibing-Li opened a new pull request, #41980: URL: https://github.com/apache/doris/pull/41980 backport: https://github.com/apache/doris/pull/41894 -- 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] [fix](rowset meta) Fix rowset meta size relation [doris]

2024-10-16 Thread via GitHub
gavinchou commented on code in PR #41022: URL: https://github.com/apache/doris/pull/41022#discussion_r1803047251 ## be/src/cloud/cloud_meta_mgr.cpp: ## @@ -750,6 +751,130 @@ Status CloudMetaMgr::commit_rowset(const RowsetMeta& rs_meta, Status ret_st; TEST_INJE

Re: [PR] [improvement](statistics)Use min row count of all replicas as tablet/table row count. (#41894) [doris]

2024-10-16 Thread via GitHub
Jibing-Li merged PR #41979: URL: https://github.com/apache/doris/pull/41979 -- 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-2.0 updated: [improvement](statistics)Use min row count of all replicas as tablet/table row count. (#41894) (#41979)

2024-10-16 Thread lijibing
This is an automated email from the ASF dual-hosted git repository. lijibing pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.0 by this push: new 1976b85fa44 [improvement](statistics)Us

Re: [PR] [improvement](statistics)Use min row count of all replicas as tablet/table row count. (#41894) [doris]

2024-10-16 Thread via GitHub
Jibing-Li commented on PR #41980: URL: https://github.com/apache/doris/pull/41980#issuecomment-2416786081 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] [Enhancement](MS) Add fix tablet data size api for meta service [doris]

2024-10-16 Thread via GitHub
github-actions[bot] commented on code in PR #41782: URL: https://github.com/apache/doris/pull/41782#discussion_r1801611087 ## cloud/src/meta-service/meta_service.cpp: ## @@ -2188,4 +2188,93 @@ std::pair MetaServiceImpl::get_instance_info( return {code, std::move(msg)}; }

[PR] [doc](udf) add some doc about static load cache [doris-website]

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

(doris) branch branch-2.1 updated: [improvement](statistics)Use min row count of all replicas as tablet/table row count. (#41894) (#41978)

2024-10-16 Thread lijibing
This is an automated email from the ASF dual-hosted git repository. lijibing pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new d04082f6851 [improvement](statistics)Us

Re: [PR] [refactor](opt) merge BE function code of array_popback() and array_popfront() [doris]

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

Re: [PR] [enhancement](cloud) fix TTL cache size negative overflow [doris]

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

Re: [PR] [opt](scanner profile) Rename some filed name to keep consistent with audit log. [doris]

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

Re: [PR] [opt](scanner profile) Rename some filed name to keep consistent with audit log. [doris]

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

Re: [PR] [improvement](jdbc catalog) Add catalog property to enable jdbc connection pool [doris]

2024-10-16 Thread via GitHub
doris-robot commented on PR #41992: URL: https://github.com/apache/doris/pull/41992#issuecomment-2417418220 TeamCity be ut coverage result: Function Coverage: 37.47% (9711/25920) Line Coverage: 28.72% (80599/280618) Region Coverage: 28.17% (41709/148086) Branch Coverage: 24.7

(doris) branch master updated (f64ed201c8a -> 22aabb56fdf)

2024-10-16 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 f64ed201c8a [fix](Nereids) simplify range result wrong when reference is nullable (#41356) add 22aabb56fdf [op

(doris) branch master updated: [fix](catalog) fix filtered database when use_meta_cache=true (#41939)

2024-10-16 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman 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 49482338d7f [fix](catalog) fix filtered datab

Re: [PR] [bugfix](paimon)upgrade paimon to 0.9 [doris]

2024-10-16 Thread via GitHub
github-actions[bot] commented on PR #41337: URL: https://github.com/apache/doris/pull/41337#issuecomment-2418635786 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](log) avoid print too much log when get partitions failed [doris]

2024-10-16 Thread via GitHub
github-actions[bot] commented on PR #41892: URL: https://github.com/apache/doris/pull/41892#issuecomment-2418635732 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] [chore](query err) fix cutting err msg incorrectly #41456 [doris]

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

Re: [PR] [fix](nereids) Fix load failed where not set database in session [doris]

2024-10-16 Thread via GitHub
github-actions[bot] commented on PR #41951: URL: https://github.com/apache/doris/pull/41951#issuecomment-2418648725 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

[PR] [fix](scanner) Fix incorrect _max_thread_num in scanner context when many queries are running. #41273 [doris]

2024-10-16 Thread via GitHub
zhiqiang- opened a new pull request, #42016: URL: https://github.com/apache/doris/pull/42016 cherry pick from #41273 -- 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] [fix](scanner) Fix incorrect _max_thread_num in scanner context when many queries are running. #41273 [doris]

2024-10-16 Thread via GitHub
zhiqiang- commented on PR #42016: URL: https://github.com/apache/doris/pull/42016#issuecomment-2418648919 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] [fix](scanner) Fix incorrect _max_thread_num in scanner context when many queries are running. #41273 [doris]

2024-10-16 Thread via GitHub
doris-robot commented on PR #42016: URL: https://github.com/apache/doris/pull/42016#issuecomment-2418648992 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] [enhance](thirdparty) add boritli headers in thirdparty [doris]

2024-10-16 Thread via GitHub
doris-robot commented on PR #42017: URL: https://github.com/apache/doris/pull/42017#issuecomment-2418655141 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] [Feat](Nereids) support use cbo rule hint #35925 #39715 [doris]

2024-10-16 Thread via GitHub
LiBinfeng-01 commented on PR #41869: URL: https://github.com/apache/doris/pull/41869#issuecomment-2418698291 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](hive)support create hive table for text format [doris]

2024-10-16 Thread via GitHub
github-actions[bot] commented on PR #41860: URL: https://github.com/apache/doris/pull/41860#issuecomment-2418702120 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] [refactor]Delete useless code check_set_nullable() [doris]

2024-10-16 Thread via GitHub
zclllyybb commented on code in PR #41739: URL: https://github.com/apache/doris/pull/41739#discussion_r1804216387 ## be/src/vec/functions/array/function_array_contains_all.cpp: ## @@ -37,8 +37,6 @@ class FunctionArrayContainsAll : public IFunction { String get_name() const

Re: [PR] [fix](case) test_limit result is unstable (#41938) [doris]

2024-10-16 Thread via GitHub
morrySnow commented on PR #41977: URL: https://github.com/apache/doris/pull/41977#issuecomment-2418625973 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] [fix](index compaction) fix fd leak and mem leak while index compaction [doris]

2024-10-16 Thread via GitHub
cambyzju commented on code in PR #41915: URL: https://github.com/apache/doris/pull/41915#discussion_r1804175843 ## be/src/olap/rowset/segment_v2/inverted_index_compaction.cpp: ## @@ -57,12 +62,6 @@ Status compact_column(int64_t index_id, std::vector& // when index_writer i

Re: [PR] [fix](Nereids) simplify range result wrong when reference is nullable [doris]

2024-10-16 Thread via GitHub
morrySnow merged PR #41356: URL: https://github.com/apache/doris/pull/41356 -- 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 master updated: [fix](Nereids) simplify range result wrong when reference is nullable (#41356)

2024-10-16 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow 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 f64ed201c8a [fix](Nereids) simplify range resu

Re: [PR] [fix](index compaction) fix fd leak and mem leak while index compaction [doris]

2024-10-16 Thread via GitHub
cambyzju commented on code in PR #41915: URL: https://github.com/apache/doris/pull/41915#discussion_r1804175843 ## be/src/olap/rowset/segment_v2/inverted_index_compaction.cpp: ## @@ -57,12 +62,6 @@ Status compact_column(int64_t index_id, std::vector& // when index_writer i

Re: [PR] [fix](catalog) fix filtered database when use_meta_cache=true [doris]

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

Re: [PR] [improvement](External Catalog) Remove unnecessary conjuncts handling in External Catalog [doris]

2024-10-16 Thread via GitHub
morrySnow merged PR #41218: URL: https://github.com/apache/doris/pull/41218 -- 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] [enhance](thirdparty) add boritli headers in thirdparty [doris]

2024-10-16 Thread via GitHub
github-actions[bot] commented on PR #42017: URL: https://github.com/apache/doris/pull/42017#issuecomment-2418677273 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](Nereids) support fold constant by fe (#40441)(#40772)(#40744)(40820) [doris]

2024-10-16 Thread via GitHub
LiBinfeng-01 commented on PR #41837: URL: https://github.com/apache/doris/pull/41837#issuecomment-2418677426 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] [enhance](thirdparty) add boritli headers in thirdparty [doris]

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

(doris) branch master updated: [bugfix](paimon)upgrade paimon to 0.9 (#41337)

2024-10-16 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman 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 0bbf502d604 [bugfix](paimon)upgrade paimon to

Re: [PR] [bugfix](paimon)upgrade paimon to 0.9 [doris]

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

Re: [PR] refactor SpillRunnable [doris]

2024-10-16 Thread via GitHub
yiguolei commented on code in PR #41991: URL: https://github.com/apache/doris/pull/41991#discussion_r1804144910 ## be/src/pipeline/exec/partitioned_aggregation_source_operator.cpp: ## @@ -138,21 +138,24 @@ Status PartitionedAggSourceOperatorX::get_block(RuntimeState* state, vec

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

2024-10-16 Thread via GitHub
mymeiyi commented on PR #42001: URL: https://github.com/apache/doris/pull/42001#issuecomment-2418588165 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 unsubscrib

Re: [PR] [Feat](nereids) support pull up predicate from set operator (#39450) [doris]

2024-10-16 Thread via GitHub
feiniaofeiafei commented on PR #41908: URL: https://github.com/apache/doris/pull/41908#issuecomment-2418619444 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] [refine](exchange) refine exchange sink/ buffer code [doris]

2024-10-16 Thread via GitHub
doris-robot commented on PR #41955: URL: https://github.com/apache/doris/pull/41955#issuecomment-2418622726 TeamCity be ut coverage result: Function Coverage: 37.46% (9710/25920) Line Coverage: 28.74% (80633/280554) Region Coverage: 28.17% (41710/148064) Branch Coverage: 24.7

Re: [PR] [cherry-pick](branch-2.1) add parquet tvf cases and fix some parquet bug [doris]

2024-10-16 Thread via GitHub
yiguolei merged PR #41931: URL: https://github.com/apache/doris/pull/41931 -- 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] [feature](function) support ngram_search function (#38226) [doris]

2024-10-16 Thread via GitHub
Mryange closed pull request #40894: [feature](function) support ngram_search function (#38226) URL: https://github.com/apache/doris/pull/40894 -- 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 spe

Re: [PR] [refine](exchange) refine exchange sink/ buffer code [doris]

2024-10-16 Thread via GitHub
github-actions[bot] commented on PR #41955: URL: https://github.com/apache/doris/pull/41955#issuecomment-2418566802 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](docker case) Fix `test_storage_medium_has_disk` due to invalid … [doris]

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

(doris) branch master updated (49482338d7f -> 14252ceb885)

2024-10-16 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 49482338d7f [fix](catalog) fix filtered database when use_meta_cache=true (#41939) add 14252ceb885 [opt](log)

Re: [PR] [opt](log) avoid print too much log when get partitions failed [doris]

2024-10-16 Thread via GitHub
github-actions[bot] commented on PR #41892: URL: https://github.com/apache/doris/pull/41892#issuecomment-2418634232 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](Nereids) fix fold constant by be return type mismatched (#39723)(#41164) [doris]

2024-10-16 Thread via GitHub
LiBinfeng-01 commented on PR #41838: URL: https://github.com/apache/doris/pull/41838#issuecomment-2418634250 run feut -- 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] [bugfix](paimon)upgrade paimon to 0.9 [doris]

2024-10-16 Thread via GitHub
github-actions[bot] commented on PR #41337: URL: https://github.com/apache/doris/pull/41337#issuecomment-2418635826 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

[PR] [fix](exit) stop storage engine in exec_env before exit [doris]

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

(doris) branch spill_and_reserve updated: refactor SpillRunnable (#41991)

2024-10-16 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch spill_and_reserve in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/spill_and_reserve by this push: new ed6843e06e8 refactor Spil

Re: [PR] refactor SpillRunnable [doris]

2024-10-16 Thread via GitHub
yiguolei merged PR #41991: URL: https://github.com/apache/doris/pull/41991 -- 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] [feature](doris compose) diff user use diff start subnet [doris]

2024-10-16 Thread via GitHub
yujun777 commented on PR #41996: URL: https://github.com/apache/doris/pull/41996#issuecomment-2418641105 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] [refine](exchange) refine exchange sink/ buffer code [doris]

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

Re: [PR] [fix](jni)fix jni use timezone_obj get timezone be core. (#41956) [doris]

2024-10-16 Thread via GitHub
yiguolei merged PR #42003: URL: https://github.com/apache/doris/pull/42003 -- 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] [fix](scanner) Fix incorrect _max_thread_num in scanner context when many queries are running. #41273 [doris]

2024-10-16 Thread via GitHub
github-actions[bot] commented on code in PR #42016: URL: https://github.com/apache/doris/pull/42016#discussion_r1804202928 ## be/src/vec/exec/scan/scanner_context.cpp: ## @@ -54,54 +55,142 @@ ScannerContext::ScannerContext(RuntimeState* state, const TupleDescriptor* outpu

(doris) branch branch-2.1 updated: [fix](jni)fix jni use timezone_obj get timezone be core. (#41956) (#42003)

2024-10-16 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new b4875c27892 [fix](jni)fix jni use timez

Re: [PR] [refine](exchange) refine exchange sink/ buffer code [doris]

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

Re: [PR] refactor SpillRunnable [doris]

2024-10-16 Thread via GitHub
yiguolei commented on code in PR #41991: URL: https://github.com/apache/doris/pull/41991#discussion_r1804146229 ## be/src/pipeline/exec/partitioned_hash_join_probe_operator.cpp: ## @@ -314,39 +300,26 @@ Status PartitionedHashJoinProbeLocalState::recover_build_blocks_from_disk(R

Re: [PR] refactor SpillRunnable [doris]

2024-10-16 Thread via GitHub
yiguolei commented on code in PR #41991: URL: https://github.com/apache/doris/pull/41991#discussion_r1804145880 ## be/src/pipeline/exec/partitioned_hash_join_probe_operator.cpp: ## @@ -314,39 +300,26 @@ Status PartitionedHashJoinProbeLocalState::recover_build_blocks_from_disk(R

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

2024-10-16 Thread via GitHub
github-actions[bot] commented on PR #42001: URL: https://github.com/apache/doris/pull/42001#issuecomment-2418615632 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](exit) stop storage engine in exec_env before exit [doris]

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

<    1   2   3   4   5   6   7   8   >