[PR] Dateliteral [doris]

2023-11-24 Thread via GitHub
jackwener opened a new pull request, #27544: URL: https://github.com/apache/doris/pull/27544 ## 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] Dateliteral [doris]

2023-11-24 Thread via GitHub
jackwener commented on PR #27544: URL: https://github.com/apache/doris/pull/27544#issuecomment-1825281050 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 com

Re: [PR] New join2 [doris]

2023-11-24 Thread via GitHub
BiteThet commented on PR #27397: URL: https://github.com/apache/doris/pull/27397#issuecomment-1825281308 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) branch master updated (33b540641e0 -> 89d5efac46e)

2023-11-24 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 33b540641e0 [Bug](materialized-view) add limitation for duplicate expr on materialized view (#27523) add 89d5ef

Re: [PR] [pipelineX](dependency) Use dependency to replace `ready_to_execute` [doris]

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

Re: [PR] [fix](clone) Fix engine_clone file exist (#27361) [doris]

2023-11-24 Thread via GitHub
github-actions[bot] commented on PR #27536: URL: https://github.com/apache/doris/pull/27536#issuecomment-1825281378 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](doc) num of supported json load format [doris]

2023-11-24 Thread via GitHub
dataroaring merged PR #27415: URL: https://github.com/apache/doris/pull/27415 -- 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 (89d5efac46e -> fdcb4018352)

2023-11-24 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 89d5efac46e [pipelineX](dependency) Use dependency to replace `ready_to_execute` (#27528) add fdcb4018352 [d

Re: [PR] [Feat](Nereids) support view as a independent unit of leading [doris]

2023-11-24 Thread via GitHub
LiBinfeng-01 commented on PR #27378: URL: https://github.com/apache/doris/pull/27378#issuecomment-1825284978 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] [chore][log] Opt log, revert some log introduced by #25739 [doris]

2023-11-24 Thread via GitHub
github-actions[bot] commented on PR #26365: URL: https://github.com/apache/doris/pull/26365#issuecomment-1825286349 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] [chore][log] Opt log, revert some log introduced by #25739 [doris]

2023-11-24 Thread via GitHub
github-actions[bot] commented on PR #26365: URL: https://github.com/apache/doris/pull/26365#issuecomment-1825286379 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] [feature](Nereids): Pushdown TopN through Union [doris]

2023-11-24 Thread via GitHub
jackwener commented on PR #27535: URL: https://github.com/apache/doris/pull/27535#issuecomment-1825287182 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 com

Re: [PR] New join2 [doris]

2023-11-24 Thread via GitHub
github-actions[bot] commented on code in PR #27397: URL: https://github.com/apache/doris/pull/27397#discussion_r1404055925 ## be/src/vec/exec/join/process_hash_table_probe_impl.h: ## @@ -412,17 +199,17 @@ Status ProcessHashTableProbe::do_process(HashTableType& hash output_b

Re: [PR] [regression test](control) add some regression case for control [doris]

2023-11-24 Thread via GitHub
dataroaring merged PR #27346: URL: https://github.com/apache/doris/pull/27346 -- 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: [regression test](control) add some regression case for control (#27346)

2023-11-24 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 2152d5a5ddb [regression test](control) add s

[PR] [Opt](multi-catalog) Opt parquet orc reader numeric copy by `memcpy()` and `memset()`. [doris]

2023-11-24 Thread via GitHub
kaka11chen opened a new pull request, #27545: URL: https://github.com/apache/doris/pull/27545 ## 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](

Re: [PR] [feature-wip](merge-on-write) MOW table support different primary keys and sort keys [doris]

2023-11-24 Thread via GitHub
github-actions[bot] commented on PR #24788: URL: https://github.com/apache/doris/pull/24788#issuecomment-1825295160 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] [Opt](Compression) Opt zstd block decompression by `ZSTD_decompressDCtx()` to replace streaming decompression. [doris]

2023-11-24 Thread via GitHub
kaka11chen commented on PR #27534: URL: https://github.com/apache/doris/pull/27534#issuecomment-1825296247 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

[PR] [chore](case) Use correct insert stmt for cold heat separation case [doris]

2023-11-24 Thread via GitHub
ByteYue opened a new pull request, #27546: URL: https://github.com/apache/doris/pull/27546 ## Proposed changes Issue Number: close #xxx The current insert stmt is not correct for the add drop partition case for cold heat separation case. ## Further comments

Re: [PR] [chore](case) Use correct insert stmt for cold heat separation case [doris]

2023-11-24 Thread via GitHub
ByteYue commented on PR #27546: URL: https://github.com/apache/doris/pull/27546#issuecomment-1825297564 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](multi-catalog) Opt parquet orc reader numeric copy by `memcpy()` and `memset()`. [doris]

2023-11-24 Thread via GitHub
github-actions[bot] commented on PR #27545: URL: https://github.com/apache/doris/pull/27545#issuecomment-1825298664 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](Compression) Opt zstd block decompression by `ZSTD_decompressDCtx()` to replace streaming decompression. [doris]

2023-11-24 Thread via GitHub
github-actions[bot] commented on PR #27534: URL: https://github.com/apache/doris/pull/27534#issuecomment-1825300409 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] [refactor](fe) rm useless code from fe [doris]

2023-11-24 Thread via GitHub
doris-robot commented on PR #27531: URL: https://github.com/apache/doris/pull/27531#issuecomment-1825303235 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.79 seconds stream load tsv: 587 seconds loaded 74807831229 Bytes,

Re: [I] Set statement does't support computing expr:concat('', ',STRICT_TRANS_TABLES') [doris]

2023-11-24 Thread via GitHub
CookingBoy commented on issue #18660: URL: https://github.com/apache/doris/issues/18660#issuecomment-1825304268 > concat 函数在启动FE时注册。VARCHAR 类型len =-1 ,什么情况下会导致修改 len的值? > > ```java > private void registerFEFunction(ImmutableMultimap.Builder mapBuilder, >

[PR] [fix](statistics)Fix auto analyze doesn't filter unsupported type bug. [doris]

2023-11-24 Thread via GitHub
Jibing-Li opened a new pull request, #27547: URL: https://github.com/apache/doris/pull/27547 ## 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] [fix](statistics)Fix auto analyze doesn't filter unsupported type bug. [doris]

2023-11-24 Thread via GitHub
Jibing-Li commented on PR #27547: URL: https://github.com/apache/doris/pull/27547#issuecomment-1825305156 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] [Pick](nereids) Pick: partition prune fails in case of NOT expression (#27047) [doris]

2023-11-24 Thread via GitHub
englefly commented on PR #27507: URL: https://github.com/apache/doris/pull/27507#issuecomment-1825308215 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] [opt](nereids)adjust distribution cost for better choice of broadcast join and shuffle join [doris]

2023-11-24 Thread via GitHub
englefly commented on PR #27113: URL: https://github.com/apache/doris/pull/27113#issuecomment-1825308865 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] [chore](case) Use correct insert stmt for cold heat separation case [doris]

2023-11-24 Thread via GitHub
github-actions[bot] commented on PR #27546: URL: https://github.com/apache/doris/pull/27546#issuecomment-1825310335 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] [chore](case) Use correct insert stmt for cold heat separation case [doris]

2023-11-24 Thread via GitHub
github-actions[bot] commented on PR #27546: URL: https://github.com/apache/doris/pull/27546#issuecomment-1825310291 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] [regression-test](group commit) enable wait_internal_group_commit_finish [doris]

2023-11-24 Thread via GitHub
doris-robot commented on PR #26856: URL: https://github.com/apache/doris/pull/26856#issuecomment-1825314370 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.6 seconds stream load tsv: 581 seconds loaded 74807831229 Bytes, a

Re: [PR] [improve](partial update) sort the rids to read for alignments to reduce the number of random accesses [doris]

2023-11-24 Thread via GitHub
doris-robot commented on PR #27533: URL: https://github.com/apache/doris/pull/27533#issuecomment-1825313412 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 44.7 seconds stream load tsv: 576 seconds loaded 74807831229 Bytes, a

Re: [PR] [Enhance](fe) Support setting initial root password when FE firstly launch [doris]

2023-11-24 Thread via GitHub
doris-robot commented on PR #27438: URL: https://github.com/apache/doris/pull/27438#issuecomment-1825314613 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.68 seconds stream load tsv: 582 seconds loaded 74807831229 Bytes,

Re: [PR] [fix](nereids)add HllUnion and BitmapUnion for pre agg match [doris]

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

[PR] [fix](nereids)add HllUnion and BitmapUnion for pre agg match [doris]

2023-11-24 Thread via GitHub
starocean999 opened a new pull request, #27548: URL: https://github.com/apache/doris/pull/27548 ## 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](ma

Re: [PR] [feature-wip](merge-on-write) MOW table support different primary keys and sort keys [doris]

2023-11-24 Thread via GitHub
dataroaring merged PR #24788: URL: https://github.com/apache/doris/pull/24788 -- 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 (2152d5a5ddb -> 553e4a89035)

2023-11-24 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 2152d5a5ddb [regression test](control) add some regression case for control (#27346) add 553e4a89035 [featur

Re: [PR] [feature](nereids) Multi table materialized view init [doris]

2023-11-24 Thread via GitHub
github-actions[bot] commented on PR #27059: URL: https://github.com/apache/doris/pull/27059#issuecomment-1825319094 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](nereids) Multi table materialized view init [doris]

2023-11-24 Thread via GitHub
github-actions[bot] commented on PR #27059: URL: https://github.com/apache/doris/pull/27059#issuecomment-1825319151 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](fe) rm useless code from fe [doris]

2023-11-24 Thread via GitHub
doris-robot commented on PR #27531: URL: https://github.com/apache/doris/pull/27531#issuecomment-1825321922 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit e8482043d8366fa12806a41336e32b2a11c797b5, data reload: true

Re: [PR] [test](regression) add routine load sequence and error test [doris]

2023-11-24 Thread via GitHub
HHoflittlefish777 commented on PR #27519: URL: https://github.com/apache/doris/pull/27519#issuecomment-1825330100 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

Re: [PR] [feature-wip](nereids) Make nereids more compatible with spark-sql syntax. [doris]

2023-11-24 Thread via GitHub
doris-robot commented on PR #27231: URL: https://github.com/apache/doris/pull/27231#issuecomment-1825330757 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.65 seconds stream load tsv: 584 seconds loaded 74807831229 Bytes,

Re: [PR] Initialize pointers _merge_block_timer and and _wait_queue_timer initialized to nulltpr [doris]

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

Re: [PR] [improve](partial update) sort the rids to read for alignments to reduce the number of random accesses [doris]

2023-11-24 Thread via GitHub
doris-robot commented on PR #27533: URL: https://github.com/apache/doris/pull/27533#issuecomment-1825330997 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 5f70575bd909d27606ff4ee00d7ebb0cccd37e06, data reload: false

(doris) branch new_join2 created (now 20143a2fff4)

2023-11-24 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a change to branch new_join2 in repository https://gitbox.apache.org/repos/asf/doris.git at 20143a2fff4 fix This branch includes the following new commits: new d87b42da1c4 Join rewrite (#26140)

(doris) 05/09: update fix

2023-11-24 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a commit to branch new_join2 in repository https://gitbox.apache.org/repos/asf/doris.git commit 877bacafe88824701a142996bd14e634d8274874 Author: BiteThet AuthorDate: Wed Nov 22 18:56:10 2023 +0800 upda

(doris) 09/09: fix

2023-11-24 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a commit to branch new_join2 in repository https://gitbox.apache.org/repos/asf/doris.git commit 20143a2fff4115d33106403cbfe71d98d49e6665 Author: BiteThet AuthorDate: Fri Nov 24 16:02:51 2023 +0800 fix

(doris) 08/09: fix

2023-11-24 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a commit to branch new_join2 in repository https://gitbox.apache.org/repos/asf/doris.git commit 755be1457a480252977fcc4b264312de1a5c5742 Author: BiteThet AuthorDate: Thu Nov 23 18:06:04 2023 +0800 fix

(doris) 04/09: fix compile

2023-11-24 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a commit to branch new_join2 in repository https://gitbox.apache.org/repos/asf/doris.git commit 85b9d973e13d0e93477bc646e72bbd28d1533d4c Author: BiteThet AuthorDate: Wed Nov 22 14:05:08 2023 +0800 fix

(doris) 03/09: [Rf](bf) fix bug of in change bf (#27355)

2023-11-24 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a commit to branch new_join2 in repository https://gitbox.apache.org/repos/asf/doris.git commit 00bc2727dcb91cf5732dd5df32599e6c0ab74241 Author: HappenLee AuthorDate: Tue Nov 21 16:24:35 2023 +0800 [Rf](bf

(doris) 02/09: fix outer join and other join conjuncts (#27319)

2023-11-24 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a commit to branch new_join2 in repository https://gitbox.apache.org/repos/asf/doris.git commit a7092a7755d20058c2e6bb8ffac588c3fa1d3eb7 Author: HappenLee AuthorDate: Tue Nov 21 12:04:02 2023 +0800 fix out

(doris) 07/09: update

2023-11-24 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a commit to branch new_join2 in repository https://gitbox.apache.org/repos/asf/doris.git commit 9ab76af825dc560e8de950932b85f5974c7cd46e Author: BiteThet AuthorDate: Thu Nov 23 16:53:09 2023 +0800 upda

(doris) 06/09: fix

2023-11-24 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a commit to branch new_join2 in repository https://gitbox.apache.org/repos/asf/doris.git commit 6d864eb81092e4fab7b66be450c0fc5d789adcf3 Author: BiteThet AuthorDate: Thu Nov 23 15:01:13 2023 +0800 fix

Re: [PR] Initialize pointers _merge_block_timer and and _wait_queue_timer initialized to nulltpr [doris]

2023-11-24 Thread via GitHub
Tech-Circle-48 closed pull request #27246: Initialize pointers _merge_block_timer and and _wait_queue_timer initialized to nulltpr URL: https://github.com/apache/doris/pull/27246 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

Re: [PR] [feature-wip](nereids) Make nereids more compatible with spark-sql syntax. [doris]

2023-11-24 Thread via GitHub
dutyu commented on PR #27231: URL: https://github.com/apache/doris/pull/27231#issuecomment-1825340385 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 unsubs

Re: [PR] [fix]Fix the first schema change does not take effect when the source… [doris-flink-connector]

2023-11-24 Thread via GitHub
JNSimba commented on code in PR #243: URL: https://github.com/apache/doris-flink-connector/pull/243#discussion_r1404100841 ## flink-doris-connector/src/main/java/org/apache/doris/flink/sink/writer/serializer/JsonDebeziumSchemaSerializer.java: ## @@ -105,6 +109,7 @@ public JsonD

Re: [PR] [Pick](nereids) Pick: partition prune fails in case of NOT expression (#27047) [doris]

2023-11-24 Thread via GitHub
doris-robot commented on PR #27507: URL: https://github.com/apache/doris/pull/27507#issuecomment-1825343537 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 48.03 seconds stream load tsv: 565 seconds loaded 74807831229 Bytes,

Re: [PR] [regression-test](group commit) enable wait_internal_group_commit_finish [doris]

2023-11-24 Thread via GitHub
doris-robot commented on PR #26856: URL: https://github.com/apache/doris/pull/26856#issuecomment-1825342597 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 48cff9879685223e929b9089f32e4002fa8b0e53, data reload: false

Re: [PR] [fix](clone) Fix engine_clone file exist (#27361) [doris]

2023-11-24 Thread via GitHub
doris-robot commented on PR #27536: URL: https://github.com/apache/doris/pull/27536#issuecomment-1825343881 TeamCity be ut coverage result: Function Coverage: 37.95% (7982/21032) Line Coverage: 29.66% (64753/218296) Region Coverage: 29.10% (33358/114634) Branch Coverage: 24.9

Re: [PR] [chore][log] Opt log, revert some log introduced by #25739 [doris]

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

[PR] [doc](mtmv)mtmv doc [doris]

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

Re: [PR] [doc](flink) Update doc index title [doris]

2023-11-24 Thread via GitHub
JNSimba commented on PR #27410: URL: https://github.com/apache/doris/pull/27410#issuecomment-1825350337 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] [doc](flink) Update doc index title [doris]

2023-11-24 Thread via GitHub
github-actions[bot] commented on PR #27410: URL: https://github.com/apache/doris/pull/27410#issuecomment-1825350350 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] [Enhance](fe) Support setting initial root password when FE firstly launch [doris]

2023-11-24 Thread via GitHub
doris-robot commented on PR #27438: URL: https://github.com/apache/doris/pull/27438#issuecomment-1825351929 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 8602c6d9c863d10627ec0aebd78092a88527f994, data reload: false

Re: [PR] [chore](load) rm some load related redundant code [doris]

2023-11-24 Thread via GitHub
TangSiyang2001 commented on PR #27102: URL: https://github.com/apache/doris/pull/27102#issuecomment-1825352706 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.

(doris) branch master updated: [typo](doc)Add flink cdc partial column update column (#26402)

2023-11-24 Thread diwu
This is an automated email from the ASF dual-hosted git repository. diwu 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 096ce9d75b1 [typo](doc)Add flink cdc partial column

Re: [PR] [typo](doc)Add flink cdc partial column update column [doris]

2023-11-24 Thread via GitHub
JNSimba merged PR #26402: URL: https://github.com/apache/doris/pull/26402 -- 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.apac

Re: [PR] [feature-wip](nereids) Make nereids more compatible with spark-sql syntax. [doris]

2023-11-24 Thread via GitHub
doris-robot commented on PR #27231: URL: https://github.com/apache/doris/pull/27231#issuecomment-1825361255 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 74c40c9e3e354204a2f92d9bf9d4408b16130093, data reload: false

Re: [PR] [Opt](Compression) Opt zstd block decompression by `ZSTD_decompressDCtx()` to replace streaming decompression. [doris]

2023-11-24 Thread via GitHub
doris-robot commented on PR #27534: URL: https://github.com/apache/doris/pull/27534#issuecomment-1825370504 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 27ef47d72524f9508b884e0179c2b206681c2245, data reload: false

Re: [PR] [feature](Nereids) support merge graph in group [doris]

2023-11-24 Thread via GitHub
github-actions[bot] commented on PR #27353: URL: https://github.com/apache/doris/pull/27353#issuecomment-1825376301 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](Nereids) support merge graph in group [doris]

2023-11-24 Thread via GitHub
github-actions[bot] commented on PR #27353: URL: https://github.com/apache/doris/pull/27353#issuecomment-1825376354 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](clone) Fix engine_clone file exist (#27361) [doris]

2023-11-24 Thread via GitHub
doris-robot commented on PR #27536: URL: https://github.com/apache/doris/pull/27536#issuecomment-1825380556 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.09 seconds stream load tsv: 564 seconds loaded 74807831229 Bytes,

Re: [PR] [test](regression) add cases about datev1/datatimev1 [doris]

2023-11-24 Thread via GitHub
github-actions[bot] commented on PR #27543: URL: https://github.com/apache/doris/pull/27543#issuecomment-1825380548 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] [test](regression) add cases about datev1/datatimev1 [doris]

2023-11-24 Thread via GitHub
github-actions[bot] commented on PR #27543: URL: https://github.com/apache/doris/pull/27543#issuecomment-1825380589 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] [feature](mtmv)(6)implement cancel method [doris]

2023-11-24 Thread via GitHub
doris-robot commented on PR #27541: URL: https://github.com/apache/doris/pull/27541#issuecomment-1825380428 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 0fe0530f537d948a531e9e08eca0782931f22af5, data reload: false

Re: [PR] [Opt](Compression) Opt zstd block decompression by `ZSTD_decompressDCtx()` to replace streaming decompression. [doris]

2023-11-24 Thread via GitHub
doris-robot commented on PR #27534: URL: https://github.com/apache/doris/pull/27534#issuecomment-1825384752 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.69 seconds stream load tsv: 586 seconds loaded 74807831229 Bytes,

Re: [PR] [Feat](Nereids) support view as a independent unit of leading [doris]

2023-11-24 Thread via GitHub
github-actions[bot] commented on PR #27378: URL: https://github.com/apache/doris/pull/27378#issuecomment-1825391311 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) support view as a independent unit of leading [doris]

2023-11-24 Thread via GitHub
github-actions[bot] commented on PR #27378: URL: https://github.com/apache/doris/pull/27378#issuecomment-1825391366 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] [refine](pipelineX) refine some code in pipelineX [doris]

2023-11-24 Thread via GitHub
Mryange commented on PR #27472: URL: https://github.com/apache/doris/pull/27472#issuecomment-1825393548 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](nereids)adjust distribution cost for better choice of broadcast join and shuffle join [doris]

2023-11-24 Thread via GitHub
doris-robot commented on PR #27113: URL: https://github.com/apache/doris/pull/27113#issuecomment-1825391935 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 4116bb442da8eaa85269cce68dee942f9ceaf5f5, data reload: false

Re: [PR] [Pick](nereids) Pick: partition prune fails in case of NOT expression (#27047) [doris]

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

(doris) branch branch-2.0 updated: [Pick](nereids) Pick: partition prune fails in case of NOT expression (#27047) (#27507)

2023-11-24 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.0 by this push: new 47ba99526be [Pick](nereids) Pick: partitio

Re: [PR] [Pick](nereids) Pick: partition prune fails in case of NOT expression (#27047) [doris]

2023-11-24 Thread via GitHub
xiaokang commented on PR #27507: URL: https://github.com/apache/doris/pull/27507#issuecomment-1825395653 #27047 #26849 -- 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](mtmv)(6)implement cancel method [doris]

2023-11-24 Thread via GitHub
doris-robot commented on PR #27541: URL: https://github.com/apache/doris/pull/27541#issuecomment-1825395673 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 44.52 seconds stream load tsv: 580 seconds loaded 74807831229 Bytes,

(doris) branch branch-2.0 updated: [fix](clone) Fix engine_clone file exist (#27361) (#27536)

2023-11-24 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.0 by this push: new 9f2d88b4867 [fix](clone) Fix engine_clone

Re: [PR] [performance](pipelineX) reduce cache misses in agg operations. [doris]

2023-11-24 Thread via GitHub
doris-robot commented on PR #27389: URL: https://github.com/apache/doris/pull/27389#issuecomment-1825399070 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.83 seconds stream load tsv: 571 seconds loaded 74807831229 Bytes,

Re: [PR] [fix](statistics)Fix auto analyze doesn't filter unsupported type bug. [doris]

2023-11-24 Thread via GitHub
xiaokang commented on PR #27547: URL: https://github.com/apache/doris/pull/27547#issuecomment-1825399222 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](clone) Fix engine_clone file exist (#27361) [doris]

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

Re: [PR] [opt](nereids)adjust distribution cost for better choice of broadcast join and shuffle join [doris]

2023-11-24 Thread via GitHub
doris-robot commented on PR #27113: URL: https://github.com/apache/doris/pull/27113#issuecomment-1825398522 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.3 seconds stream load tsv: 574 seconds loaded 74807831229 Bytes, a

Re: [PR] [refine](pipelineX) refine some code in pipelineX [doris]

2023-11-24 Thread via GitHub
github-actions[bot] commented on PR #27472: URL: https://github.com/apache/doris/pull/27472#issuecomment-1825401160 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](invert index) add the reader buffer as a parameter [doris]

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

Re: [PR] [performance](pipelineX) reduce cache misses in agg operations. [doris]

2023-11-24 Thread via GitHub
doris-robot commented on PR #27389: URL: https://github.com/apache/doris/pull/27389#issuecomment-1825402281 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit d0ff75eaccab26e59a2c449d1ae2baeccd19bd89, data reload: false

(doris) branch branch-2.0-var updated: [fix](invert index) add the reader buffer as a parameter (#27489)

2023-11-24 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0-var in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.0-var by this push: new 64e125938fa [fix](invert index) ad

Re: [PR] [feature](function) support ip function ipv6numtostring(alias inet6_ntoa) [doris]

2023-11-24 Thread via GitHub
doris-robot commented on PR #27342: URL: https://github.com/apache/doris/pull/27342#issuecomment-1825404643 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.01 seconds stream load tsv: 585 seconds loaded 74807831229 Bytes,

Re: [PR] [chore](case) adjust timeout of broker load case [doris]

2023-11-24 Thread via GitHub
github-actions[bot] commented on PR #27540: URL: https://github.com/apache/doris/pull/27540#issuecomment-1825407300 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] [chore](case) adjust timeout of broker load case [doris]

2023-11-24 Thread via GitHub
github-actions[bot] commented on PR #27539: URL: https://github.com/apache/doris/pull/27539#issuecomment-1825407624 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-Variant](Variant Type) support variant type query and index [doris]

2023-11-24 Thread via GitHub
doris-robot commented on PR #26749: URL: https://github.com/apache/doris/pull/26749#issuecomment-1825407353 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.55 seconds stream load tsv: 581 seconds loaded 74807831229 Bytes,

Re: [PR] [chore][log] Opt log, revert some log introduced by #25739 [doris]

2023-11-24 Thread via GitHub
github-actions[bot] commented on PR #26365: URL: https://github.com/apache/doris/pull/26365#issuecomment-1825411820 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](function) support ip function ipv6numtostring(alias inet6_ntoa) [doris]

2023-11-24 Thread via GitHub
doris-robot commented on PR #27342: URL: https://github.com/apache/doris/pull/27342#issuecomment-1825414005 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 6c4c53df69ddb4e1e8017ddbcf2571e28e0c9f5e, data reload: false

Re: [PR] New join2 [doris]

2023-11-24 Thread via GitHub
doris-robot commented on PR #27397: URL: https://github.com/apache/doris/pull/27397#issuecomment-1825415843 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.19 seconds stream load tsv: 568 seconds loaded 74807831229 Bytes,

  1   2   3   4   >