Re: [PR] [regression-test](test-json) enhance the robustness and stability of Doris in handling semi-structure types [doris]

2024-09-04 Thread via GitHub
doris-robot commented on PR #40362: URL: https://github.com/apache/doris/pull/40362#issuecomment-2328049011 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] [Bug](exchange) fix tablet sink shuffle without project not match the output tuple [doris]

2024-09-04 Thread via GitHub
zhangstar333 commented on PR #40299: URL: https://github.com/apache/doris/pull/40299#issuecomment-2328053294 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] [regression-test](test-json) enhance the robustness and stability of Doris in handling semi-structure types [doris]

2024-09-04 Thread via GitHub
eldenmoon commented on PR #40362: URL: https://github.com/apache/doris/pull/40362#issuecomment-2328053531 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](mtmv) Support to contain select constant clause when create async materialized view [doris]

2024-09-04 Thread via GitHub
github-actions[bot] commented on PR #40244: URL: https://github.com/apache/doris/pull/40244#issuecomment-2328054929 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](array/map) Fix semi-structure data column [doris]

2024-09-04 Thread via GitHub
Gabriel39 commented on PR #40363: URL: https://github.com/apache/doris/pull/40363#issuecomment-2328059594 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](memory) Refactor memory maintenance thread [doris]

2024-09-04 Thread via GitHub
xinyiZzz commented on code in PR #40344: URL: https://github.com/apache/doris/pull/40344#discussion_r1743172103 ## be/src/common/daemon.cpp: ## @@ -396,6 +472,34 @@ void Daemon::je_purge_dirty_pages_thread() const { } while (true); } +void Daemon::cache_adjust_capacity_t

Re: [PR] [test](inverted index) refine test_ignore_above case, add compound query sql [doris]

2024-09-04 Thread via GitHub
airborne12 merged PR #40355: URL: https://github.com/apache/doris/pull/40355 -- 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

