Re: [PR] [feature](index) remove OR predicate support for bitmap index [doris]

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

Re: [PR] [fix](regex) fix wrong escape of function LIKE [doris]

2024-02-06 Thread via GitHub
github-actions[bot] commented on PR #30557: URL: https://github.com/apache/doris/pull/30557#issuecomment-1931472429 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](index) Replace BITMAP INDEX with INVERTED INDEX [doris]

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

Re: [PR] [DNM](Nereids) test disable fallback [doris]

2024-02-06 Thread via GitHub
morrySnow commented on PR #25344: URL: https://github.com/apache/doris/pull/25344#issuecomment-1931468116 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](index) Replace BITMAP INDEX with INVERTED INDEX [doris]

2024-02-06 Thread via GitHub
xiaokang commented on code in PR #30950: URL: https://github.com/apache/doris/pull/30950#discussion_r1481023201 ## fe/fe-core/src/main/java/org/apache/doris/nereids/parser/LogicalPlanBuilder.java: ## @@ -2527,6 +2527,10 @@ public IndexDefinition visitIndexDef(IndexDefContext ct

Re: [PR] [feature](index) remove OR predicate support for bitmap index [doris]

2024-02-06 Thread via GitHub
github-actions[bot] commented on PR #30951: URL: https://github.com/apache/doris/pull/30951#issuecomment-1931463584 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](index) Replace BITMAP INDEX with INVERTED INDEX [doris]

2024-02-06 Thread via GitHub
github-actions[bot] commented on PR #30950: URL: https://github.com/apache/doris/pull/30950#issuecomment-1931462696 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](regex) fix wrong escape of function LIKE [doris]

2024-02-06 Thread via GitHub
zclllyybb commented on PR #30557: URL: https://github.com/apache/doris/pull/30557#issuecomment-1931461544 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](index) Replace BITMAP INDEX with INVERTED INDEX [doris]

2024-02-06 Thread via GitHub
morningman commented on code in PR #30950: URL: https://github.com/apache/doris/pull/30950#discussion_r1481016534 ## fe/fe-core/src/main/java/org/apache/doris/nereids/parser/LogicalPlanBuilder.java: ## @@ -2527,6 +2527,10 @@ public IndexDefinition visitIndexDef(IndexDefContext

Re: [PR] (enhance)(S3) Change s3 metric from bvar adder to latency recorder [doris]

2024-02-06 Thread via GitHub
doris-robot commented on PR #28861: URL: https://github.com/apache/doris/pull/28861#issuecomment-1931459842 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit d40f26dd2d4b1c9c205df184d512536b3b01b9f8 with default session variables Stream

Re: [PR] (enhance)(S3) Change s3 metric from bvar adder to latency recorder [doris]

2024-02-06 Thread via GitHub
doris-robot commented on PR #28861: URL: https://github.com/apache/doris/pull/28861#issuecomment-1931455867 ClickBench: Total hot run time: 30.52 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [enhancement](mysql-channel) avoid potential buffer overflow after flushing send buffer occurs IOE [doris]

2024-02-06 Thread via GitHub
TangSiyang2001 commented on PR #30868: URL: https://github.com/apache/doris/pull/30868#issuecomment-1931452358 run feut -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To u

Re: [PR] [feature](index) disable OR predicate for bitmap index [doris]

2024-02-06 Thread via GitHub
xiaokang commented on PR #30951: URL: https://github.com/apache/doris/pull/30951#issuecomment-1931451490 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] [refactor](move-memtable) remove phmap and use shared ptr in delta writer v2 [doris]

2024-02-06 Thread via GitHub
doris-robot commented on PR #30949: URL: https://github.com/apache/doris/pull/30949#issuecomment-1931452158 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit 3fa4e7ed486c84d9331069192cc7b516d1a3b1ac with default session variables Stream

Re: [PR] [feature](index) disable OR predicate for bitmap index [doris]

2024-02-06 Thread via GitHub
doris-robot commented on PR #30951: URL: https://github.com/apache/doris/pull/30951#issuecomment-1931451359 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](index) disable OR predicate for bitmap index [doris]

