Re: [PR] [refactor](pipeline) Delete unnecessary code [doris]

2024-05-27 Thread via GitHub
github-actions[bot] commented on PR #35415: URL: https://github.com/apache/doris/pull/35415#issuecomment-2132776278 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] [refactor](pipeline) Delete unnecessary code [doris]

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

Re: [PR] [refactor](pipeline) Delete unnecessary code [doris]

2024-05-27 Thread via GitHub
Gabriel39 merged PR #35415: URL: https://github.com/apache/doris/pull/35415 -- 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] [opt](scan) Use lazy-init for segment iterators and avoid caching all segments in the rowset reader [doris]

2024-05-27 Thread via GitHub
yiguolei commented on code in PR #35432: URL: https://github.com/apache/doris/pull/35432#discussion_r1615569048 ## be/src/olap/rowset/beta_rowset_reader.cpp: ## @@ -388,11 +394,7 @@ bool BetaRowsetReader::_should_push_down_value_predicates() const { } Status BetaRowsetReade

(doris) branch master updated: [refactor](pipeline) Delete unnecessary code (#35415)

2024-05-27 Thread gabriellee
This is an automated email from the ASF dual-hosted git repository. gabriellee 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 80e863cbcf6 [refactor](pipeline) Delete unnec

Re: [PR] [opt](scan) Use lazy-init for segment iterators and avoid caching all segments in the rowset reader [doris]

2024-05-27 Thread via GitHub
yiguolei commented on code in PR #35432: URL: https://github.com/apache/doris/pull/35432#discussion_r1615569048 ## be/src/olap/rowset/beta_rowset_reader.cpp: ## @@ -388,11 +394,7 @@ bool BetaRowsetReader::_should_push_down_value_predicates() const { } Status BetaRowsetReade

Re: [PR] [opt](scan) Use lazy-init for segment iterators and avoid caching all segments in the rowset reader [doris]

2024-05-27 Thread via GitHub
yiguolei commented on code in PR #35432: URL: https://github.com/apache/doris/pull/35432#discussion_r1615569048 ## be/src/olap/rowset/beta_rowset_reader.cpp: ## @@ -388,11 +394,7 @@ bool BetaRowsetReader::_should_push_down_value_predicates() const { } Status BetaRowsetReade

Re: [PR] [fix](nereids)push filter through window, using slot equal-set [doris]

2024-05-27 Thread via GitHub
xzj7019 commented on code in PR #35361: URL: https://github.com/apache/doris/pull/35361#discussion_r1615572046 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/algebra/Window.java: ## @@ -115,7 +117,19 @@ default Set getCommonPartitionKeyFromWindowExpressions()

Re: [PR] [fix](nereids)push filter through window, using slot equal-set [doris]

2024-05-27 Thread via GitHub
github-actions[bot] commented on PR #35361: URL: https://github.com/apache/doris/pull/35361#issuecomment-2132788186 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](regression-test) Fix s3 load profile test faild occasionally [doris]

2024-05-27 Thread via GitHub
github-actions[bot] commented on PR #35289: URL: https://github.com/apache/doris/pull/35289#issuecomment-2132788570 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](regression-test) Fix s3 load profile test faild occasionally [doris]

2024-05-27 Thread via GitHub
github-actions[bot] commented on PR #35289: URL: https://github.com/apache/doris/pull/35289#issuecomment-2132788524 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] [improvement](mtmv) Add id to statistics map in statement context for cost estimation later [doris]

2024-05-27 Thread via GitHub
seawinde opened a new pull request, #35436: URL: https://github.com/apache/doris/pull/35436 ## Proposed changes Add id to statistics map in statement context for cost estimation later this helps to improve the probability to use materialized view when query a single table with aggr

Re: [PR] [improvement](mtmv) Add id to statistics map in statement context for cost estimation later [doris]

2024-05-27 Thread via GitHub
doris-robot commented on PR #35436: URL: https://github.com/apache/doris/pull/35436#issuecomment-2132805541 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] [improvement](mtmv) Add id to statistics map in statement context for cost estimation later [doris]

2024-05-27 Thread via GitHub
seawinde commented on PR #35436: URL: https://github.com/apache/doris/pull/35436#issuecomment-2132811662 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)set mark join reference for bitmap-in-apply [doris]

2024-05-27 Thread via GitHub
morrySnow commented on PR #35435: URL: https://github.com/apache/doris/pull/35435#issuecomment-2132814643 add description and related issue id -- 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

[PR] [fix](drop table) Improve error prompts when deleting materialized views [doris]

2024-05-27 Thread via GitHub
whutpencil opened a new pull request, #35437: URL: https://github.com/apache/doris/pull/35437 ## Proposed changes ![image](https://github.com/apache/doris/assets/24907215/aa42c17e-214d-458d-8b2c-ea12e49917ac) ![image](https://github.com/apache/doris/assets/24907215/14cf9961-bc55-4

Re: [PR] [enhance](mtmv)Mv refresh on commit [doris]

2024-05-27 Thread via GitHub
zddr commented on PR #34548: URL: https://github.com/apache/doris/pull/34548#issuecomment-2132816677 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](short circurt) fix return default value issue [doris]

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

Re: [PR] [fix](nereids)set mark join reference for bitmap-in-apply [doris]

2024-05-27 Thread via GitHub
github-actions[bot] commented on PR #35435: URL: https://github.com/apache/doris/pull/35435#issuecomment-2132817176 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)set mark join reference for bitmap-in-apply [doris]

2024-05-27 Thread via GitHub
github-actions[bot] commented on PR #35435: URL: https://github.com/apache/doris/pull/35435#issuecomment-2132817133 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](drop table) Improve error prompts when deleting materialized views [doris]

2024-05-27 Thread via GitHub
doris-robot commented on PR #35437: URL: https://github.com/apache/doris/pull/35437#issuecomment-2132817856 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] [BugFix] Remove the jobid check [doris]

2024-05-27 Thread via GitHub
doris-robot commented on PR #35438: URL: https://github.com/apache/doris/pull/35438#issuecomment-2132820487 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] [BugFix] Remove the jobid check [doris]

2024-05-27 Thread via GitHub
Lchangliang opened a new pull request, #35438: URL: https://github.com/apache/doris/pull/35438 ## Proposed changes Issue Number: close #xxx When FE is 2.x and BE is 3.0, the schema change job id is still not set. ## Further comments If this is a relatively larg

Re: [PR] [BugFix] Remove the jobid check [doris]

2024-05-27 Thread via GitHub
Lchangliang commented on PR #35438: URL: https://github.com/apache/doris/pull/35438#issuecomment-2132820557 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

(doris) 01/13: [fix](Nereids) LogicalEmptyRelation type is wrong (#35382)

2024-05-27 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 a82c6e869e3ed410aa1af32f0ba1e57e358092d2 Author: morrySnow <101034200+morrys...@users.noreply.github.com> AuthorDate

(doris) branch branch-2.1 updated (f99b2f0f82f -> d71e9d34fe9)

2024-05-27 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 f99b2f0f82f [branch-2.1][hotfix](jdbc table) Restoring a table type that should not be deleted (#35434) new

(doris) 07/13: [Configurations](multi-catalog)Fix enable_orc_filter_by_min_max functionality, the mistake for #35012. (#35320)

2024-05-27 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 7284b6959f1699a3f72acfce16a46c315e424b35 Author: Qi Chen AuthorDate: Mon May 27 10:50:09 2024 +0800 [Configura

(doris) 10/13: [fix](hint) fix hint tests with different be instances (#35188)

2024-05-27 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 6d362c106187263f86e913d8cf6a7ed0aa6ba896 Author: LiBinfeng <46676950+libinfeng...@users.noreply.github.com> AuthorDa

(doris) 03/13: [Fix](inverted index) fix build index wrong size for inverted index (#35366)

2024-05-27 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 5ab5ec3d0d8a3ffa25fc30d0e17127d7d3df5857 Author: airborne12 AuthorDate: Mon May 27 10:03:53 2024 +0800 [Fix](i

(doris) 05/13: [bugfix](hive)Misspelling of class names (#34981)

2024-05-27 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 f98ed4e4c5bf11d2c16eb2092d0b9f7445d02949 Author: wuwenchi AuthorDate: Mon May 27 10:44:35 2024 +0800 [bugfix](

(doris) 11/13: Add downgrade scan thread num by column num (#35351)

2024-05-27 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 c44affb43f5bc4cfa6ee0256d8e41f72f402b3ff Author: wangbo AuthorDate: Mon May 27 11:42:47 2024 +0800 Add downgra

(doris) 09/13: [Fix](multi-catalog) Fix string dict filtering when use null related function in parquet and orc reader. (#35335)

2024-05-27 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 68eda58a8c7d7f8bd99169f9bab2cd98fbf19aba Author: Qi Chen AuthorDate: Mon May 27 10:51:27 2024 +0800 [Fix](mult

(doris) 02/13: [Update](regression) add case for inverted index (#35305)

2024-05-27 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 2422439e453d4423c549cfc15fd1503071ab6299 Author: airborne12 AuthorDate: Mon May 27 09:57:47 2024 +0800 [Update

(doris) 04/13: [bugfix](hive)fix testcase for test_hive_write_different_path (#35209)

2024-05-27 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 b1795d44ecd0f2ceaac2a51699bc97de63ada977 Author: wuwenchi AuthorDate: Mon May 27 10:44:12 2024 +0800 [bugfix](

(doris) 06/13: [Fix](hive-writer) Fix hive partition update core. (#35311)

2024-05-27 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 09f90128176c6faf7a641320ea2a71053eb07cee Author: Qi Chen AuthorDate: Mon May 27 10:46:40 2024 +0800 [Fix](hive

(doris) 08/13: [Chore](materialized-view) forbid create mv on row store table (#35360)

2024-05-27 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 82ff29faeae9eb0cfebc98d0432df306a550d5d9 Author: Pxl AuthorDate: Mon May 27 10:50:57 2024 +0800 [Chore](materi

(doris) 12/13: [improve](ub) fix some runtime error of ubsan when downcast (#35343)

2024-05-27 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 596fb6f327ecafa7aeb43132c2d284e34d60dce4 Author: zhangstar333 <87313068+zhangstar...@users.noreply.github.com> Autho

(doris) 13/13: [Bugfix] Fix mv column type is not changed when do schema change (#34598)

2024-05-27 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 d71e9d34fe9cda1c2bfda9e72de267080701d490 Author: Lightman <31928846+lchangli...@users.noreply.github.com> AuthorDate

Re: [PR] [BugFix] Remove the jobid check [doris]

2024-05-27 Thread via GitHub
dataroaring commented on PR #35438: URL: https://github.com/apache/doris/pull/35438#issuecomment-2132824736 Please refer the pr which introduced the job id. -- 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

Re: [PR] [fix](move-memtable) clear load streams before shutdown SegmentFileWriterThreadPool [doris]

2024-05-27 Thread via GitHub
liaoxin01 merged PR #35217: URL: https://github.com/apache/doris/pull/35217 -- 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 (80e863cbcf6 -> 75da5a28081)

2024-05-27 Thread liaoxin
This is an automated email from the ASF dual-hosted git repository. liaoxin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 80e863cbcf6 [refactor](pipeline) Delete unnecessary code (#35415) add 75da5a28081 [fix](move-memtable) clear load

[PR] [improve](txn-insert) Add txn insert p2 case [doris]

2024-05-27 Thread via GitHub
mymeiyi opened a new pull request, #35439: URL: https://github.com/apache/doris/pull/35439 ## Proposed changes Add a p2 case for txn insert. ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailto:d..

Re: [PR] [improve](txn-insert) Add txn insert p2 case [doris]

2024-05-27 Thread via GitHub
doris-robot commented on PR #35439: URL: https://github.com/apache/doris/pull/35439#issuecomment-2132827534 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] [enhancement](cloud) batching get visible version from MetaService [doris]

2024-05-27 Thread via GitHub
github-actions[bot] commented on PR #34615: URL: https://github.com/apache/doris/pull/34615#issuecomment-2132827732 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)push filter through window, using slot equal-set [doris]

2024-05-27 Thread via GitHub
morrySnow commented on PR #35361: URL: https://github.com/apache/doris/pull/35361#issuecomment-2132828347 add regression test and description -- 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 s

Re: [PR] [fix] fix wrong result of spill agg with limit [doris]

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

Re: [PR] [BugFix] Remove the jobid check [doris]

2024-05-27 Thread via GitHub
github-actions[bot] commented on PR #35438: URL: https://github.com/apache/doris/pull/35438#issuecomment-2132831335 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](scan) Use lazy-init for segment iterators and avoid caching all segments in the rowset reader [doris]

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

Re: [PR] [enhancement](export) filter empty partition before export table to remote storage [doris]

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

Re: [PR] [fix](short circurt) fix return default value issue [doris]

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

Re: [PR] [fix](short circurt) fix return default value issue [doris]

2024-05-27 Thread via GitHub
doris-robot commented on PR #34186: URL: https://github.com/apache/doris/pull/34186#issuecomment-2132840498 TeamCity be ut coverage result: Function Coverage: 35.74% (9009/25205) Line Coverage: 27.37% (74558/272448) Region Coverage: 26.58% (38570/145094) Branch Coverage: 23.4

[PR] [fix](Nereids): Optimize BFS Memory Usage to Mitigate Exponential Data Growth [doris]

2024-05-27 Thread via GitHub
XieJiann opened a new pull request, #35440: URL: https://github.com/apache/doris/pull/35440 ## 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): Optimize BFS Memory Usage to Mitigate Exponential Data Growth [doris]

2024-05-27 Thread via GitHub
doris-robot commented on PR #35440: URL: https://github.com/apache/doris/pull/35440#issuecomment-2132841705 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](spill) fix wrong disk usage of spill [doris]

2024-05-27 Thread via GitHub
doris-robot commented on PR #35423: URL: https://github.com/apache/doris/pull/35423#issuecomment-2132844990 TeamCity be ut coverage result: Function Coverage: 35.74% (9009/25206) Line Coverage: 27.36% (74560/272474) Region Coverage: 26.59% (38573/145085) Branch Coverage: 23.4

Re: [PR] [fix](short circurt) fix return default value issue [doris]

2024-05-27 Thread via GitHub
nextdreamblue commented on PR #34186: URL: https://github.com/apache/doris/pull/34186#issuecomment-2132844388 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](nereids)set mark join reference for bitmap-in-apply [doris]

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

Re: [PR] [fix](Nereids): Optimize BFS Memory Usage to Mitigate Exponential Data Growth [doris]

2024-05-27 Thread via GitHub
XieJiann commented on PR #35440: URL: https://github.com/apache/doris/pull/35440#issuecomment-2132847610 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] fix wrong result of spill agg with limit [doris]

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

Re: [PR] [enhancement](export) filter empty partition before export table to remote storage [doris]

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

Re: [PR] [opt](scan) Use lazy-init for segment iterators and avoid caching all segments in the rowset reader [doris]

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

Re: [PR] [fix](Nereids): Optimize BFS Memory Usage to Mitigate Exponential Data Growth [doris]

2024-05-27 Thread via GitHub
XieJiann commented on PR #35440: URL: https://github.com/apache/doris/pull/35440#issuecomment-2132851331 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](short circurt) fix return default value issue [doris]

2024-05-27 Thread via GitHub
github-actions[bot] commented on PR #34186: URL: https://github.com/apache/doris/pull/34186#issuecomment-2132854846 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) Add id to statistics map in statement context for cost estimation later [doris]

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

Re: [PR] [fix] fix wrong result of spill agg with limit [doris]

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

Re: [PR] [improvement](mtmv) Add id to statistics map in statement context for cost estimation later [doris]

2024-05-27 Thread via GitHub
morrySnow commented on code in PR #35436: URL: https://github.com/apache/doris/pull/35436#discussion_r1615622913 ## fe/fe-core/src/main/java/org/apache/doris/nereids/StatementContext.java: ## @@ -149,6 +152,11 @@ public class StatementContext implements Closeable { // Recor

Re: [PR] [enhancement](export) filter empty partition before export table to remote storage [doris]

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

Re: [PR] [opt](scan) Use lazy-init for segment iterators and avoid caching all segments in the rowset reader [doris]

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

Re: [PR] [fix](nereids)set mark join reference for bitmap-in-apply [doris]

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

[PR] [chore](regression) add debug log for flaky case of test_stream_load_cast [doris]

2024-05-27 Thread via GitHub
liaoxin01 opened a new pull request, #35441: URL: https://github.com/apache/doris/pull/35441 ## 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](mailt

Re: [PR] [chore](regression) add debug log for flaky case of test_stream_load_cast [doris]

2024-05-27 Thread via GitHub
doris-robot commented on PR #35441: URL: https://github.com/apache/doris/pull/35441#issuecomment-2132866391 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] [chore](regression) add debug log for flaky case of test_stream_load_cast [doris]

2024-05-27 Thread via GitHub
liaoxin01 commented on PR #35441: URL: https://github.com/apache/doris/pull/35441#issuecomment-2132866919 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

[I] [Bug] [branch-2.1] When enable_nereids_dml is set to true, the value of a varchar column is truncated if the length of the column's value is greater than the schema length for that column [doris]

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

Re: [PR] [hotfix](jdbc table) Restoring a table type that should not be deleted [doris]

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

Re: [PR] [fix](memory) Fix nested scoped tracker and nested reserve memory [doris]

2024-05-27 Thread via GitHub
doris-robot commented on PR #35257: URL: https://github.com/apache/doris/pull/35257#issuecomment-2132873135 TeamCity be ut coverage result: Function Coverage: 35.76% (9009/25192) Line Coverage: 27.39% (74579/272249) Region Coverage: 26.61% (38575/144962) Branch Coverage: 23.4

Re: [PR] [fix](nereids)set mark join reference for bitmap-in-apply [doris]

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

Re: [PR] [improvement](mtmv) Add id to statistics map in statement context for cost estimation later [doris]

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

Re: [PR] [fix](memory) Fix nested scoped tracker and nested reserve memory [doris]

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

Re: [PR] [BugFix] Remove the jobid check [doris]

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

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

2024-05-27 Thread via GitHub
github-actions[bot] commented on PR #32164: URL: https://github.com/apache/doris/pull/32164#issuecomment-2132881869 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: [I] [Bug] Expression evaluate to NULL but is treated as FALSE in where clause [doris]

2024-05-27 Thread via GitHub
ixzc commented on issue #35404: URL: https://github.com/apache/doris/issues/35404#issuecomment-2132884658 Doris 2.0.9 is your expect result, you can upgrade your doris https://github.com/apache/doris/assets/49646212/4d248065-d54f-446c-9cda-74793a615faf";> -- This is an automated mes

Re: [PR] [enhance](mtmv)Mv refresh on commit [doris]

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

Re: [PR] [improvement](mtmv) Add id to statistics map in statement context for cost estimation later [doris]

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

Re: [PR] [bugfix](hive)Partition fields in wrong order [doris]

2024-05-27 Thread via GitHub
github-actions[bot] commented on PR #35322: URL: https://github.com/apache/doris/pull/35322#issuecomment-2132890483 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] [branch-2.1](cherry-pick)allow add index for MTMV (#34225) [doris]

2024-05-27 Thread via GitHub
doris-robot commented on PR #35443: URL: https://github.com/apache/doris/pull/35443#issuecomment-2132892655 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] [branch-2.1](cherry-pick)allow add index for MTMV (#34225) [doris]

2024-05-27 Thread via GitHub
zddr opened a new pull request, #35443: URL: https://github.com/apache/doris/pull/35443 Previously, the limitation on whether operations can be performed on materialized views was to determine `opType`. Now, a `allowOpMTMV()` method is implemented through various `clauses`. Bec

Re: [PR] [hotfix](jdbc table) Restoring a table type that should not be deleted [doris]

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

Re: [PR] [fix](memory) Fix nested scoped tracker and nested reserve memory [doris]

2024-05-27 Thread via GitHub
doris-robot commented on PR #35257: URL: https://github.com/apache/doris/pull/35257#issuecomment-2132900597 TPC-DS: Total hot run time: 168263 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) fix unmatch mv coz table name [doris]

2024-05-27 Thread via GitHub
BiteThet commented on PR #35444: URL: https://github.com/apache/doris/pull/35444#issuecomment-2132902747 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] [BugFix] Remove the jobid check [doris]

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

Re: [PR] [BugFix] Remove the jobid check [doris]

2024-05-27 Thread via GitHub
doris-robot commented on PR #35438: URL: https://github.com/apache/doris/pull/35438#issuecomment-2132903315 TeamCity be ut coverage result: Function Coverage: 35.77% (9009/25187) Line Coverage: 27.40% (74579/272207) Region Coverage: 26.61% (38573/144944) Branch Coverage: 23.4

Re: [PR] [fix](short circurt) fix return default value issue [doris]

2024-05-27 Thread via GitHub
doris-robot commented on PR #34186: URL: https://github.com/apache/doris/pull/34186#issuecomment-2132903630 TeamCity be ut coverage result: Function Coverage: 35.77% (9009/25187) Line Coverage: 27.39% (74553/272207) Region Coverage: 26.61% (38568/144941) Branch Coverage: 23.4

Re: [I] [Bug] [branch-2.1] When enable_nereids_dml is set to true, the value of a varchar column is truncated if the length of the column's value is greater than the schema length for that column [dor

2024-05-27 Thread via GitHub
ixzc commented on issue #35442: URL: https://github.com/apache/doris/issues/35442#issuecomment-2132903829 we will fix it -- 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](short circurt) fix return default value issue [doris]

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

[PR] [Bug](materialized-view) fix unmatch mv coz table name [doris]

2024-05-27 Thread via GitHub
BiteThet opened a new pull request, #35444: URL: https://github.com/apache/doris/pull/35444 ## Proposed changes fix unmatch mv coz table name ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailto:d...@d

Re: [PR] [Bug](materialized-view) fix unmatch mv coz table name [doris]

2024-05-27 Thread via GitHub
doris-robot commented on PR #35444: URL: https://github.com/apache/doris/pull/35444#issuecomment-2132902688 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] [chore](regression) add debug log for flaky case of test_stream_load_cast [doris]

2024-05-27 Thread via GitHub
github-actions[bot] commented on PR #35441: URL: https://github.com/apache/doris/pull/35441#issuecomment-2132904961 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] [hotfix](jdbc table) Restoring a table type that should not be deleted [doris]

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

Re: [PR] [enhance](mtmv)Mv refresh on commit [doris]

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

Re: [PR] [improve](txn-insert) Add txn insert p2 case [doris]

2024-05-27 Thread via GitHub
mymeiyi commented on PR #35439: URL: https://github.com/apache/doris/pull/35439#issuecomment-2132906865 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](memory) Fix nested scoped tracker and nested reserve memory [doris]

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

  1   2   3   4   5   6   7   8   9   >