Re: [PR] [opt](MultiCast) Avoid copying while holding a lock. [doris]

2024-07-04 Thread via GitHub
github-actions[bot] commented on PR #37309: URL: https://github.com/apache/doris/pull/37309#issuecomment-2209306220 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](partitionkey) serialize expr in PartitionKey via gson [doris]

2024-07-04 Thread via GitHub
github-actions[bot] commented on PR #37277: URL: https://github.com/apache/doris/pull/37277#issuecomment-2209313645 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] [spill](regression) add regression test cases for spill [doris]

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

Re: [PR] [fix](partitionkey) serialize expr in PartitionKey via gson [doris]

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

(doris) 03/04: [enhance](Azure) Use s3Uri to specify the object's bucket and key for azure in FE (#37308)

2024-07-04 Thread gavinchou
This is an automated email from the ASF dual-hosted git repository. gavinchou pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git commit 922c7c7639c591fde744fee532a0e0f977b2da5e Author: AlexYue AuthorDate: Thu Jul 4 23:21:46 2024 +0800 [enhance](

[PR] [opt](test) shorten the external p0 running time [doris]

2024-07-04 Thread via GitHub
morningman opened a new pull request, #37320: URL: https://github.com/apache/doris/pull/37320 run scripts in parallel -- 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] [opt](test) shorten the external p0 running time [doris]

2024-07-04 Thread via GitHub
doris-robot commented on PR #37320: URL: https://github.com/apache/doris/pull/37320#issuecomment-2209324296 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

(doris) branch branch-3.0 updated (9e4ca47e171 -> b870e92d5a9)

2024-07-04 Thread gavinchou
This is an automated email from the ASF dual-hosted git repository. gavinchou pushed a change to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git from 9e4ca47e171 [fix](recycler) Fix DCHECK in ObjectListIterator (#37112) new ce985ed8d23 [enhance](Recycler) M

(doris) 01/04: [enhance](Recycler) Make sheme of request to object storage a config (#37291)

2024-07-04 Thread gavinchou
This is an automated email from the ASF dual-hosted git repository. gavinchou pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git commit ce985ed8d2391f1664d595865dfd73207ca96662 Author: AlexYue AuthorDate: Thu Jul 4 20:47:35 2024 +0800 [enhance](

(doris) 02/04: [enhance](Recycler) Catch RequestFailedException for all azure request (#37298)

2024-07-04 Thread gavinchou
This is an automated email from the ASF dual-hosted git repository. gavinchou pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git commit cf156514432d8ec172a8cd18db80f258ee35efd6 Author: AlexYue AuthorDate: Thu Jul 4 20:49:11 2024 +0800 [enhance](

(doris) 04/04: [fix](TVF) Enable azure tvf without specifying s3 bucket property. (#37240)

2024-07-04 Thread gavinchou
This is an automated email from the ASF dual-hosted git repository. gavinchou pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git commit b870e92d5a9c980d382322abb486be44bc15d9cb Author: AlexYue AuthorDate: Thu Jul 4 23:25:51 2024 +0800 [fix](TVF)

Re: [PR] [spill](regression) add regression test cases for spill [doris]

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

Re: [PR] [pipeline](fix) Set upstream operators always runnable once source operator closed [doris]

2024-07-04 Thread via GitHub
Gabriel39 merged PR #37297: URL: https://github.com/apache/doris/pull/37297 -- 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 (303c8bb4c0d -> b1cd368a57d)

2024-07-04 Thread gabriellee
This is an automated email from the ASF dual-hosted git repository. gabriellee pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 303c8bb4c0d [chore](cloud) add selected partition ids and visible version in log (#37267) add b1cd368a57d [pi

Re: [PR] [Improvement](scan) Refine ignoring data distribution without join [doris]

2024-07-04 Thread via GitHub
Gabriel39 commented on PR #37282: URL: https://github.com/apache/doris/pull/37282#issuecomment-2209330093 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](branch-2.0)(profile) avoid update profile in deconstructor [doris]

2024-07-04 Thread via GitHub
morningman commented on PR #32013: URL: https://github.com/apache/doris/pull/32013#issuecomment-2209331007 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](partitionkey) serialize expr in PartitionKey via gson [doris]

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

Re: [PR] [opt](test) shorten the external p0 running time [doris]

2024-07-04 Thread via GitHub
morningman commented on PR #37320: URL: https://github.com/apache/doris/pull/37320#issuecomment-2209330727 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](partitionkey) serialize expr in PartitionKey via gson [doris]

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

Re: [PR] [opt](MultiCast) Avoid copying while holding a lock. [doris]

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

Re: [PR] [Improvement](scan) Refine ignoring data distribution without join [doris]

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

Re: [PR] [opt](MultiCast) Avoid copying while holding a lock. [doris]

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

Re: [PR] [Improvement](scan) Refine ignoring data distribution without join [doris]

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

Re: [PR] [opt](MultiCast) Avoid copying while holding a lock. [doris]

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

Re: [PR] [Improvement](scan) Refine ignoring data distribution without join [doris]

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

Re: [PR] [fix](branch-2.0)(profile) avoid update profile in deconstructor [doris]

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

Re: [PR] [fix](branch-2.0)(profile) avoid update profile in deconstructor [doris]

2024-07-04 Thread via GitHub
doris-robot commented on PR #32013: URL: https://github.com/apache/doris/pull/32013#issuecomment-2209373119 TeamCity be ut coverage result: Function Coverage: 37.85% (8114/21439) Line Coverage: 29.54% (66469/224995) Region Coverage: 29.01% (34262/118104) Branch Coverage: 24.8

Re: [PR] [fix](branch-2.0)(profile) avoid update profile in deconstructor [doris]

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

Re: [PR] [fix](branch-2.0)(profile) avoid update profile in deconstructor [doris]

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

Re: [PR] [fix](branch-2.0)(profile) avoid update profile in deconstructor [doris]

2024-07-04 Thread via GitHub
doris-robot commented on PR #32013: URL: https://github.com/apache/doris/pull/32013#issuecomment-2209395294 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit 553f4a8948ca377c562abd5ba856423b937e3a15 with default session variables Stream

Re: [PR] [feature](iceberg) iceberg write support insert overwrite and optimize hive write transaction statistics and [doris]

2024-07-04 Thread via GitHub
ghkang98 commented on PR #37191: URL: https://github.com/apache/doris/pull/37191#issuecomment-2209413472 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) iceberg write support insert overwrite and optimize hive write transaction statistics and [doris]

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

Re: [PR] [feature](iceberg) iceberg write support insert overwrite and optimize hive write transaction statistics and [doris]

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

Re: [PR] [feature](iceberg) iceberg write support insert overwrite and optimize hive write transaction statistics and [doris]

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

Re: [PR] [opt](MultiCast) Avoid copying while holding a lock. [doris]

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

Re: [PR] [opt](MultiCast) Avoid copying while holding a lock. [doris]

2024-07-04 Thread via GitHub
github-actions[bot] commented on PR #37309: URL: https://github.com/apache/doris/pull/37309#issuecomment-2209635117 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](MultiCast) Avoid copying while holding a lock. [doris]

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

Re: [PR] [opt](MultiCast) Avoid copying while holding a lock. [doris]

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

Re: [PR] [opt](MultiCast) Avoid copying while holding a lock. [doris]

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

Re: [PR] [fix](array) fix reserve nested column when filter array column [doris]

2024-07-04 Thread via GitHub
github-actions[bot] closed pull request #29485: [fix](array) fix reserve nested column when filter array column URL: https://github.com/apache/doris/pull/29485 -- 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](datalake) added support for Interval & CDC scan on HudiTable [doris]

2024-07-04 Thread via GitHub
github-actions[bot] closed pull request #29566: [feature](datalake) added support for Interval & CDC scan on HudiTable URL: https://github.com/apache/doris/pull/29566 -- 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] [feature](lakehouse) use parquet bloom for row group pruning [doris]

2024-07-04 Thread via GitHub
github-actions[bot] closed pull request #28527: [feature](lakehouse) use parquet bloom for row group pruning URL: https://github.com/apache/doris/pull/28527 -- 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

Re: [I] [Feature] support spark 3.5 [doris-spark-connector]

2024-07-04 Thread via GitHub
melin commented on issue #207: URL: https://github.com/apache/doris-spark-connector/issues/207#issuecomment-2209706983 spark 升级到spark 3.5,是为更好的兼容性。 -- 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 t

Re: [PR] [feat](Nereids) Enhance filter processing in foreign key context to exclude hidden conjuncts [doris]

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

Re: [PR] [feat](Nereids) Enhance filter processing in foreign key context to exclude hidden conjuncts [doris]

2024-07-04 Thread via GitHub
XieJiann commented on code in PR #37179: URL: https://github.com/apache/doris/pull/37179#discussion_r1666138249 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/ForeignKeyContext.java: ## @@ -136,13 +136,32 @@ void putAlias(Slot newSlot, Slot originSlot) {

Re: [PR] [feat](Nereids): Optimize Query Plan by Pulling Up Join with Common Child from Union [doris]

2024-07-04 Thread via GitHub
XieJiann commented on code in PR #36397: URL: https://github.com/apache/doris/pull/36397#discussion_r1666143079 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/PullUpJoinFromUnion.java: ## @@ -0,0 +1,460 @@ +// Licensed to the Apache Software Foundation (ASF)

Re: [PR] [fix](deps) fix newInstanceFromKeytab when use kerberos [doris]

2024-07-04 Thread via GitHub
doris-robot commented on PR #37322: URL: https://github.com/apache/doris/pull/37322#issuecomment-2209845446 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](deps) fix newInstanceFromKeytab when use kerberos [doris]

2024-07-04 Thread via GitHub
Yulei-Yang opened a new pull request, #37322: URL: https://github.com/apache/doris/pull/37322 bp #37296 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

Re: [PR] [fix](deps) fix newInstanceFromKeytab when use kerberos [doris]

2024-07-04 Thread via GitHub
Yulei-Yang commented on PR #37322: URL: https://github.com/apache/doris/pull/37322#issuecomment-2209845547 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](Nereids) normalize aggregate should not push down lambda's param (#37109) [doris]

2024-07-04 Thread via GitHub
morrySnow merged PR #37285: URL: https://github.com/apache/doris/pull/37285 -- 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 branch-2.1 updated: [fix](Nereids) normalize aggregate should not push down lambda's param (#37109) (#37285)

2024-07-04 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow 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 256221a574d [fix](Nereids) normalize a

[PR] [fix](deps) fix NoSuchMethodError: newInstanceFromKeytab issue when use kerberos [doris]

2024-07-04 Thread via GitHub
Yulei-Yang opened a new pull request, #37323: URL: https://github.com/apache/doris/pull/37323 bp #37296 -- 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](deps) fix NoSuchMethodError: newInstanceFromKeytab issue when use kerberos [doris]

2024-07-04 Thread via GitHub
doris-robot commented on PR #37323: URL: https://github.com/apache/doris/pull/37323#issuecomment-2209848716 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](deps) fix NoSuchMethodError: newInstanceFromKeytab issue when use kerberos [doris]

2024-07-04 Thread via GitHub
Yulei-Yang commented on PR #37323: URL: https://github.com/apache/doris/pull/37323#issuecomment-2209848796 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] [feat](Nereids) Enhance filter processing in foreign key context to exclude hidden conjuncts [doris]

2024-07-04 Thread via GitHub
github-actions[bot] commented on PR #37179: URL: https://github.com/apache/doris/pull/37179#issuecomment-2209849646 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](Nereids) Enhance filter processing in foreign key context to exclude hidden conjuncts [doris]

2024-07-04 Thread via GitHub
github-actions[bot] commented on PR #37179: URL: https://github.com/apache/doris/pull/37179#issuecomment-2209849715 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](case)Fix case failure caused by different pipeline configurations [doris]

2024-07-04 Thread via GitHub
github-actions[bot] commented on PR #37201: URL: https://github.com/apache/doris/pull/37201#issuecomment-2209856620 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](case)Fix case failure caused by different pipeline configurations [doris]

2024-07-04 Thread via GitHub
github-actions[bot] commented on PR #37201: URL: https://github.com/apache/doris/pull/37201#issuecomment-2209856678 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](mtmv)Fix high level materialized view not hit because group by eliminate fail [doris]

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

Re: [PR] [feat](Nereids) Enhance filter processing in foreign key context to exclude hidden conjuncts [doris]

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

Re: [PR] [pipeline](datagen) Improve datagen operator parallelism [doris]

2024-07-04 Thread via GitHub
Gabriel39 merged PR #37195: URL: https://github.com/apache/doris/pull/37195 -- 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 (b1cd368a57d -> 8989e923813)

2024-07-04 Thread gabriellee
This is an automated email from the ASF dual-hosted git repository. gabriellee pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from b1cd368a57d [pipeline](fix) Set upstream operators always runnable once source operator closed (#37297) add 8

Re: [PR] Bump pymysql from 1.0.3 to 1.1.1 in /pytest [doris]

2024-07-04 Thread via GitHub
CalvinKirs closed pull request #35166: Bump pymysql from 1.0.3 to 1.1.1 in /pytest URL: https://github.com/apache/doris/pull/35166 -- 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 commen

Re: [PR] Bump pymysql from 1.0.3 to 1.1.1 in /pytest [doris]

2024-07-04 Thread via GitHub
dependabot[bot] commented on PR #35166: URL: https://github.com/apache/doris/pull/35166#issuecomment-2209865751 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let

(doris) branch dependabot/pip/pytest/pymysql-1.1.1 deleted (was ae3d8f27177)

2024-07-04 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/pip/pytest/pymysql-1.1.1 in repository https://gitbox.apache.org/repos/asf/doris.git was ae3d8f27177 --- updated-dependencies: - dependency-name: pymysql dependency-type: d

Re: [PR] Bump urllib3 from 1.26.1 to 1.26.19 in /pytest [doris]

2024-07-04 Thread via GitHub
CalvinKirs closed pull request #36428: Bump urllib3 from 1.26.1 to 1.26.19 in /pytest URL: https://github.com/apache/doris/pull/36428 -- 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 com

Re: [PR] Bump urllib3 from 1.26.1 to 1.26.19 in /pytest [doris]

2024-07-04 Thread via GitHub
dependabot[bot] commented on PR #36428: URL: https://github.com/apache/doris/pull/36428#issuecomment-2209866447 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let

Re: [PR] Bump com.amazonaws:aws-java-sdk-s3 from 1.11.95 to 1.12.261 in /regression-test/framework [doris]

2024-07-04 Thread via GitHub
dependabot[bot] commented on PR #32146: URL: https://github.com/apache/doris/pull/32146#issuecomment-2209866634 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let

Re: [PR] Bump com.amazonaws:aws-java-sdk-s3 from 1.11.95 to 1.12.261 in /regression-test/framework [doris]

2024-07-04 Thread via GitHub
CalvinKirs closed pull request #32146: Bump com.amazonaws:aws-java-sdk-s3 from 1.11.95 to 1.12.261 in /regression-test/framework URL: https://github.com/apache/doris/pull/32146 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

(doris) branch dependabot/maven/regression-test/framework/com.amazonaws-aws-java-sdk-s3-1.12.261 deleted (was e14a75bc45b)

2024-07-04 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/regression-test/framework/com.amazonaws-aws-java-sdk-s3-1.12.261 in repository https://gitbox.apache.org/repos/asf/doris.git was e14a75bc45b Bump com.amazonaws:aws-java

Re: [PR] [Improvement](scan) Refine ignoring data distribution without join [doris]

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

(doris) branch dependabot/pip/pytest/urllib3-1.26.19 deleted (was 15c8ac82a63)

2024-07-04 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/pip/pytest/urllib3-1.26.19 in repository https://gitbox.apache.org/repos/asf/doris.git was 15c8ac82a63 Bump urllib3 from 1.26.1 to 1.26.19 in /pytest The revisions that were

Re: [PR] [fix](case)Fix case failure caused by different pipeline configurations [doris]

2024-07-04 Thread via GitHub
morningman merged PR #37201: URL: https://github.com/apache/doris/pull/37201 -- 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 (8989e923813 -> 0ccfa58d2f8)

2024-07-04 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 8989e923813 [pipeline](datagen) Improve datagen operator parallelism (#37195) add 0ccfa58d2f8 [fix](case)Fix

Re: [PR] [fix](fe) Fix the sql of AddPartitionRecord [doris]

2024-07-04 Thread via GitHub
w41ter merged PR #37295: URL: https://github.com/apache/doris/pull/37295 -- 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.apach

(doris) branch master updated: [fix](fe) Fix the sql of AddPartitionRecord (#37295)

2024-07-04 Thread w41ter
This is an automated email from the ASF dual-hosted git repository. w41ter pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 41501d9a131 [fix](fe) Fix the sql of AddPartition

Re: [PR] [opt](MultiCast) Avoid copying while holding a lock. [doris]

2024-07-04 Thread via GitHub
Mryange commented on PR #37309: URL: https://github.com/apache/doris/pull/37309#issuecomment-2209868617 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

(doris) branch master updated (41501d9a131 -> 560e352c597)

2024-07-04 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 41501d9a131 [fix](fe) Fix the sql of AddPartitionRecord (#37295) add 560e352c597 [Improvement](scan) Refine ig

Re: [PR] [Improvement](scan) Refine ignoring data distribution without join [doris]

2024-07-04 Thread via GitHub
BiteThet merged PR #37282: URL: https://github.com/apache/doris/pull/37282 -- 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] [feat](Nereids) Enhance filter processing in foreign key context to exclude hidden conjuncts [doris]

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

Re: [PR] [fix](partitionkey) serialize expr in PartitionKey via gson [doris]

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

(doris) branch master updated (560e352c597 -> c8d499d8f1c)

2024-07-04 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 560e352c597 [Improvement](scan) Refine ignoring data distribution without join (#37282) add c8d499d8f1c [fix

Re: [PR] [feature](move-memtable) support for inverted index file [doris]

2024-07-04 Thread via GitHub
xiaokang merged PR #35891: URL: https://github.com/apache/doris/pull/35891 -- 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: [feature](move-memtable) support for inverted index file (#35891)

2024-07-04 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao 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 bf51d5b82a1 [feature](move-memtable) support for i

Re: [PR] [fix](deps) fix NoSuchMethodError: newInstanceFromKeytab issue when use kerberos [doris]

2024-07-04 Thread via GitHub
doris-robot commented on PR #37323: URL: https://github.com/apache/doris/pull/37323#issuecomment-2209870705 TeamCity be ut coverage result: Function Coverage: 37.89% (8114/21417) Line Coverage: 29.56% (66483/224900) Region Coverage: 29.03% (34265/118041) Branch Coverage: 24.9

Re: [PR] [fix](deps) fix NoSuchMethodError: newInstanceFromKeytab when use kerberos [doris]

2024-07-04 Thread via GitHub
doris-robot commented on PR #37322: URL: https://github.com/apache/doris/pull/37322#issuecomment-2209870762 TeamCity be ut coverage result: Function Coverage: 36.32% (9150/25192) Line Coverage: 27.87% (74693/268025) Region Coverage: 26.76% (38516/143929) Branch Coverage: 23.4

Re: [PR] [case](paimon/iceberg)move cases from p2 to p0 [doris]

2024-07-04 Thread via GitHub
wuwenchi commented on PR #37276: URL: https://github.com/apache/doris/pull/37276#issuecomment-2209871951 run external -- 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] [case](paimon/iceberg)move cases from p2 to p0 [doris]

2024-07-04 Thread via GitHub
wuwenchi commented on PR #37276: URL: https://github.com/apache/doris/pull/37276#issuecomment-2209872033 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 unsubsc

Re: [PR] [feat](Nereids) Enhance filter processing in foreign key context to exclude hidden conjuncts [doris]

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

Re: [PR] [fix](deps) fix NoSuchMethodError: newInstanceFromKeytab issue when use kerberos [doris]

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

Re: [PR] [opt](MultiCast) Avoid copying while holding a lock. [doris]

2024-07-04 Thread via GitHub
github-actions[bot] commented on PR #37309: URL: https://github.com/apache/doris/pull/37309#issuecomment-2209871724 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](cloud) Accelerate creating table by batching RPC In cloud [doris]

2024-07-04 Thread via GitHub
w41ter commented on code in PR #36786: URL: https://github.com/apache/doris/pull/36786#discussion_r1666158135 ## cloud/src/meta-service/meta_service_partition.cpp: ## @@ -614,4 +621,93 @@ void MetaServiceImpl::drop_partition(::google::protobuf::RpcController* controll } }

Re: [PR] [chore][fe] Get meta returns dropped partitions in binlog manager [doris]

2024-07-04 Thread via GitHub
w41ter merged PR #37196: URL: https://github.com/apache/doris/pull/37196 -- 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.apach

(doris) branch master updated (bf51d5b82a1 -> e4133248c95)

2024-07-04 Thread w41ter
This is an automated email from the ASF dual-hosted git repository. w41ter pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from bf51d5b82a1 [feature](move-memtable) support for inverted index file (#35891) add e4133248c95 [chore](fe) Returns

Re: [PR] [feat](Nereids): Optimize Query Plan by Pulling Up Join with Common Child from Union [doris]

2024-07-04 Thread via GitHub
XieJiann commented on PR #36397: URL: https://github.com/apache/doris/pull/36397#issuecomment-2209875142 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] [Debug](conf) add verbose log on pipeline [doris]

2024-07-04 Thread via GitHub
zclllyybb closed pull request #37252: [Debug](conf) add verbose log on pipeline URL: https://github.com/apache/doris/pull/37252 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

Re: [PR] [fix](deps) fix NoSuchMethodError: newInstanceFromKeytab issue when use kerberos [doris]

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

[PR] [chore](suites) Allow change db name in get_ccr_body [doris]

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

Re: [PR] [chore](suites) Allow change db name in get_ccr_body [doris]

2024-07-04 Thread via GitHub
doris-robot commented on PR #37324: URL: https://github.com/apache/doris/pull/37324#issuecomment-2209881072 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](suites) Allow change db name in get_ccr_body [doris]

2024-07-04 Thread via GitHub
w41ter commented on PR #37324: URL: https://github.com/apache/doris/pull/37324#issuecomment-2209881114 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

<    1   2   3   4   5   6   7   8   >