(doris) branch master updated: [test](inverted index) refine test_ignore_above case, add compound query sql (#40355)

2024-09-04 Thread airborne
This is an automated email from the ASF dual-hosted git repository. airborne 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 dde1e0f5d7f [test](inverted index) refine test_

Re: [PR] [Compatibility](agg-state) add be_exec_version check to avoid aggregation data format changed le… [doris]

2024-09-04 Thread via GitHub
HappenLee commented on code in PR #40193: URL: https://github.com/apache/doris/pull/40193#discussion_r1743177705 ## be/src/olap/rowset/segment_v2/column_reader.h: ## @@ -242,12 +244,19 @@ class ColumnReader { Status _calculate_row_ranges(const std::vector& page_indexes,

Re: [PR] [fix](array/map) Fix semi-structure data column [doris]

2024-09-04 Thread via GitHub
github-actions[bot] commented on PR #40363: URL: https://github.com/apache/doris/pull/40363#issuecomment-2328071049 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] support information_schema.partitions [doris]

2024-09-04 Thread via GitHub
doris-robot commented on PR #40153: URL: https://github.com/apache/doris/pull/40153#issuecomment-2328074577 TeamCity be ut coverage result: Function Coverage: 36.83% (9392/25500) Line Coverage: 28.26% (77435/274047) Region Coverage: 27.67% (39972/144484) Branch Coverage: 24.3

Re: [PR] [Fix](Variant) use uinque id to access column reader (#39841) [doris]

2024-09-04 Thread via GitHub
eldenmoon commented on PR #40269: URL: https://github.com/apache/doris/pull/40269#issuecomment-2328078040 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](scanner profile) More counter for scanner [doris]

2024-09-04 Thread via GitHub
github-actions[bot] commented on PR #40144: URL: https://github.com/apache/doris/pull/40144#issuecomment-2328087477 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] [test](inverted index)Add fault injection cases for index writing [doris]

2024-09-04 Thread via GitHub
doris-robot commented on PR #39649: URL: https://github.com/apache/doris/pull/39649#issuecomment-2328096755 TeamCity be ut coverage result: Function Coverage: 36.85% (9395/25495) Line Coverage: 28.26% (77536/274411) Region Coverage: 27.61% (40023/144979) Branch Coverage: 24.2

Re: [PR] [opt](scanner profile) More counter for scanner [doris]

2024-09-04 Thread via GitHub
zhiqiang- commented on PR #40144: URL: https://github.com/apache/doris/pull/40144#issuecomment-2328097507 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] [Featrue](default value) Support `bitmap_empty` default value [doris]

2024-09-04 Thread via GitHub
Yukang-Lian commented on PR #40364: URL: https://github.com/apache/doris/pull/40364#issuecomment-2328104019 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] [opt](nereids)stats derive for min()/max() agg function [doris]

2024-09-04 Thread via GitHub
github-actions[bot] commented on PR #40126: URL: https://github.com/apache/doris/pull/40126#issuecomment-2328109463 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](nereids)stats derive for min()/max() agg function [doris]

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

Re: [PR] [feat]reserve and spill [doris]

2024-09-04 Thread via GitHub
yiguolei commented on code in PR #39883: URL: https://github.com/apache/doris/pull/39883#discussion_r1743210426 ## be/src/pipeline/exec/aggregation_source_operator.cpp: ## @@ -22,17 +22,13 @@ #include "common/exception.h" #include "pipeline/exec/operator.h" +#include "runtim

Re: [PR] [fix]Add unused parameter timeout [doris]

2024-09-04 Thread via GitHub
doris-robot commented on PR #40365: URL: https://github.com/apache/doris/pull/40365#issuecomment-2328122889 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]Add unused parameter timeout [doris]

2024-09-04 Thread via GitHub
wonderzerg opened a new pull request, #40365: URL: https://github.com/apache/doris/pull/40365 ## Proposed changes Parameter timeout in function "getInfoRequest" is forgotten. -- This is an automated message from the Apache Git Service. To respond to the message, please log o

Re: [PR] [fix]Add unused parameter timeout [doris]

2024-09-04 Thread via GitHub
wonderzerg commented on PR #40365: URL: https://github.com/apache/doris/pull/40365#issuecomment-2328125972 please assign me a label, and this is a separate commit, thanks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

Re: [PR] [fix](Nereids) fixed the limit offset error [doris]

2024-09-04 Thread via GitHub
github-actions[bot] commented on PR #39316: URL: https://github.com/apache/doris/pull/39316#issuecomment-2328139270 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) fixed the limit offset error [doris]

2024-09-04 Thread via GitHub
github-actions[bot] commented on PR #39316: URL: https://github.com/apache/doris/pull/39316#issuecomment-2328139195 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](Nereids) fixed the limit offset error [doris]

2024-09-04 Thread via GitHub
morrySnow commented on PR #39316: URL: https://github.com/apache/doris/pull/39316#issuecomment-2328142328 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](agg-func) linear_histogram [doris]

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

[PR] [fix](multi table) do not use strlen to calculate the length of msg [doris]

2024-09-04 Thread via GitHub
sollhui opened a new pull request, #40367: URL: https://github.com/apache/doris/pull/40367 Meet code dump when using single stream multi table load: ``` SUMMARY: AddressSanitizer: heap-buffer-overflow /root/doris/be/src/io/fs/multi_table_pipe.cpp:99:22 in doris::io::MultiTablePipe::di

Re: [PR] [fix](multi table) do not use strlen to calculate the length of msg [doris]

2024-09-04 Thread via GitHub
doris-robot commented on PR #40367: URL: https://github.com/apache/doris/pull/40367#issuecomment-2328150175 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](multi table) do not use strlen to calculate the length of msg [doris]

2024-09-04 Thread via GitHub
sollhui commented on PR #40367: URL: https://github.com/apache/doris/pull/40367#issuecomment-2328150469 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](function) Optimize ConvertTz function when using constant parameters. [doris]

2024-09-04 Thread via GitHub
github-actions[bot] commented on PR #40366: URL: https://github.com/apache/doris/pull/40366#issuecomment-2328153804 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] [cherry-pick](branch-2.1) Pick "[Fix](group commit) Fix table not found fault when disable group commit (#39731)" [doris]

2024-09-04 Thread via GitHub
github-actions[bot] commented on PR #40323: URL: https://github.com/apache/doris/pull/40323#issuecomment-2328156814 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] [feature](agg-func) linear_histogram [doris]

2024-09-04 Thread via GitHub
doris-robot commented on PR #39546: URL: https://github.com/apache/doris/pull/39546#issuecomment-2328158493 ClickBench: Total hot run time: 32.67 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [fix]Add unused parameter timeout [doris]

2024-09-04 Thread via GitHub
wonderzerg commented on PR #40365: URL: https://github.com/apache/doris/pull/40365#issuecomment-2328167575 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] [fix](OrcWriter) fix be core when upgrading BE without upgrading FE [doris]

2024-09-04 Thread via GitHub
github-actions[bot] commented on PR #40282: URL: https://github.com/apache/doris/pull/40282#issuecomment-2328168562 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

[PR] [fix](nereids) fix bug for A>n, where A.max is infinity #39936 [doris]

2024-09-04 Thread via GitHub
englefly opened a new pull request, #40368: URL: https://github.com/apache/doris/pull/40368 ## Proposed changes pick #39936 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 us

Re: [PR] [enhencement](sample) add delta and kudu samples [doris]

2024-09-04 Thread via GitHub
morningman merged PR #40067: URL: https://github.com/apache/doris/pull/40067 -- 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

(doris) branch master updated (0baa9366703 -> b2738496b79)

2024-09-04 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 0baa9366703 [test](mtmv) SSB mv rewrite test use little data set for test performance (#40188) add b2738496b7

Re: [PR] [feature](nereids)support correlated scalar subquery without scalar agg [doris]

2024-09-04 Thread via GitHub
starocean999 commented on PR #39471: URL: https://github.com/apache/doris/pull/39471#issuecomment-2328183874 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] [fix](nereids)let query be able to forwarded to master [doris]

2024-09-04 Thread via GitHub
starocean999 commented on PR #40119: URL: https://github.com/apache/doris/pull/40119#issuecomment-2328189471 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](cloud) export fdb client busyness [doris]

2024-09-04 Thread via GitHub
doris-robot commented on PR #40369: URL: https://github.com/apache/doris/pull/40369#issuecomment-2328198894 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](cloud) export fdb client busyness [doris]

2024-09-04 Thread via GitHub
w41ter commented on PR #40369: URL: https://github.com/apache/doris/pull/40369#issuecomment-2328199018 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] [feature](cloud) export fdb client busyness [doris]

2024-09-04 Thread via GitHub
w41ter opened a new pull request, #40369: URL: https://github.com/apache/doris/pull/40369 (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-mai

Re: [PR] [opt](regression-test) 👀 [doris]

2024-09-04 Thread via GitHub
doris-robot commented on PR #40370: URL: https://github.com/apache/doris/pull/40370#issuecomment-2328200274 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] [opt](nereids)stats derive for min()/max() agg function [doris]

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

Re: [PR] [Featrue](default value) Support `bitmap_empty` default value [doris]

2024-09-04 Thread via GitHub
doris-robot commented on PR #40364: URL: https://github.com/apache/doris/pull/40364#issuecomment-2328206287 TeamCity be ut coverage result: Function Coverage: 36.85% (9395/25495) Line Coverage: 28.28% (77470/273942) Region Coverage: 27.68% (39985/144438) Branch Coverage: 24.3

Re: [PR] [opt](function) Optimize ConvertTz function when using constant parameters. [doris]

2024-09-04 Thread via GitHub
doris-robot commented on PR #40366: URL: https://github.com/apache/doris/pull/40366#issuecomment-2328206344 TeamCity be ut coverage result: Function Coverage: 36.84% (9393/25499) Line Coverage: 28.27% (77456/274035) Region Coverage: 27.67% (39976/144487) Branch Coverage: 24.3

Re: [PR] [fix](multi table) do not use strlen to calculate the length of msg [doris]

2024-09-04 Thread via GitHub
doris-robot commented on PR #40367: URL: https://github.com/apache/doris/pull/40367#issuecomment-2328206480 TeamCity be ut coverage result: Function Coverage: 36.84% (9393/25495) Line Coverage: 28.28% (77477/273937) Region Coverage: 27.67% (39968/144434) Branch Coverage: 24.3

Re: [PR] [opt](scanner profile) More counter for scanner [doris]

2024-09-04 Thread via GitHub
doris-robot commented on PR #40144: URL: https://github.com/apache/doris/pull/40144#issuecomment-2328207423 TeamCity be ut coverage result: Function Coverage: 36.83% (9392/25498) Line Coverage: 28.28% (77466/273956) Region Coverage: 27.67% (39971/144439) Branch Coverage: 24.3

Re: [PR] [feature](restore) support atomic restore [doris]

2024-09-04 Thread via GitHub
w41ter commented on PR #40353: URL: https://github.com/apache/doris/pull/40353#issuecomment-2328208745 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] Add config max_backup_tablets_per_job [doris-website]

2024-09-04 Thread via GitHub
w41ter merged PR #1056: URL: https://github.com/apache/doris-website/pull/1056 -- 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-website) branch master updated: Add config max_backup_tablets_per_job (#1056)

2024-09-04 Thread w41ter
This is an automated email from the ASF dual-hosted git repository. w41ter pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/master by this push: new 33f260acaa Add config max_backup_tablets_

Re: [PR] [improvement](mtmv) Optimize the materialized view hint info when explain [doris]

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

Re: [PR] [Featrue](default value) Support `bitmap_empty` default value [doris]

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

Re: [PR] [opt](function) Optimize ConvertTz function when using constant parameters. [doris]

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

Re: [PR] [opt](scanner profile) More counter for scanner [doris]

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

Re: [PR] [opt](nereids)stats derive for min()/max() agg function [doris]

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

Re: [PR] [opt](in expr) Optimize the IN expression by skipping constant columns. [doris]

2024-09-04 Thread via GitHub
BiteThet merged PR #39912: URL: https://github.com/apache/doris/pull/39912 -- 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 master updated (b2738496b79 -> 5eab877c890)

2024-09-04 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from b2738496b79 [enhencement](sample) add delta and kudu samples (#40067) add 5eab877c890 [opt](in expr) Optimize

[PR] [fix](cluster key) fix mow cluster key with schema change [doris]

2024-09-04 Thread via GitHub
mymeiyi opened a new pull request, #40372: URL: https://github.com/apache/doris/pull/40372 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-ma

Re: [PR] [fix](cluster key) fix mow cluster key with schema change [doris]

2024-09-04 Thread via GitHub
doris-robot commented on PR #40372: URL: https://github.com/apache/doris/pull/40372#issuecomment-2328235913 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] [Featrue](default value) Support `bitmap_empty` default value [doris]

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

Re: [PR] [improvement](mtmv) Optimize the materialized view hint info when explain [doris]

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

Re: [PR] [opt](function) Optimize ConvertTz function when using constant parameters. [doris]

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

Re: [PR] [fix](nereids)let query be able to forwarded to master [doris]

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

Re: [PR] [opt](function) Optimize ConvertTz function when using constant parameters. [doris]

2024-09-04 Thread via GitHub
doris-robot commented on PR #40366: URL: https://github.com/apache/doris/pull/40366#issuecomment-2328259463 ClickBench: Total hot run time: 32.29 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [feature](cloud) export fdb client busyness [doris]

2024-09-04 Thread via GitHub
gavinchou commented on code in PR #40369: URL: https://github.com/apache/doris/pull/40369#discussion_r1743317902 ## cloud/src/common/bvars.cpp: ## @@ -177,6 +177,7 @@ bvar::Status g_bvar_fdb_workload_transactions_committed_hz( "fdb_workload_transactions_committed_hz",

Re: [PR] [fix](array/map) Fix semi-structure data column [doris]

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

[PR] [debug][don't merge] add debug logs for DORIS-14951 [doris]

2024-09-04 Thread via GitHub
kaijchen opened a new pull request, #40373: URL: https://github.com/apache/doris/pull/40373 (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] [fix](mtmv) Disable sql_limit variable when query rewrite by materialize view [doris]

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

Re: [PR] [fix](nereids)let query be able to forwarded to master [doris]

2024-09-04 Thread via GitHub
doris-robot commented on PR #40119: URL: https://github.com/apache/doris/pull/40119#issuecomment-2328287843 ClickBench: Total hot run time: 31.71 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Compatibility](agg-state) add be_exec_version check to avoid aggregation data format changed le… [doris]

2024-09-04 Thread via GitHub
BiteThet commented on PR #40193: URL: https://github.com/apache/doris/pull/40193#issuecomment-2328290333 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] [debug][don't merge] add debug logs for DORIS-14951 [doris]

2024-09-04 Thread via GitHub
github-actions[bot] commented on PR #40373: URL: https://github.com/apache/doris/pull/40373#issuecomment-2328298409 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] [feat]reserve and spill [doris]

2024-09-04 Thread via GitHub
yiguolei commented on code in PR #39883: URL: https://github.com/apache/doris/pull/39883#discussion_r1743344841 ## be/src/pipeline/exec/aggregation_sink_operator.cpp: ## @@ -394,6 +399,9 @@ Status AggSinkLocalState::_merge_with_serialized_key_helper(vectorized::Block* b Status

Re: [PR] [debug][don't merge] add debug logs for DORIS-14951 [doris]

2024-09-04 Thread via GitHub
github-actions[bot] commented on PR #40373: URL: https://github.com/apache/doris/pull/40373#issuecomment-2328311780 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](function) Optimize ConvertTz function when using constant parameters. [doris]

2024-09-04 Thread via GitHub
Mryange commented on PR #40366: URL: https://github.com/apache/doris/pull/40366#issuecomment-2328332834 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](brpc_client_cache) resolve hostname in DNS cache before passing to brpc [doris]

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

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

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

Re: [PR] [fix](brpc_client_cache) resolve hostname in DNS cache before passing to brpc [doris]

2024-09-04 Thread via GitHub
kaijchen commented on PR #40074: URL: https://github.com/apache/doris/pull/40074#issuecomment-2328347688 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](mtmv) Generate mtmv cache should use ADMIN user, and rewritten plan should not check policy [doris]

2024-09-04 Thread via GitHub
doris-robot commented on PR #40374: URL: https://github.com/apache/doris/pull/40374#issuecomment-2328348667 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](mtmv) Generate mtmv cache should use ADMIN user, and rewritten plan should not check privilege [doris]

2024-09-04 Thread via GitHub
seawinde commented on PR #40374: URL: https://github.com/apache/doris/pull/40374#issuecomment-2328350810 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] [enhancement](show) Move storage policy info from show create table to show partitions [doris]

2024-09-04 Thread via GitHub
TangSiyang2001 commented on PR #39923: URL: https://github.com/apache/doris/pull/39923#issuecomment-2328358770 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] [feature](aes_encrypt) support GCM mode for aes_encrypt and aes_decrypt [doris]

2024-09-04 Thread via GitHub
github-actions[bot] commented on PR #40004: URL: https://github.com/apache/doris/pull/40004#issuecomment-2328367207 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](delete) Skip newly inserted rows check in non-strict mode partial update if the row's delete sign is marked [doris]

2024-09-04 Thread via GitHub
github-actions[bot] commented on PR #40322: URL: https://github.com/apache/doris/pull/40322#issuecomment-2328371343 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] Revert "[fix](compaction) fix the longest continuous rowsets cannot be selected when missing rowsets (#38728) (#39262)" [doris]

2024-09-04 Thread via GitHub
github-actions[bot] commented on PR #40375: URL: https://github.com/apache/doris/pull/40375#issuecomment-2328373508 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] [feature](nereids)support correlated scalar subquery without scalar agg [doris]

2024-09-04 Thread via GitHub
morrySnow commented on code in PR #39471: URL: https://github.com/apache/doris/pull/39471#discussion_r1743263010 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/analysis/FillUpMissingSlots.java: ## @@ -274,7 +304,8 @@ public void resolve(Expression expression) {

Re: [PR] [fix](mtmv) Fix written by mv successfully but not get mv lock. If use mv, data maybe wrong [doris]

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

Re: [PR] [fix](Nereids) handle continuous filter or project in plan [doris]

2024-09-04 Thread via GitHub
morrySnow commented on PR #40176: URL: https://github.com/apache/doris/pull/40176#issuecomment-2328381047 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] Revert "[fix](compaction) fix the longest continuous rowsets cannot be selected when missing rowsets (#38728) (#39262)" [doris]

2024-09-04 Thread via GitHub
github-actions[bot] commented on PR #40375: URL: https://github.com/apache/doris/pull/40375#issuecomment-2328385135 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](mtmv) Fix written by mv successfully but not get mv lock. If use mv, data maybe wrong [doris]

2024-09-04 Thread via GitHub
doris-robot commented on PR #40173: URL: https://github.com/apache/doris/pull/40173#issuecomment-2328389114 ClickBench: Total hot run time: 32.12 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [fix](mtmv) Disable sql_limit variable when query rewrite by materialize view [doris]

2024-09-04 Thread via GitHub
doris-robot commented on PR #40106: URL: https://github.com/apache/doris/pull/40106#issuecomment-2328389524 ClickBench: Total hot run time: 32.04 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

(doris) branch branch-3.0 updated: [fix](catalog) hide some properties in show create catalog stmt (#39946) (#40329)

2024-09-04 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman 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 dd9f1ecf1f9 [fix](catalog) hide some

Re: [PR] [Chore] add arrow shade [doris-flink-connector]

2024-09-04 Thread via GitHub
JNSimba merged PR #481: URL: https://github.com/apache/doris-flink-connector/pull/481 -- 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..

Re: [PR] [fix](cluster key) fix mow cluster key with schema change [doris]

2024-09-04 Thread via GitHub
github-actions[bot] commented on PR #40372: URL: https://github.com/apache/doris/pull/40372#issuecomment-2328398290 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] [feature](cloud) export fdb client busyness [doris]

2024-09-04 Thread via GitHub
w41ter commented on PR #40369: URL: https://github.com/apache/doris/pull/40369#issuecomment-2328404868 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] [opt](function) Optimize ConvertTz function when using constant parameters. [doris]

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

Re: [PR] [feature](cloud) export fdb client busyness [doris]

2024-09-04 Thread via GitHub
github-actions[bot] commented on PR #40369: URL: https://github.com/apache/doris/pull/40369#issuecomment-2328414795 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 to add is_used_in_rewrite property when create materialized view [doris]

2024-09-04 Thread via GitHub
doris-robot commented on PR #40332: URL: https://github.com/apache/doris/pull/40332#issuecomment-2328422018 ClickBench: Total hot run time: 32.72 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] Revert "[cherry-pick](branch-2.1) Fix `enable_mow_light_delete` default value" [doris]

2024-09-04 Thread via GitHub
yiguolei merged PR #40359: URL: https://github.com/apache/doris/pull/40359 -- 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](cluster key) fix mow cluster key with schema change [doris]

2024-09-04 Thread via GitHub
github-actions[bot] commented on PR #40372: URL: https://github.com/apache/doris/pull/40372#issuecomment-2328424114 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](memory) Fix conf `max_sys_mem_available_low_water_mark_bytes` [doris]

2024-09-04 Thread via GitHub
xinyiZzz commented on PR #39962: URL: https://github.com/apache/doris/pull/39962#issuecomment-2328424874 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

  1   2   3   4   5   >