2024-02-06 Thread via GitHub
xiaokang opened a new pull request, #30951: URL: https://github.com/apache/doris/pull/30951 ## 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] (enhance)(S3) Change s3 metric from bvar adder to latency recorder [doris]

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

Re: [PR] [refactor](move-memtable) remove phmap and use shared ptr in delta writer v2 [doris]

2024-02-06 Thread via GitHub
doris-robot commented on PR #30949: URL: https://github.com/apache/doris/pull/30949#issuecomment-1931448092 ClickBench: Total hot run time: 30.61 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [case](mtmv)MTMV hive case [doris]

2024-02-06 Thread via GitHub
doris-robot commented on PR #30930: URL: https://github.com/apache/doris/pull/30930#issuecomment-1931445143 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit a41ef8cbd5dd6807152c311bfd089f009300a6f9 with default session variables Stream

Re: [PR] [feature](index) Replace BITMAP INDEX with INVERTED INDEX [doris]

2024-02-06 Thread via GitHub
xiaokang commented on PR #30950: URL: https://github.com/apache/doris/pull/30950#issuecomment-1931444258 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] [case](mtmv)MTMV hive case [doris]

2024-02-06 Thread via GitHub
doris-robot commented on PR #30930: URL: https://github.com/apache/doris/pull/30930#issuecomment-1931441373 ClickBench: Total hot run time: 31.09 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [refactor](move-memtable) remove phmap and use shared ptr in delta writer v2 [doris]

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

[PR] [feature](index) Replace BITMAP INDEX with INVERTED INDEX [doris]

2024-02-06 Thread via GitHub
xiaokang opened a new pull request, #30950: URL: https://github.com/apache/doris/pull/30950 ## Proposed changes It's time to replace BITMAP INDEX with INVERTED INDEX, since INVERTED INDEX is production ready in 2.0 version. For compatibility, 1. already created BITMAP INDEX

Re: [PR] [feature](index) Replace BITMAP INDEX with INVERTED INDEX [doris]

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

Re: [PR] (enhance)(S3) Change s3 metric from bvar adder to latency recorder [doris]

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

Re: [PR] [case](mtmv)MTMV hive case [doris]

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

Re: [PR] [fix](Nereids) should distribute first when do sort enforce on must shuffle [doris]

2024-02-06 Thread via GitHub
doris-robot commented on PR #30948: URL: https://github.com/apache/doris/pull/30948#issuecomment-1931431409 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit c90af1cfc98547fc8aaf0bd8ea012e284a608992 with default session variables Stream

Re: [I] [Bug] Predicates can not be pushed down even if tuned Runtime Filter query options [doris]

2024-02-06 Thread via GitHub
ddsr-ops commented on issue #30542: URL: https://github.com/apache/doris/issues/30542#issuecomment-1931431671 > @ddsr-ops Do you have more than one FE? Could you please connect to master FE and test if runtime filter affects? @yiguolei Yes, I have one master and two follower FE. After

Re: [PR] [fix](Nereids) should distribute first when do sort enforce on must shuffle [doris]

2024-02-06 Thread via GitHub
doris-robot commented on PR #30948: URL: https://github.com/apache/doris/pull/30948#issuecomment-1931427491 ClickBench: Total hot run time: 30.97 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [refactor](move-memtable) remove phmap and use shared ptr in delta writer v2 [doris]

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

Re: [PR] [refactor](move-memtable) remove phmap and use shared ptr in delta writer v2 [doris]

2024-02-06 Thread via GitHub
doris-robot commented on PR #30949: URL: https://github.com/apache/doris/pull/30949#issuecomment-1931421932 TeamCity be ut coverage result: Function Coverage: 36.16% (8635/23878) Line Coverage: 28.19% (70605/250456) Region Coverage: 27.18% (36436/134039) Branch Coverage: 23.9

