Re: [PR] [Fix](Planner) fix date_xxx functions without complete function signature [doris]

2024-05-15 Thread via GitHub
morrySnow commented on PR #34760: URL: https://github.com/apache/doris/pull/34760#issuecomment-2111911894 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] [feature](statistics)Get partition update rows. [doris]

2024-05-15 Thread via GitHub
Jibing-Li opened a new pull request, #34908: URL: https://github.com/apache/doris/pull/34908 To support partition level stats collection, we need to record partition level update rows for each load transaction. This pr is to support this function. BE returns tabeltId -> updateRows map to FE

Re: [PR] [feature](statistics)Get partition update rows. [doris]

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

Re: [PR] [fix](nereids) slot mapping bug when pushing rf into cte [doris]

2024-05-15 Thread via GitHub
englefly commented on PR #34877: URL: https://github.com/apache/doris/pull/34877#issuecomment-2111915317 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] [feature](statistics)Get partition update rows. [doris]

2024-05-15 Thread via GitHub
Jibing-Li commented on PR #34908: URL: https://github.com/apache/doris/pull/34908#issuecomment-2111916560 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] [improve](function) add limit check for lpad/rpad function input big value of length [doris]

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

Re: [PR] [fix](Nereids): fix ColumnPruningPostProcessor [doris]

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

Re: [PR] [fix](cloud) unify empty_partition_prune condition with nereids [doris]

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

[I] [Bug] NullPointerException in SourceReaderBase [doris-flink-connector]

2024-05-15 Thread via GitHub
yingh0ng opened a new issue, #387: URL: https://github.com/apache/doris-flink-connector/issues/387 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version c

Re: [PR] [Fix](executor)log profile and exit when find invalid fe addr [doris]

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

[PR] [doc][fe] Add fe metadata recovery mode doc [doris-website]

2024-05-15 Thread via GitHub
SWJTU-ZhangLei opened a new pull request, #653: URL: https://github.com/apache/doris-website/pull/653 * fix `metadata-operation.md` doc error * add a new doc `metadata-recovery.md` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

Re: [PR] [Fix](Nereids) fix leading with cte and same subqueryalias name [doris]

2024-05-15 Thread via GitHub
LiBinfeng-01 commented on PR #34838: URL: https://github.com/apache/doris/pull/34838#issuecomment-2111926146 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](statistics)Get partition update rows. [doris]

2024-05-15 Thread via GitHub
github-actions[bot] commented on PR #34908: URL: https://github.com/apache/doris/pull/34908#issuecomment-2111927785 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](nereids)push Limit to local agg [doris]

2024-05-15 Thread via GitHub
morrySnow commented on PR #34853: URL: https://github.com/apache/doris/pull/34853#issuecomment-2111930479 add description please -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comme

Re: [PR] [enhance](FileWriter) Prevent multiple invocation to FileWriter's close function [doris]

2024-05-15 Thread via GitHub
github-actions[bot] commented on PR #34890: URL: https://github.com/apache/doris/pull/34890#issuecomment-2111931197 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](executor)log profile and exit when find invalid fe addr [doris]

2024-05-15 Thread via GitHub
doris-robot commented on PR #34905: URL: https://github.com/apache/doris/pull/34905#issuecomment-2111933211 ClickBench: Total hot run time: 30.63 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [fix](cloud) unify empty_partition_prune condition with nereids [doris]

2024-05-15 Thread via GitHub
doris-robot commented on PR #34861: URL: https://github.com/apache/doris/pull/34861#issuecomment-2111934860 ClickBench: Total hot run time: 31.91 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [fix](Nereids): fix ColumnPruningPostProcessor [doris]

2024-05-15 Thread via GitHub
jackwener commented on PR #34906: URL: https://github.com/apache/doris/pull/34906#issuecomment-2111934833 run p1 -- 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](test) fix unstable regression test cases [doris]

