Re: [PR] [enhancement](testutil)Add unit testing functionality [doris]

2024-04-28 Thread via GitHub
M1saka2003 commented on PR #34173: URL: https://github.com/apache/doris/pull/34173#issuecomment-2082008896 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](pipelinex) exchange sink not set ready when source limit [doris]

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

[I] [Bug] BE crash while load json data [doris]

2024-04-28 Thread via GitHub
cambyzju opened a new issue, #34280: URL: https://github.com/apache/doris/issues/34280 ### 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 1.2 & 2.0 ### Wh

Re: [PR] [feature](shuffle) enable strict consistency dml by default [doris]

2024-04-28 Thread via GitHub
kaijchen commented on code in PR #32958: URL: https://github.com/apache/doris/pull/32958#discussion_r1582611321 ## regression-test/pipeline/p0/conf/fe.conf: ## @@ -76,3 +76,5 @@ disable_datev1 = false master_sync_policy = WRITE_NO_SYNC replica_sync_policy = WRITE_NO_SYNC + +

Re: [PR] [Feature](PreparedStatement) implement general server side prepared [doris]

2024-04-28 Thread via GitHub
eldenmoon commented on PR #33807: URL: https://github.com/apache/doris/pull/33807#issuecomment-2082005437 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](shuffle) enable strict consistency dml by default [doris]

2024-04-28 Thread via GitHub
kaijchen commented on code in PR #32958: URL: https://github.com/apache/doris/pull/32958#discussion_r1582610450 ## fe/fe-common/src/main/java/org/apache/doris/common/Config.java: ## @@ -636,6 +636,12 @@ public class Config extends ConfigBase { varType = VariableAnno

Re: [PR] [Feature](PreparedStatement) implement general server side prepared [doris]

2024-04-28 Thread via GitHub
github-actions[bot] commented on PR #34245: URL: https://github.com/apache/doris/pull/34245#issuecomment-2082005217 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](PreparedStatement) implement general server side prepared [doris]

2024-04-28 Thread via GitHub
github-actions[bot] commented on PR #33807: URL: https://github.com/apache/doris/pull/33807#issuecomment-2082002910 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](pipelinex) exchange sink not set ready when source limit [doris]

2024-04-28 Thread via GitHub
Mryange commented on PR #34241: URL: https://github.com/apache/doris/pull/34241#issuecomment-2082001457 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] [improvement](hive)add the `queryid` to the temporary file path [doris]

2024-04-28 Thread via GitHub
github-actions[bot] commented on PR #34278: URL: https://github.com/apache/doris/pull/34278#issuecomment-2082001138 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] [improvement](hive)add the `queryid` to the temporary file path [doris]

2024-04-28 Thread via GitHub
github-actions[bot] commented on PR #34278: URL: https://github.com/apache/doris/pull/34278#issuecomment-2082001093 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](PreparedStatement) implement general server side prepared [doris]

2024-04-28 Thread via GitHub
eldenmoon commented on PR #33807: URL: https://github.com/apache/doris/pull/33807#issuecomment-2081997220 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](hive)add the `queryid` to the temporary file path [doris]

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