(doris) branch master updated: [chore](ci) Disable memtable on sink node for cloud ci (#30913)

2024-02-06 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 1c55ae60c32 [chore](ci) Disable memtable on

Re: [PR] [chore](ci) Disable memtable on sink node for cloud ci [doris]

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

Re: [PR] [fix](Nereids) should distribute first when do sort enforce on must shuffle [doris]

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

Re: [PR] [Feature](executor)broker load support workload group [doris]

2024-02-06 Thread via GitHub
doris-robot commented on PR #30866: URL: https://github.com/apache/doris/pull/30866#issuecomment-1931420571 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit dc220acdf9edf083dec9beda6c871d21652f1f0a with default session variables Stream

Re: [PR] [case](mtmv)MTMV hive case [doris]

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

(doris) branch master updated: [Doc](group commit) Modify group commit doc (#30938)

2024-02-06 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 9204cccf879 [Doc](group commit) Modify group

Re: [PR] [Doc](group commit) Modify group commit doc [doris]

2024-02-06 Thread via GitHub
dataroaring merged PR #30938: URL: https://github.com/apache/doris/pull/30938 -- 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](executor)broker load support workload group [doris]

2024-02-06 Thread via GitHub
doris-robot commented on PR #30866: URL: https://github.com/apache/doris/pull/30866#issuecomment-1931417129 ClickBench: Total hot run time: 30.86 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [feature](window-func) support percent_rank window function [doris]

2024-02-06 Thread via GitHub
sjyango commented on PR #30926: URL: https://github.com/apache/doris/pull/30926#issuecomment-1931416890 run pipelinex_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

Re: [PR] [feature](window-func) support percent_rank window function [doris]

2024-02-06 Thread via GitHub
sjyango commented on PR #30926: URL: https://github.com/apache/doris/pull/30926#issuecomment-1931416516 run p0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscrib

Re: [PR] [fix](nereids)push more than one runtime filters into cte [doris]

2024-02-06 Thread via GitHub
doris-robot commented on PR #30901: URL: https://github.com/apache/doris/pull/30901#issuecomment-1931415883 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit 1cc5ec0944eb9d1297b948ea0be6d2b221de5bd8 with default session variables Stream

Re: [PR] [fix](nereids)push more than one runtime filters into cte [doris]

2024-02-06 Thread via GitHub
doris-robot commented on PR #30901: URL: https://github.com/apache/doris/pull/30901#issuecomment-1931412474 ClickBench: Total hot run time: 31.36 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Feature](executor)broker load support workload group [doris]

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

Re: [PR] [fix](Nereids) should distribute first when do sort enforce on must shuffle [doris]

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

Re: [PR] [refactor](move-memtable) remove phmap and use shared ptr in delta writer v2 [doris]

2024-02-06 Thread via GitHub
github-actions[bot] commented on code in PR #30949: URL: https://github.com/apache/doris/pull/30949#discussion_r1480979749 ## be/src/vec/sink/delta_writer_v2_pool.cpp: ## @@ -30,12 +30,15 @@ DeltaWriterV2Map::DeltaWriterV2Map(UniqueId load_id, int num_use, DeltaWriterV2P Del

Re: [PR] [fix](nereids)push more than one runtime filters into cte [doris]

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

Re: [PR] [refactor](scanner) refactoring and optimizing scanner scheduling [doris]

2024-02-06 Thread via GitHub
doris-robot commented on PR #30746: URL: https://github.com/apache/doris/pull/30746#issuecomment-1931405387 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit fbb7db4a66cc1d5990a824bf18d13d3a5ac57c1f with default session variables Stream

Re: [PR] (enhance)(S3) Change s3 metric from bvar adder to latency recorder [doris]

2024-02-06 Thread via GitHub
ByteYue commented on PR #28861: URL: https://github.com/apache/doris/pull/28861#issuecomment-1931404453 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] [refactor](scanner) refactoring and optimizing scanner scheduling [doris]

2024-02-06 Thread via GitHub
doris-robot commented on PR #30746: URL: https://github.com/apache/doris/pull/30746#issuecomment-1931402265 ClickBench: Total hot run time: 31.13 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Feature](executor)broker load support workload group [doris]

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

Re: [PR] [regression](case) test routine load with enable_pipeline_load=true [doris]

2024-02-06 Thread via GitHub
HowardQin commented on PR #30917: URL: https://github.com/apache/doris/pull/30917#issuecomment-1931398224 enable_pipeline_load is true by default, is test case is not necessary. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] [refactor](move-memtable) remove phmap and use shared ptr in delta writer v2 [doris]

2024-02-06 Thread via GitHub
kaijchen commented on PR #30949: URL: https://github.com/apache/doris/pull/30949#issuecomment-1931397308 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](scanner) refactoring and optimizing scanner scheduling [doris]

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

Re: [PR] [fix](move-memtable) fix use-after-free in DeltaWriterV2Map::get_or_create [doris]

2024-02-06 Thread via GitHub
kaijchen commented on PR #30933: URL: https://github.com/apache/doris/pull/30933#issuecomment-1931396977 Superseded by #30949 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

Re: [PR] [refactor](move-memtable) remove phmap and use shared ptr in delta writer v2 [doris]

2024-02-06 Thread via GitHub
doris-robot commented on PR #30949: URL: https://github.com/apache/doris/pull/30949#issuecomment-1931396770 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](move-memtable) remove phmap and use shared ptr in delta writer v2 [doris]

2024-02-06 Thread via GitHub
kaijchen opened a new pull request, #30949: URL: https://github.com/apache/doris/pull/30949 ## Proposed changes 1. Remove phmap in delta writer v2 pool, also address the issue in #30933. 2. Use shared ptr of delta writer v2 in vtablet writer v2. 3. Add ENABLE_FACTORY_CREATOR to d

Re: [PR] [regression](case) test routine load with enable_pipeline_load=true [doris]

2024-02-06 Thread via GitHub
HowardQin commented on PR #30917: URL: https://github.com/apache/doris/pull/30917#issuecomment-1931396522 > Now enable_pipeline_load is true by default OK,I'll close this pr. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

Re: [PR] [regression](case) test routine load with enable_pipeline_load=true [doris]

2024-02-06 Thread via GitHub
HowardQin closed pull request #30917: [regression](case) test routine load with enable_pipeline_load=true URL: https://github.com/apache/doris/pull/30917 -- 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

Re: [PR] [fix](nereids)push more than one runtime filters into cte [doris]

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

(doris) branch master updated: [test](mtmv) Add mtmv negative cases (#30918)

2024-02-06 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 25efa5c41b6 [test](mtmv) Add mtmv negative cas

Re: [PR] [test](mtmv)Add mtmv negative case [doris]

2024-02-06 Thread via GitHub
morrySnow merged PR #30918: URL: https://github.com/apache/doris/pull/30918 -- 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] [case](mtmv)MTMV hive case [doris]

2024-02-06 Thread via GitHub
zddr commented on PR #30930: URL: https://github.com/apache/doris/pull/30930#issuecomment-1931388278 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](Nereids) should distribute first when do sort enforce on must shuffle [doris]

2024-02-06 Thread via GitHub
github-actions[bot] commented on PR #30948: URL: https://github.com/apache/doris/pull/30948#issuecomment-1931387928 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) should distribute first when do sort enforce on must shuffle [doris]

2024-02-06 Thread via GitHub
github-actions[bot] commented on PR #30948: URL: https://github.com/apache/doris/pull/30948#issuecomment-1931387895 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](scanner) refactoring and optimizing scanner scheduling [doris]

2024-02-06 Thread via GitHub
doris-robot commented on PR #30746: URL: https://github.com/apache/doris/pull/30746#issuecomment-1931386524 TeamCity be ut coverage result: Function Coverage: 36.19% (8638/23871) Line Coverage: 28.23% (70616/250171) Region Coverage: 27.20% (36424/133899) Branch Coverage: 23.9

Re: [PR] [refactor](scanner) refactoring and optimizing scanner scheduling [doris]

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

Re: [PR] [fix](Nereids) should distribute first when do sort enforce on must shuffle [doris]

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

Re: [PR] [fix](Nereids) should distribute first when do sort enforce on must shuffle [doris]

2024-02-06 Thread via GitHub
doris-robot commented on PR #30948: URL: https://github.com/apache/doris/pull/30948#issuecomment-1931381854 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](Nereids) should distribute first when do sort enforce on must shuffle [doris]

2024-02-06 Thread via GitHub
morrySnow opened a new pull request, #30948: URL: https://github.com/apache/doris/pull/30948 ## 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] [Feature](executor)Support ShowProcessStmt Show all Fe connection [doris]

2024-02-06 Thread via GitHub
doris-robot commented on PR #30907: URL: https://github.com/apache/doris/pull/30907#issuecomment-1931380925 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit df5d91e6dc81b4b7f367c05182cfa2446735da0c with default session variables Stream

Re: [PR] [Feature](executor)Support ShowProcessStmt Show all Fe connection [doris]

2024-02-06 Thread via GitHub
doris-robot commented on PR #30907: URL: https://github.com/apache/doris/pull/30907#issuecomment-1931378092 ClickBench: Total hot run time: 31.33 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Feature](executor)broker load support workload group [doris]

2024-02-06 Thread via GitHub
wangbo commented on PR #30866: URL: https://github.com/apache/doris/pull/30866#issuecomment-1931377451 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] [fix](move-memtable) fix use-after-free in DeltaWriterV2Map::get_or_create [doris]

2024-02-06 Thread via GitHub
kaijchen closed pull request #30933: [fix](move-memtable) fix use-after-free in DeltaWriterV2Map::get_or_create URL: https://github.com/apache/doris/pull/30933 -- 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] [Feature](executor)Support ShowProcessStmt Show all Fe connection [doris]

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

Re: [PR] [fix](nereids)push more than one runtime filters into cte [doris]

2024-02-06 Thread via GitHub
englefly commented on PR #30901: URL: https://github.com/apache/doris/pull/30901#issuecomment-1931364420 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](scanner) refactoring and optimizing scanner scheduling [doris]

2024-02-06 Thread via GitHub
github-actions[bot] commented on code in PR #30746: URL: https://github.com/apache/doris/pull/30746#discussion_r1480947982 ## be/src/vec/exec/scan/scanner_context.h: ## @@ -81,88 +122,49 @@ virtual Status init(); vectorized::BlockUPtr get_free_block(); -void retu

Re: [PR] [Feature](executor)Support ShowProcessStmt Show all Fe connection [doris]

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

Re: [PR] [refactor](scanner) refactoring and optimizing scanner scheduling [doris]

2024-02-06 Thread via GitHub
AshinGau commented on PR #30746: URL: https://github.com/apache/doris/pull/30746#issuecomment-1931357391 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] [bugfix](es catalog) add constant_keyword wildcard data type [doris]

2024-02-06 Thread via GitHub
doris-robot commented on PR #30947: URL: https://github.com/apache/doris/pull/30947#issuecomment-1931355920 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](es catalog) add constant_keyword wildcard data type [doris]

2024-02-06 Thread via GitHub
liugddx opened a new pull request, #30947: URL: https://github.com/apache/doris/pull/30947 ## 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] [Bug] doris cloud ms does not start even though process is not running [doris]

2024-02-06 Thread via GitHub
github-actions[bot] commented on PR #30946: URL: https://github.com/apache/doris/pull/30946#issuecomment-1931354502 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) 07/09: [chore](regression-test) fix legacy use of get tablet info (#30931)

2024-02-06 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 0e4002d9db72106fc2506e39c8cfa99d0f14d292 Author: lihangyu <15605149...@163.com> AuthorDate: Wed Feb 7 10:18:31 2024

(doris) 04/09: [improvement](balance) fix multiple problems for balance on large cluster (#30713)

2024-02-06 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 158f36ce4e027c514760b08ec149af9db25a3442 Author: yujun AuthorDate: Wed Feb 7 07:02:41 2024 +0800 [improvement]

(doris) 05/09: [feature](agg-func) support corr function #30822

2024-02-06 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 9c9b7ee343ba9f604f6eea6f6cf75ffcbf4e24d9 Author: nanfeng AuthorDate: Wed Feb 7 08:32:06 2024 +0800 [feature](a

(doris) 08/09: [enhance](mtmv) Limit the number of partitions for table creation (#30867)

2024-02-06 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 5ec288c9d74d8227a5f1f9494e75f0575c1f Author: zhangdong <493738...@qq.com> AuthorDate: Wed Feb 7 11:40:18 2024 +0

(doris) 06/09: [fix](multi-catalog)enable use self splitter default (#30846)

2024-02-06 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 a3ce51871e88dfb8f4048f946f04f5c94c20dd23 Author: slothever <18522955+w...@users.noreply.github.com> AuthorDate: Wed

(doris) 01/09: [fix](Variant Type) Add sparse columns meta to fix compaction (#28673)

2024-02-06 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 b50ac3ef4a5f5b03df944bdbdb3ce7b69d0e25c4 Author: Sun Chenyang AuthorDate: Tue Feb 6 20:08:53 2024 +0800 [fix](

(doris) 09/09: [Improvement](memory) clear arena when finalize one row #30788

2024-02-06 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 38c72f040c5b506b1ee55d1a01f8a3cceac76603 Author: Pxl AuthorDate: Wed Feb 7 11:57:17 2024 +0800 [Improvement](m

(doris) branch branch-2.1 updated (6384f390af3 -> 38c72f040c5)

2024-02-06 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 6384f390af3 [fix](Nereids): fix name of rule EliminateJoinByFK #30884 new b50ac3ef4a5 [fix](Variant Type) Ad

(doris) 03/09: [fix](Nereids) make all variables lower case (#30905)

2024-02-06 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 3e0f136e7b054d33f471ae3eae9ad607ae69ff9e Author: morrySnow <101034200+morrys...@users.noreply.github.com> AuthorDate

(doris) 02/09: [test](statistics)Add analyze mtmv test case (#30847)

2024-02-06 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 e0bb1a6cf8429507fa039fe4195cf62769ce8568 Author: Jibing-Li <64681310+jibing...@users.noreply.github.com> AuthorDate:

Re: [PR] [fix][security]security optimize for executable binary file doris_clo… [doris]

2024-02-06 Thread via GitHub
github-actions[bot] commented on PR #30944: URL: https://github.com/apache/doris/pull/30944#issuecomment-1931344582 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][security]security optimize for executable binary file doris_clo… [doris]

2024-02-06 Thread via GitHub
github-actions[bot] commented on PR #30944: URL: https://github.com/apache/doris/pull/30944#issuecomment-1931344540 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](executor)Support ShowProcessStmt Show all Fe connection [doris]

2024-02-06 Thread via GitHub
github-actions[bot] commented on PR #30907: URL: https://github.com/apache/doris/pull/30907#issuecomment-1931340983 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] [Doc](group commit) Modify group commit doc [doris]

2024-02-06 Thread via GitHub
github-actions[bot] commented on PR #30938: URL: https://github.com/apache/doris/pull/30938#issuecomment-1931333981 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] [Doc](group commit) Modify group commit doc [doris]

2024-02-06 Thread via GitHub
github-actions[bot] commented on PR #30938: URL: https://github.com/apache/doris/pull/30938#issuecomment-1931333948 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] [Doc](group commit) Modify group commit doc [doris]

2024-02-06 Thread via GitHub
dataroaring commented on PR #30938: URL: https://github.com/apache/doris/pull/30938#issuecomment-193183 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](executor)Support ShowProcessStmt Show all Fe connection [doris]

2024-02-06 Thread via GitHub
wangbo commented on PR #30907: URL: https://github.com/apache/doris/pull/30907#issuecomment-1931332428 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] [Bug] doris cloud ms does not start even though process is not running [doris]

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

  1   2   3   4   5   6   7   8   >