2024-05-15 Thread via GitHub
github-actions[bot] commented on PR #34902: URL: https://github.com/apache/doris/pull/34902#issuecomment-2111935683 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](Nereids): Reject Commutativity Swap for Nested Loop Joins Affecting Parallelism #34639 [doris]

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

(doris) branch branch-2.1 updated: [feat](Nereids): Reject Commutativity Swap for Nested Loop Joins Affecting Parallelism (#34639) (#34798)

2024-05-15 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 91a154988d6 [feat](Nereids): Reject Com

Re: [PR] [fix](test) fix unstable regression test cases [doris]

2024-05-15 Thread via GitHub
github-actions[bot] commented on PR #34902: URL: https://github.com/apache/doris/pull/34902#issuecomment-2111940985 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](test) fix unstable regression test cases [doris]

2024-05-15 Thread via GitHub
jacktengg merged PR #34902: URL: https://github.com/apache/doris/pull/34902 -- 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](test) fix unstable regression test cases (#34902)

2024-05-15 Thread jacktengg
This is an automated email from the ASF dual-hosted git repository. jacktengg 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 533c3ed6563 [fix](test) fix unstable regressio

Re: [PR] [improve](function) add limit check for lpad/rpad function input big value of length [doris]

2024-05-15 Thread via GitHub
doris-robot commented on PR #34810: URL: https://github.com/apache/doris/pull/34810#issuecomment-2111942797 TPC-DS: Total hot run time: 187109 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 ColumnPruningPostProcessor [doris]

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

Re: [PR] [improvement](spill) fuzzy spill and fix bugs [doris]

2024-05-15 Thread via GitHub
jacktengg commented on PR #33291: URL: https://github.com/apache/doris/pull/33291#issuecomment-2111947081 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](Tvf) Add the Snappy compression of tvf [doris-website]

2024-05-15 Thread via GitHub
BePPPower opened a new pull request, #654: URL: https://github.com/apache/doris-website/pull/654 (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

[I] [Bug] Datatype DATETIMEV2 has vanished from documentation [doris]

2024-05-15 Thread via GitHub
datenhahn opened a new issue, #34909: URL: https://github.com/apache/doris/issues/34909 ### 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 Website Version 2.1

Re: [PR] [improve](function) add limit check for lpad/rpad function input big value of length [doris]

2024-05-15 Thread via GitHub
doris-robot commented on PR #34810: URL: https://github.com/apache/doris/pull/34810#issuecomment-2111953519 ClickBench: Total hot run time: 31.05 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

(doris) branch branch-2.1 updated: remove is cloud mode from regression test

2024-05-15 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 475d42f23e2 remove is cloud mode from r

Re: [PR] [Feature][external catalog/lakesoul] support lakesoul catalog [doris]

2024-05-15 Thread via GitHub
github-actions[bot] commented on PR #32164: URL: https://github.com/apache/doris/pull/32164#issuecomment-2111954599 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] [enhance](mtmv)MTMV deal partition use name instead of id [doris]

2024-05-15 Thread via GitHub
zddr opened a new pull request, #34910: URL: https://github.com/apache/doris/pull/34910 ## Proposed changes Issue Number: close #xxx partition id will change when insert overwrite When the materialized view runs a task, if the base table is in insert overwrite, the mater

Re: [PR] [enhance](mtmv)MTMV deal partition use name instead of id [doris]

2024-05-15 Thread via GitHub
doris-robot commented on PR #34910: URL: https://github.com/apache/doris/pull/34910#issuecomment-2111956434 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](move-memtable) change brpc connection type to single [doris]

2024-05-15 Thread via GitHub
github-actions[bot] commented on PR #34883: URL: https://github.com/apache/doris/pull/34883#issuecomment-2111956765 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](move-memtable) change brpc connection type to single [doris]

2024-05-15 Thread via GitHub
github-actions[bot] commented on PR #34883: URL: https://github.com/apache/doris/pull/34883#issuecomment-2111956835 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 ColumnPruningPostProcessor [doris]

2024-05-15 Thread via GitHub
doris-robot commented on PR #34906: URL: https://github.com/apache/doris/pull/34906#issuecomment-2111957333 ClickBench: Total hot run time: 30.83 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [fix](mtmv) Fix table id overturn and optimize get table qualifier method [doris]

2024-05-15 Thread via GitHub
seawinde commented on PR #34768: URL: https://github.com/apache/doris/pull/34768#issuecomment-2111962322 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](inverted index) fix wrong fs in inverted_index_file_writer [doris]

2024-05-15 Thread via GitHub
github-actions[bot] commented on PR #34903: URL: https://github.com/apache/doris/pull/34903#issuecomment-2111962914 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](inverted index) fix wrong fs in inverted_index_file_writer [doris]

2024-05-15 Thread via GitHub
github-actions[bot] commented on PR #34903: URL: https://github.com/apache/doris/pull/34903#issuecomment-2111962842 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] [feature](statistics)Get partition update rows. [doris]

2024-05-15 Thread via GitHub
github-actions[bot] commented on PR #34908: URL: https://github.com/apache/doris/pull/34908#issuecomment-2111963031 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 slot desc wrong in query rewrite by materialized view when query is complex [doris]

2024-05-15 Thread via GitHub
seawinde commented on PR #34904: URL: https://github.com/apache/doris/pull/34904#issuecomment-2111966855 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] [config](routine-load) adjusting the default configuration of routing load [doris]

2024-05-15 Thread via GitHub
dataroaring merged PR #34898: URL: https://github.com/apache/doris/pull/34898 -- 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 (533c3ed6563 -> 786c39f4f0b)

2024-05-15 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 533c3ed6563 [fix](test) fix unstable regression test cases (#34902) add 786c39f4f0b [config](routineload) adj

Re: [PR] [fix](mtmv) Fix table id overturn and optimize get table qualifier method [doris]

2024-05-15 Thread via GitHub
seawinde commented on PR #34768: URL: https://github.com/apache/doris/pull/34768#issuecomment-2111972204 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] [enhance](FileWriter) Prevent multiple invocation to FileWriter's close function [doris]

2024-05-15 Thread via GitHub
github-actions[bot] commented on PR #34890: URL: https://github.com/apache/doris/pull/34890#issuecomment-2111976315 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] [test](mem tracker) inject fault during allocating memory [doris]

2024-05-15 Thread via GitHub
zhiqiang- opened a new pull request, #34911: URL: https://github.com/apache/doris/pull/34911 (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

Re: [PR] [test](mem tracker) inject fault during allocating memory [doris]

2024-05-15 Thread via GitHub
doris-robot commented on PR #34911: URL: https://github.com/apache/doris/pull/34911#issuecomment-2111980200 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] [test](mem tracker) inject fault during allocating memory [doris]

2024-05-15 Thread via GitHub
zhiqiang- commented on PR #34911: URL: https://github.com/apache/doris/pull/34911#issuecomment-2111980471 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](compaction) generate single compaction and cumu(base) compaction tablets simultaneously. [doris]

2024-05-15 Thread via GitHub
eldenmoon merged PR #34315: URL: https://github.com/apache/doris/pull/34315 -- 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 (786c39f4f0b -> f8ab8546ad2)

2024-05-15 Thread eldenmoon
This is an automated email from the ASF dual-hosted git repository. eldenmoon pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 786c39f4f0b [config](routineload) adjusting the default configuration of routing load (#34898) add f8ab8546ad2

Re: [PR] [Fix](Planner) fix date_xxx functions without complete function signature [doris]

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

Re: [PR] [Fix](Nereids) fix leading with cte and same subqueryalias name [doris]

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

Re: [PR] [test](mem tracker) inject fault during allocating memory [doris]

2024-05-15 Thread via GitHub
zhiqiang- commented on PR #34911: URL: https://github.com/apache/doris/pull/34911#issuecomment-2111988535 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] [improve](txn insert) Txn load support cloud mode [doris]

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

Re: [PR] [enhancement]Optimize GeoFunctions for const columns [doris]

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

Re: [PR] [Fix](bloom filter) Fix bloom filter memory leak [doris]

2024-05-15 Thread via GitHub
zhannngchen commented on code in PR #34871: URL: https://github.com/apache/doris/pull/34871#discussion_r1601275238 ## be/src/olap/rowset/segment_v2/segment.cpp: ## @@ -290,6 +290,10 @@ Status Segment::_load_pk_bloom_filter() { return _load_pk_bf_once.call([this] {

Re: [PR] [Fix](bloom filter) Fix bloom filter memory leak [doris]

2024-05-15 Thread via GitHub
zhannngchen commented on code in PR #34871: URL: https://github.com/apache/doris/pull/34871#discussion_r1601279443 ## be/src/olap/rowset/segment_v2/segment.cpp: ## @@ -290,6 +290,10 @@ Status Segment::_load_pk_bloom_filter() { return _load_pk_bf_once.call([this] {

Re: [PR] [enhance](test) inject fault during allocating memory [doris]

2024-05-15 Thread via GitHub
github-actions[bot] commented on PR #34911: URL: https://github.com/apache/doris/pull/34911#issuecomment-2112001965 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](auto inc) Fix multiple replica partial update auto inc data inconsistency problem [doris]

2024-05-15 Thread via GitHub
dataroaring merged PR #34788: URL: https://github.com/apache/doris/pull/34788 -- 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: [enhance](FileWriter) Prevent multiple invocation to FileWriter's close function (#34890)

2024-05-15 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring 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 1c353098fb0 [enhance](FileWriter) Prevent mu

Re: [PR] [enhance](test) inject fault during allocating memory [doris]

2024-05-15 Thread via GitHub
github-actions[bot] commented on PR #34911: URL: https://github.com/apache/doris/pull/34911#issuecomment-2112004440 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

(doris) branch master updated: [Fix](auto inc) Fix multiple replica partial update auto inc data inconsistency problem (#34788)

2024-05-15 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring 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 db88a5937d8 [Fix](auto inc) Fix multiple rep

Re: [PR] [enhance](FileWriter) Prevent multiple invocation to FileWriter's close function [doris]

2024-05-15 Thread via GitHub
dataroaring merged PR #34890: URL: https://github.com/apache/doris/pull/34890 -- 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] [bug](S3) Do resource reclamation when S3 file writer exceptionally quits without calling close [doris]

2024-05-15 Thread via GitHub
dataroaring merged PR #34867: URL: https://github.com/apache/doris/pull/34867 -- 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 (1c353098fb0 -> 05f6969e7e3)

2024-05-15 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 1c353098fb0 [enhance](FileWriter) Prevent multiple invocation to FileWriter's close function (#34890) add 05

Re: [PR] [Fix](Nereids) fix leading with cte and same subqueryalias name [doris]

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

Re: [PR] [Fix](Planner) fix date_xxx functions without complete function signature [doris]

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

Re: [PR] [enhancement]Optimize GeoFunctions for const columns [doris]

2024-05-15 Thread via GitHub
doris-robot commented on PR #34396: URL: https://github.com/apache/doris/pull/34396#issuecomment-2112021792 TPC-DS: Total hot run time: 186881 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 leading with cte and same subqueryalias name [doris]

2024-05-15 Thread via GitHub
doris-robot commented on PR #34838: URL: https://github.com/apache/doris/pull/34838#issuecomment-2112025228 ClickBench: Total hot run time: 30.43 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Fix](Planner) fix date_xxx functions without complete function signature [doris]

2024-05-15 Thread via GitHub
doris-robot commented on PR #34760: URL: https://github.com/apache/doris/pull/34760#issuecomment-2112025714 ClickBench: Total hot run time: 30.08 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [improvement](mtmv) Add threshold for relation mapping num when query rewrite [doris]

2024-05-15 Thread via GitHub
seawinde commented on PR #34694: URL: https://github.com/apache/doris/pull/34694#issuecomment-2112025710 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] [improvement](mtmv) Add threshold for relation mapping num when query rewrite [doris]

2024-05-15 Thread via GitHub
seawinde commented on PR #34694: URL: https://github.com/apache/doris/pull/34694#issuecomment-2112023653 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]Optimize GeoFunctions for const columns [doris]

2024-05-15 Thread via GitHub
doris-robot commented on PR #34396: URL: https://github.com/apache/doris/pull/34396#issuecomment-2112032654 ClickBench: Total hot run time: 30.73 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Fix](Planner) fix date_xxx functions without complete function signature [doris]

2024-05-15 Thread via GitHub
doris-robot commented on PR #34760: URL: https://github.com/apache/doris/pull/34760#issuecomment-2112032077 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit 03e7ef98b43128dc6915e4e395fbb50b8ced5b23 with default session variables Stream

Re: [PR] [fix](nereids)LogicalPlanDeepCopier will lost some info when coping logical relation [doris]

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

[PR] [Fix](auto inc) Fix auto inc db id overflow [doris]

2024-05-15 Thread via GitHub
Yukang-Lian opened a new pull request, #34912: URL: https://github.com/apache/doris/pull/34912 ## Proposed changes Issue Number: close #xxx db_id should be int64_t instead of int32_t ## Further comments If this is a relatively large or complex change, kick

Re: [PR] [Fix](auto inc) Fix auto inc db id overflow [doris]

2024-05-15 Thread via GitHub
doris-robot commented on PR #34912: URL: https://github.com/apache/doris/pull/34912#issuecomment-2112046356 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](auto inc) Fix auto inc db id overflow [doris]

2024-05-15 Thread via GitHub
Yukang-Lian commented on PR #34912: URL: https://github.com/apache/doris/pull/34912#issuecomment-2112046461 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](statistics)Get partition update rows. [doris]

2024-05-15 Thread via GitHub
Jibing-Li commented on PR #34908: URL: https://github.com/apache/doris/pull/34908#issuecomment-2112051707 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

svn commit: r69168 - in /dev/doris/flink-connector/1.6.1: ./ apache-doris-flink-connector-1.6.1-src.tar.gz apache-doris-flink-connector-1.6.1-src.tar.gz.asc apache-doris-flink-connector-1.6.1-src.tar.

2024-05-15 Thread diwu
Author: diwu Date: Wed May 15 09:43:54 2024 New Revision: 69168 Log: flink connector 1.6.1 Added: dev/doris/flink-connector/1.6.1/ dev/doris/flink-connector/1.6.1/apache-doris-flink-connector-1.6.1-src.tar.gz (with props) dev/doris/flink-connector/1.6.1/apache-doris-flink-connect

Re: [PR] [Fix](auto inc) Fix auto inc db id overflow [doris]

2024-05-15 Thread via GitHub
github-actions[bot] commented on PR #34912: URL: https://github.com/apache/doris/pull/34912#issuecomment-2112056985 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

(doris) branch branch-2.0 updated: [fix](nereids)4 phase agg may lost parameter in some case (#34826)

2024-05-15 Thread starocean999
This is an automated email from the ASF dual-hosted git repository. starocean999 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 f3622800cb2 [fix](nereids)4 phase a

Re: [PR] [fix](nereids)4 phase agg may lost parameter in some case [doris]

2024-05-15 Thread via GitHub
starocean999 merged PR #34826: URL: https://github.com/apache/doris/pull/34826 -- 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 branch-2.0 updated: [fix](planner)correlated predicate should include isnull predicate (#34834)

2024-05-15 Thread starocean999
This is an automated email from the ASF dual-hosted git repository. starocean999 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 5d719b8e564 [fix](planner)correlate

Re: [PR] [fix](planner)correlated predicate should include isnull predicate [doris]

2024-05-15 Thread via GitHub
starocean999 merged PR #34834: URL: https://github.com/apache/doris/pull/34834 -- 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

[PR] [fix](mow) the recycling timing of compaction input rowsets should rely on config compacted_rowset_retention_seconds [doris]

2024-05-15 Thread via GitHub
hust-hhb opened a new pull request, #34913: URL: https://github.com/apache/doris/pull/34913 ## Proposed changes now in cloud mode, compaction input rowsets's recycling timing is rely on retention_seconds, and this retention_seconds should only rely on config compacted_rowset_retention_s

Re: [PR] [fix](mow) the recycling timing of compaction input rowsets should rely on config compacted_rowset_retention_seconds [doris]

2024-05-15 Thread via GitHub
hust-hhb commented on PR #34913: URL: https://github.com/apache/doris/pull/34913#issuecomment-2112064769 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](mow) the recycling timing of compaction input rowsets should rely on config compacted_rowset_retention_seconds [doris]

2024-05-15 Thread via GitHub
doris-robot commented on PR #34913: URL: https://github.com/apache/doris/pull/34913#issuecomment-2112064455 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] [Feature](topn) support general expr with topn filter and some refactor [doris]

2024-05-15 Thread via GitHub
BiteThet opened a new pull request, #34914: URL: https://github.com/apache/doris/pull/34914 ## Proposed changes support general expr with topn filter and some refactor ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@d

Re: [PR] [Feature](topn) support general expr with topn filter and some refactor [doris]

2024-05-15 Thread via GitHub
doris-robot commented on PR #34914: URL: https://github.com/apache/doris/pull/34914#issuecomment-2112065387 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](topn) support general expr with topn filter and some refactor [doris]

2024-05-15 Thread via GitHub
BiteThet commented on PR #34914: URL: https://github.com/apache/doris/pull/34914#issuecomment-2112065533 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](auto inc) Fix auto inc db id overflow [doris]

2024-05-15 Thread via GitHub
Yukang-Lian commented on PR #34912: URL: https://github.com/apache/doris/pull/34912#issuecomment-2112072510 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)4 phase agg may lost parameter in some case [doris]

2024-05-15 Thread via GitHub
starocean999 merged PR #34816: URL: https://github.com/apache/doris/pull/34816 -- 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: [fix](nereids)4 phase agg may lost parameter in some case (#34816)

2024-05-15 Thread starocean999
This is an automated email from the ASF dual-hosted git repository. starocean999 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 6b39275cea0 [fix](nereids)4 phase agg may l

[PR] [improve](http action) add http interface to calculate the crc of all tablet files [doris]

2024-05-15 Thread via GitHub
csun5285 opened a new pull request, #34915: URL: https://github.com/apache/doris/pull/34915 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailto

Re: [PR] [fix](nereids)LogicalPlanDeepCopier will lost some info when coping logical relation [doris]

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

Re: [PR] [improve](http action) add http interface to calculate the crc of all tablet files [doris]

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

[PR] [refactor](mtmv) Materialization context and mtmv decoupling (#34093) [doris]

2024-05-15 Thread via GitHub
seawinde opened a new pull request, #34916: URL: https://github.com/apache/doris/pull/34916 Decoupling the MTMV from the materialization context. Change MaterializationContext to abstract which is the materialization desc. It now has AsyncMaterializationContext sub class, can also has other

Re: [PR] [Feature](topn) support general expr with topn filter and some refactor [doris]

2024-05-15 Thread via GitHub
github-actions[bot] commented on code in PR #34914: URL: https://github.com/apache/doris/pull/34914#discussion_r1601337561 ## be/src/vec/exprs/vtopn_pred.h: ## @@ -19,6 +19,8 @@ #include Review Comment: warning: 'gen_cpp/types.pb.h' file not found [clang-diagnostic-error

<    1   2   3   4   5   6   7   8   >