(doris) branch branch-2.0 updated: [fix](outfile)Fixed orcOutputStream.close() throwing an exception during destruction causing the program to hang. (#34255)

2024-04-28 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman 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 fb977587112 [fix](outfile)Fixed orcOu

Re: [PR] [fix](outfile)Fixed orcOutputStream.close() throwing an exception during destruction causing the program to hang. [doris]

2024-04-28 Thread via GitHub
morningman merged PR #34255: URL: https://github.com/apache/doris/pull/34255 -- 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 branch-2.1 updated: [feature](iceberg)support read iceberg complex type,iceberg.orc format and position delete. (#33935) (#34256)

2024-04-28 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman 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 1bfe0f03935 [feature](iceberg)support

Re: [PR] [feature](iceberg)support read iceberg complex type,iceberg.orc format and position delete. (#33935) [doris]

2024-04-28 Thread via GitHub
morningman merged PR #34256: URL: https://github.com/apache/doris/pull/34256 -- 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] [enhancement](testutil)Add unit testing functionality [doris]

2024-04-28 Thread via GitHub
M1saka2003 commented on PR #34173: URL: https://github.com/apache/doris/pull/34173#issuecomment-2081985782 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] [feature](iceberg) support iceberg equality delete [doris]

2024-04-28 Thread via GitHub
github-actions[bot] commented on PR #34223: URL: https://github.com/apache/doris/pull/34223#issuecomment-2081982408 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](iceberg) support iceberg equality delete [doris]

2024-04-28 Thread via GitHub
github-actions[bot] commented on PR #34223: URL: https://github.com/apache/doris/pull/34223#issuecomment-2081982448 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] [improvement](hive)add the `queryid` to the temporary file path [doris]

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

Re: [PR] [Feat](Job) Job supports task execution statistics [doris]

2024-04-28 Thread via GitHub
morningman commented on PR #34109: URL: https://github.com/apache/doris/pull/34109#issuecomment-2081972602 Please update the document -- 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

(doris) branch master updated (be1a86fc1d8 -> 7dc1dbfa1bf)

2024-04-28 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 be1a86fc1d8 [fix](spill) handel canceled status in spill (#34268) add 7dc1dbfa1bf [Bug](materialized-view) cha

Re: [PR] [Feat](Job) Job supports task execution statistics [doris]

2024-04-28 Thread via GitHub
github-actions[bot] commented on PR #34109: URL: https://github.com/apache/doris/pull/34109#issuecomment-2081972321 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](Job) Job supports task execution statistics [doris]

2024-04-28 Thread via GitHub
github-actions[bot] commented on PR #34109: URL: https://github.com/apache/doris/pull/34109#issuecomment-2081972357 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] [Bug](materialized-view) change nvl to ifnull when create mv [doris]

2024-04-28 Thread via GitHub
BiteThet merged PR #34272: URL: https://github.com/apache/doris/pull/34272 -- 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] [feature](iceberg) support iceberg equality delete [doris]

2024-04-28 Thread via GitHub
github-actions[bot] commented on PR #34223: URL: https://github.com/apache/doris/pull/34223#issuecomment-2081970784 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](spill) handle canceled status in spill [doris]

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

(doris) branch master updated (d1889076a3e -> be1a86fc1d8)

2024-04-28 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from d1889076a3e [Bug](union) fix union operator set eos is not incorrect (#34250) add be1a86fc1d8 [fix](spill) hand

Re: [PR] [Bug](materialized-view) change nvl to ifnull when create mv [doris]

2024-04-28 Thread via GitHub
github-actions[bot] commented on PR #34272: URL: https://github.com/apache/doris/pull/34272#issuecomment-2081967959 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] [Bug](materialized-view) change nvl to ifnull when create mv [doris]

2024-04-28 Thread via GitHub
github-actions[bot] commented on PR #34272: URL: https://github.com/apache/doris/pull/34272#issuecomment-2081967924 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] [Bug](bitmap-filter) fix empty bitmap when rf do merge [doris]

2024-04-28 Thread via GitHub
github-actions[bot] commented on PR #34182: URL: https://github.com/apache/doris/pull/34182#issuecomment-2081967363 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] [Bug](bitmap-filter) fix empty bitmap when rf do merge [doris]

2024-04-28 Thread via GitHub
github-actions[bot] commented on PR #34182: URL: https://github.com/apache/doris/pull/34182#issuecomment-2081967338 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](shuffle) enable strict consistency dml by default [doris]

2024-04-28 Thread via GitHub
morningman commented on code in PR #32958: URL: https://github.com/apache/doris/pull/32958#discussion_r1582586753 ## fe/fe-common/src/main/java/org/apache/doris/common/Config.java: ## @@ -636,6 +636,12 @@ public class Config extends ConfigBase { varType = VariableAn

Re: [PR] [fix](spill) handle canceled status in spill [doris]

2024-04-28 Thread via GitHub
github-actions[bot] commented on PR #34268: URL: https://github.com/apache/doris/pull/34268#issuecomment-2081966927 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](spill) handle canceled status in spill [doris]

2024-04-28 Thread via GitHub
github-actions[bot] commented on PR #34268: URL: https://github.com/apache/doris/pull/34268#issuecomment-2081966904 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](iceberg) support iceberg equality delete [doris]

2024-04-28 Thread via GitHub
AshinGau commented on PR #34223: URL: https://github.com/apache/doris/pull/34223#issuecomment-2081966719 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](iceberg) support iceberg equality delete [doris]

2024-04-28 Thread via GitHub
github-actions[bot] commented on PR #34223: URL: https://github.com/apache/doris/pull/34223#issuecomment-2081965341 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: [dependency](chore)Remove hadoop-yarn related dependencies and upgrade xnio to 3.8.14 (#34235)

2024-04-28 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman 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 6e72a54fef0 [dependency](chore)Remove

Re: [PR] [dependency](chore)Remove hadoop-yarn related dependencies and upgrade xnio to 3.8.14 [doris]

2024-04-28 Thread via GitHub
morningman merged PR #34235: URL: https://github.com/apache/doris/pull/34235 -- 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](hive)add the `queryid` to the temporary file path [doris]

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

[PR] [improvement](hive)add the `queryid` to the temporary file path [doris]

2024-04-28 Thread via GitHub
wuwenchi opened a new pull request, #34278: URL: https://github.com/apache/doris/pull/34278 ## Proposed changes `_temp_` to `_temp__`. Prevent users from having a table with the name `_temp_`. Issue #31442 ## Further comments If this is a relatively larg

Re: [PR] [improvement](hive)add the `queryid` to the temporary file path [doris]

2024-04-28 Thread via GitHub
doris-robot commented on PR #34278: URL: https://github.com/apache/doris/pull/34278#issuecomment-2081957829 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): compute func deps in logical plan [doris]

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

Re: [PR] [feature](iceberg) support iceberg equality delete [doris]

2024-04-28 Thread via GitHub
github-actions[bot] commented on PR #34223: URL: https://github.com/apache/doris/pull/34223#issuecomment-2081951317 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](Nereids) fix leading with multi level of brace pairs [doris]

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

Re: [PR] [feat](Nereids): compute func deps in logical plan [doris]

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

Re: [PR] [fix](mtmv)Solving the problem of calling each other in toString() loops [doris]

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

Re: [PR] [fix](mtmv)Solving the problem of calling each other in toString() loops [doris]

2024-04-28 Thread via GitHub
doris-robot commented on PR #34277: URL: https://github.com/apache/doris/pull/34277#issuecomment-2081937635 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] [hive](build) add file operation doc [doris-website]

2024-04-28 Thread via GitHub
morningman opened a new pull request, #603: URL: https://github.com/apache/doris-website/pull/603 (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 unsubscrib

[PR] [fix](mtmv)Solving the problem of calling each other in toString() loops [doris]

2024-04-28 Thread via GitHub
zddr opened a new pull request, #34277: URL: https://github.com/apache/doris/pull/34277 ## 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:d..

Re: [PR] [fix](compaction)fix time series compaction policy test [doris]

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

Re: [PR] [fix](compaction)fix time series compaction policy test [doris]

2024-04-28 Thread via GitHub
doris-robot commented on PR #34276: URL: https://github.com/apache/doris/pull/34276#issuecomment-2081935562 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](compaction)fix time series compaction policy test [doris]

2024-04-28 Thread via GitHub
csun5285 opened a new pull request, #34276: URL: https://github.com/apache/doris/pull/34276 ## 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) fix leading with multi level of brace pairs [doris]

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

(doris) branch branch-2.1 updated (222289697d6 -> 9b7e007ef6a)

2024-04-28 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git from 89697d6 [improve](regression) Support qt_target_sql (#34236) (#34270) new 20bd0c2987e [FIX](cases )fix

(doris) 01/02: [FIX](cases )fix ipv6 value for regress case

2024-04-28 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 commit 20bd0c2987e0edc0314caf8f0cc20ba49dc65f07 Author: amory AuthorDate: Sun Apr 28 10:59:54 2024 +0800 [FIX](cases

Re: [PR] [feat](Nereids): compute func deps in logical plan [doris]

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

(doris) 02/02: [Bug](union) fix union operator set eos is not incorrect (#34250)

2024-04-28 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 commit 9b7e007ef6a2afda48869a422cb273b407894cda Author: zhangstar333 <87313068+zhangstar...@users.noreply.github.com> Autho

(doris) branch master updated (4dbde8e9f6b -> d1889076a3e)

2024-04-28 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 4dbde8e9f6b [enhance](mtmv) When specifying a data model in a materialized view, it is compatible with the syntax of

Re: [PR] [Bug](union) fix union operator set eos is not incorrect [doris]

2024-04-28 Thread via GitHub
yiguolei merged PR #34250: URL: https://github.com/apache/doris/pull/34250 -- 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: [I] [Enhancement] add information_schema.table_options [doris]

2024-04-28 Thread via GitHub
Vallishp commented on issue #32572: URL: https://github.com/apache/doris/issues/32572#issuecomment-2081913198 > > @dataroaring @liugddx is this feature in progress? if not please assign to me. i can take it up. thanks. > > you can do ok. will work on this. thank you -- This

Re: [PR] [Bug](materialized-view) check groupby in agg-bottom-plan when rewrite agg query by mv [doris]

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

Re: [PR] [refactor](Nereids)Rf refactor [doris]

2024-04-28 Thread via GitHub
englefly commented on PR #34275: URL: https://github.com/apache/doris/pull/34275#issuecomment-2081907735 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] [refactor](Nereids)Rf refactor [doris]

2024-04-28 Thread via GitHub
doris-robot commented on PR #34275: URL: https://github.com/apache/doris/pull/34275#issuecomment-2081907693 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](Nereids)Rf refactor [doris]

2024-04-28 Thread via GitHub
englefly opened a new pull request, #34275: URL: https://github.com/apache/doris/pull/34275 ## 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](statistics)Use column update rows to decide min/max stats are valid or not. [doris]

2024-04-28 Thread via GitHub
doris-robot commented on PR #34263: URL: https://github.com/apache/doris/pull/34263#issuecomment-2081904623 TPC-DS: Total hot run time: 186519 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 multi level of brace pairs [doris]

2024-04-28 Thread via GitHub
LiBinfeng-01 commented on PR #34169: URL: https://github.com/apache/doris/pull/34169#issuecomment-2081903150 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] [Bug](materialized-view) check groupby in agg-bottom-plan when rewrite agg query by mv [doris]

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

Re: [PR] [fix](statistics)Use column update rows to decide min/max stats are valid or not. [doris]

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

Re: [PR] [enhancement](testutil)Add unit testing functionality [doris]

2024-04-28 Thread via GitHub
github-actions[bot] commented on code in PR #34173: URL: https://github.com/apache/doris/pull/34173#discussion_r1582539934 ## be/test/vec/function/function_string_test.cpp: ## @@ -1183,86 +2703,341 @@ TEST(function_string_test, function_uuid_test) {

Re: [PR] [enhancement](testutil)Add unit testing functionality [doris]

2024-04-28 Thread via GitHub
github-actions[bot] commented on code in PR #34173: URL: https://github.com/apache/doris/pull/34173#discussion_r1582538654 ## be/test/vec/function/function_string_test.cpp: ## @@ -1183,86 +2703,341 @@ TEST(function_string_test, function_uuid_test) {

Re: [PR] [enhancement](testutil) add string funciton ut test case [doris]

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

Re: [PR] [enhancement](testutil)Add unit testing functionality [doris]

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

Re: [PR] [enhancement](threadname) change thread name, whose length is restricted to 15 characters on linux platform [doris]

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

Re: [PR] [Bug](materialized-view) check groupby in agg-bottom-plan when rewrite agg query by mv [doris]

2024-04-28 Thread via GitHub
Z-SWEI commented on PR #34274: URL: https://github.com/apache/doris/pull/34274#issuecomment-2081875594 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] [enhancement](threadname) change thread name, whose length is restricted to 15 characters on linux platform [doris]

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

Re: [PR] [feature](iceberg) support iceberg equality delete [doris]

2024-04-28 Thread via GitHub
github-actions[bot] commented on PR #34223: URL: https://github.com/apache/doris/pull/34223#issuecomment-2081862630 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 (3f256804373 -> 4dbde8e9f6b)

2024-04-28 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 3f256804373 [enhance](Cloud) Add one create vault property to control if use this vault as default vault (#34195)

(doris) branch branch-4.0-preview updated: [enhance](Cloud) Add one create vault property to control if use this vault as default vault (#34195)

2024-04-28 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-4.0-preview in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-4.0-preview by this push: new 94025c890ba [enhanc

Re: [PR] [chore](collaborator) Readd gavinchou [doris]

2024-04-28 Thread via GitHub
gavinchou commented on PR #34273: URL: https://github.com/apache/doris/pull/34273#issuecomment-2081861902 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] [enhance](mtmv)When specifying a data model in a materialized view, it is compatible with the syntax of an OLAP table [doris]

2024-04-28 Thread via GitHub
morrySnow merged PR #34231: URL: https://github.com/apache/doris/pull/34231 -- 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] [feature](shuffle) enable strict consistency dml by default [doris]

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

(doris) branch master updated: [enhance](Cloud) Add one create vault property to control if use this vault as default vault (#34195)

2024-04-28 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 3f256804373 [enhance](Cloud) Add one create

Re: [PR] [enhance](Cloud) Add one create vault property to control if use this vault as default vault [doris]

2024-04-28 Thread via GitHub
dataroaring merged PR #34195: URL: https://github.com/apache/doris/pull/34195 -- 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](statistics)Use column update rows to decide min/max stats are valid or not. [doris]

2024-04-28 Thread via GitHub
Jibing-Li commented on PR #34263: URL: https://github.com/apache/doris/pull/34263#issuecomment-2081855055 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] [Bug](materialized-view) check groupby in agg-bottom-plan when rewrite agg query by mv [doris]

2024-04-28 Thread via GitHub
doris-robot commented on PR #34274: URL: https://github.com/apache/doris/pull/34274#issuecomment-2081854312 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] [Bug](materialized-view) check groupby in agg-bottom-plan when rewrite agg query by mv [doris]

2024-04-28 Thread via GitHub
Z-SWEI opened a new pull request, #34274: URL: https://github.com/apache/doris/pull/34274 ## Proposed changes Issue Number: close #34155 check groupby in agg-bottom-plan when rewrite and rollup agg query by mv ## Further comments If this is a relatively large

Re: [PR] [Feature](PreparedStatement) implement general server side prepared [doris]

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

Re: [PR] [chore](collaborator) Readd gavinchou [doris]

2024-04-28 Thread via GitHub
doris-robot commented on PR #34273: URL: https://github.com/apache/doris/pull/34273#issuecomment-2081852766 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](shuffle) enable strict consistency dml by default [doris]

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

Re: [PR] [Bug](bitmap-filter) fix empty bitmap when rf do merge [doris]

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

Re: [PR] [enhancement] (plsql) support show procedure status filters [doris]

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

Re: [PR] [feature](iceberg)support iceberg insert grammar [doris]

2024-04-28 Thread via GitHub
github-actions[bot] commented on PR #34257: URL: https://github.com/apache/doris/pull/34257#issuecomment-2081848053 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] [improve](shcema change)fix alter table faild when modify multiple columns with column changed positions [doris]

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

Re: [PR] [Feature](PreparedStatement) implement general server side prepared [doris]

2024-04-28 Thread via GitHub
doris-robot commented on PR #33807: URL: https://github.com/apache/doris/pull/33807#issuecomment-2081847701 TeamCity be ut coverage result: Function Coverage: 35.61% (8932/25083) Line Coverage: 27.23% (73655/270460) Region Coverage: 26.42% (38053/144018) Branch Coverage: 23.1

(doris) branch master updated (f7b7eff6541 -> 2a05a52f979)

2024-04-28 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 f7b7eff6541 [improvement](publish) Publish task not wait when be's publish task a… (#28079) add 2a05a52f979 [

Re: [PR] [Feature](hive-writer) Implements s3 file committer. [doris]

2024-04-28 Thread via GitHub
morningman merged PR #33937: URL: https://github.com/apache/doris/pull/33937 -- 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 (1e87bae1aa9 -> f7b7eff6541)

2024-04-28 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 1e87bae1aa9 [fix](Nereids) should derive stats asap to avoid npe (#34238) add f7b7eff6541 [improvement](publ

Re: [PR] [Feature](PreparedStatement) implement general server side prepared [doris]

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

  1   2   3   4   5   6   7   >