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

2023-11-22 Thread via GitHub
doris-robot commented on PR #24788: URL: https://github.com/apache/doris/pull/24788#issuecomment-1822838043 TeamCity be ut coverage result: Function Coverage: 36.55% (8451/23120) Line Coverage: 28.85% (68776/238413) Region Coverage: 27.84% (35605/127891) Branch Coverage: 24.5

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

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

Re: [PR] [test](regression) add routine load condition test [doris]

2023-11-22 Thread via GitHub
HHoflittlefish777 commented on PR #27430: URL: https://github.com/apache/doris/pull/27430#issuecomment-1822841480 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] [refactor](datatype) Introduce a toolkits for clarify datelike types usage [doris]

2023-11-22 Thread via GitHub
Gabriel39 merged PR #26810: URL: https://github.com/apache/doris/pull/26810 -- 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 (19c36dcc866 -> a68b62b4210)

2023-11-22 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 19c36dcc866 [Fix](statistics)Fix auto job start time incorrect bug (#27402) add a68b62b4210 [refactor](dataty

Re: [PR] [fix](hms) fix compatibility issue of hive metastore client [doris]

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

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

[I] [Enhancement] uniform the usage of datelike types in BE [doris]

2023-11-22 Thread via GitHub
zclllyybb opened a new issue, #27433: URL: https://github.com/apache/doris/issues/27433 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Description In https://github.

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

2023-11-22 Thread via GitHub
mymeiyi commented on PR #24788: URL: https://github.com/apache/doris/pull/24788#issuecomment-1822854794 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: [I] [Roadmap] Doris on K8S [doris]

2023-11-22 Thread via GitHub
Coefu commented on issue #7587: URL: https://github.com/apache/doris/issues/7587#issuecomment-1822861221 > is there any doris-operator created since as suggested by https://github.com/Coefu/doris-operator A less mature version, I will perfect it. -- This is an automated message

[PR] [fix](memory) Fix `make_top_consumption_snapshots` heap-use-after-free [doris]

2023-11-22 Thread via GitHub
xinyiZzz opened a new pull request, #27434: URL: https://github.com/apache/doris/pull/27434 ## Proposed changes ``` ==3671003==ERROR: AddressSanitizer: heap-use-after-free on address 0x60f000d71e68 at pc 0x557a3c21c907 bp 0x7fcbc5ddfe30 sp 0x7fcbc5ddfe28 READ of size 4 at 0x60f0

Re: [PR] [fix](memory) Fix `make_top_consumption_snapshots` heap-use-after-free [doris]

2023-11-22 Thread via GitHub
xinyiZzz commented on PR #27434: URL: https://github.com/apache/doris/pull/27434#issuecomment-1822866532 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: [I] [Bug] be crash [doris]

2023-11-22 Thread via GitHub
xingyingone commented on issue #27431: URL: https://github.com/apache/doris/issues/27431#issuecomment-1822868058 完整的be.out start time: Mon 30 Oct 2023 02:56:32 PM CST INFO: java_cmd /data/ssd/1/ne-doris-dev/doris/java8/bin/java INFO: jdk_version 8 SLF4J: Class path contains mu

Re: [PR] [fix](fe) slots in having clause should be set to need materialized(#27412) [doris]

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

Re: [PR] [Feature-Variant](Variant Type) support variant type query and index [doris]

2023-11-22 Thread via GitHub
eldenmoon commented on PR #26749: URL: https://github.com/apache/doris/pull/26749#issuecomment-1822873619 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

[PR] [regression test](routine test) add case for `num_as_string` [doris]

2023-11-22 Thread via GitHub
liugddx opened a new pull request, #27436: URL: https://github.com/apache/doris/pull/27436 ## 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] [Feature-Variant](Variant Type) support variant type query and index [doris]

2023-11-22 Thread via GitHub
eldenmoon commented on PR #26749: URL: https://github.com/apache/doris/pull/26749#issuecomment-1822874630 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](memory) Fix `make_top_consumption_snapshots` heap-use-after-free [doris]

2023-11-22 Thread via GitHub
github-actions[bot] commented on PR #27434: URL: https://github.com/apache/doris/pull/27434#issuecomment-1822878336 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] [pipelineX](bug) Fix cancel timeout [doris]

2023-11-22 Thread via GitHub
Gabriel39 merged PR #27396: URL: https://github.com/apache/doris/pull/27396 -- 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: [pipelineX](bug) Fix cancel timeout (#27396)

2023-11-22 Thread gabriellee
This is an automated email from the ASF dual-hosted git repository. gabriellee pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 1b3512d9423 [pipelineX](bug) Fix cancel timeo

Re: [PR] [regression test](routine test) add case for `num_as_string` [doris]

2023-11-22 Thread via GitHub
github-actions[bot] commented on PR #27436: URL: https://github.com/apache/doris/pull/27436#issuecomment-1822884128 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](stats) Release analyze tasks once job finished [doris]

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

Re: [PR] [feature](mtmv)(3)Implementing multi table materialized views [doris]

2023-11-22 Thread via GitHub
doris-robot commented on PR #26146: URL: https://github.com/apache/doris/pull/26146#issuecomment-1822884950 TeamCity be ut coverage result: Function Coverage: 36.56% (8450/23110) Line Coverage: 28.85% (68698/238093) Region Coverage: 27.81% (35518/127715) Branch Coverage: 24.5

Re: [I] [Enhancement] Reduct the unnecessary ALWAYS_NULLABLE in nullable mode [doris]

2023-11-22 Thread via GitHub
koarz commented on issue #27435: URL: https://github.com/apache/doris/issues/27435#issuecomment-1822892133 l want try -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To uns

[PR] [pipelineX](api) Fix core dump for pipelineX API [doris]

2023-11-22 Thread via GitHub
Gabriel39 opened a new pull request, #27437: URL: https://github.com/apache/doris/pull/27437 ## 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] [pipelineX](api) Fix core dump for pipelineX API [doris]

2023-11-22 Thread via GitHub
Gabriel39 commented on PR #27437: URL: https://github.com/apache/doris/pull/27437#issuecomment-1822902322 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] [performance](Planner): optimize getStringValue() in DateLiteral [doris]

2023-11-22 Thread via GitHub
morningman merged PR #27363: URL: https://github.com/apache/doris/pull/27363 -- 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 (1b3512d9423 -> 044a295541c)

2023-11-22 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 1b3512d9423 [pipelineX](bug) Fix cancel timeout (#27396) add 044a295541c [performance](Planner): optimize getS

Re: [PR] [pipelineX](api) Fix core dump for pipelineX API [doris]

2023-11-22 Thread via GitHub
github-actions[bot] commented on PR #27437: URL: https://github.com/apache/doris/pull/27437#issuecomment-1822907530 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] [pipelineX](api) Fix core dump for pipelineX API [doris]

2023-11-22 Thread via GitHub
github-actions[bot] commented on PR #27437: URL: https://github.com/apache/doris/pull/27437#issuecomment-1822907614 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] [pipelineX](api) Fix core dump for pipelineX API [doris]

2023-11-22 Thread via GitHub
github-actions[bot] commented on PR #27437: URL: https://github.com/apache/doris/pull/27437#issuecomment-1822907597 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: [I] [Enhancement] Reduct the unnecessary ALWAYS_NULLABLE in nullable mode [doris]

2023-11-22 Thread via GitHub
zclllyybb commented on issue #27435: URL: https://github.com/apache/doris/issues/27435#issuecomment-1822908976 > l want try sure! u can add my wechat torch-wood_ for more information -- This is an automated message from the Apache Git Service. To respond to the message, please log o

Re: [PR] [feature](Nereids) add functional dependencies [doris]

2023-11-22 Thread via GitHub
XieJiann commented on PR #27051: URL: https://github.com/apache/doris/pull/27051#issuecomment-1822909931 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] [pipelineX](api) Fix core dump for pipelineX API [doris]

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

Re: [I] [Enhancement] uniform the usage of datelike types in BE [doris]

2023-11-22 Thread via GitHub
T1t4m1un commented on issue #27433: URL: https://github.com/apache/doris/issues/27433#issuecomment-1822913583 pls assign it to me! -- 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: [I] [Enhancement] uniform the usage of datelike types in BE [doris]

2023-11-22 Thread via GitHub
zclllyybb commented on issue #27433: URL: https://github.com/apache/doris/issues/27433#issuecomment-1822915849 > pls assign it to me! ok! for more information u can add my wechat torch-wood_ -- This is an automated message from the Apache Git Service. To respond to the message, plea

Re: [PR] [feature](mtmv)(3)Implementing multi table materialized views [doris]

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

Re: [PR] just test [doris]

2023-11-22 Thread via GitHub
hello-stephen closed pull request #27376: just test URL: https://github.com/apache/doris/pull/27376 -- 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: comm

Re: [PR] [fix](export) the label of export should be unique with database scope [doris]

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

Re: [PR] [feature](mtmv)(3)Implementing multi table materialized views [doris]

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

Re: [PR] [fix](function) make TIMESTAMP function DEPEND_ON_ARGUMENT [doris]

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

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

2023-11-22 Thread via GitHub
github-actions[bot] commented on PR #27342: URL: https://github.com/apache/doris/pull/27342#issuecomment-1822980521 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-22 Thread via GitHub
github-actions[bot] commented on PR #27342: URL: https://github.com/apache/doris/pull/27342#issuecomment-1822980598 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](export) the label of export should be unique with database scope [doris]

2023-11-22 Thread via GitHub
morningman commented on PR #27401: URL: https://github.com/apache/doris/pull/27401#issuecomment-1822984019 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] [opt](nereids) infer result column name in select outfile stmt and disable infer name when query [doris]

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

Re: [PR] [fix](function) make TIMESTAMP function DEPEND_ON_ARGUMENT [doris]

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

Re: [PR] [regression test](routine test) add case for `num_as_string` [doris]

2023-11-22 Thread via GitHub
liugddx commented on PR #27436: URL: https://github.com/apache/doris/pull/27436#issuecomment-1822991109 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] [regression test](routine test) add case for `num_as_string` [doris]

2023-11-22 Thread via GitHub
github-actions[bot] commented on PR #27436: URL: https://github.com/apache/doris/pull/27436#issuecomment-1822997672 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-wip](merge-on-write) MOW table support different primary keys and sort keys [doris]

2023-11-22 Thread via GitHub
doris-robot commented on PR #24788: URL: https://github.com/apache/doris/pull/24788#issuecomment-1823008276 TeamCity be ut coverage result: Function Coverage: 36.56% (8453/23120) Line Coverage: 28.86% (68753/238240) Region Coverage: 27.85% (35601/127834) Branch Coverage: 24.6

Re: [PR] [Feature-Variant](Variant Type) support variant type query and index [doris]

2023-11-22 Thread via GitHub
doris-robot commented on PR #26749: URL: https://github.com/apache/doris/pull/26749#issuecomment-1823010128 TeamCity be ut coverage result: Function Coverage: 36.46% (8456/23192) Line Coverage: 28.76% (68791/239208) Region Coverage: 27.75% (35615/128347) Branch Coverage: 24.4

Re: [PR] [fix](Nereids): fill miss slot in having subquery (#27177) [doris]

2023-11-22 Thread via GitHub
xiaokang commented on PR #27394: URL: https://github.com/apache/doris/pull/27394#issuecomment-1823024874 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) result type of add precision is 1 more than expected (#27136) [doris]

2023-11-22 Thread via GitHub
xiaokang commented on PR #27426: URL: https://github.com/apache/doris/pull/27426#issuecomment-1823027317 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-2.0](match) fix match null for no index [doris]

2023-11-22 Thread via GitHub
xiaokang commented on PR #27425: URL: https://github.com/apache/doris/pull/27425#issuecomment-1823027955 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](stats) Fix update rows for unique table didn't get updated properly [doris]

2023-11-22 Thread via GitHub
xiaokang merged PR #27337: URL: https://github.com/apache/doris/pull/27337 -- 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 (854ef338e3e -> b2a8550ca3b)

2023-11-22 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a change to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git from 854ef338e3e [Fix](statistics)Fix auto job start time incorrect bug #27402 (#27413) add b2a8550ca3b [fix](stat

Re: [PR] [FIX](jsonb)fix jsonb in predict column [doris]

2023-11-22 Thread via GitHub
xiaokang merged PR #27424: URL: https://github.com/apache/doris/pull/27424 -- 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: [FIX](jsonb) fix jsonb in predict column #27325 (#27424)

2023-11-22 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 1212b561649 [FIX](jsonb) fix jsonb in pred

Re: [PR] [fix](fe) slots in having clause should be set to need materialized(#27412) [doris]

2023-11-22 Thread via GitHub
xiaokang merged PR #27429: URL: https://github.com/apache/doris/pull/27429 -- 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: [fix](fe) slots in having clause should be set to need materialized(#27412) (#27429)

2023-11-22 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 1a94ccbe552 [fix](fe) slots in having clau

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

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

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

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

Re: [PR] [pipelineX](api) Fix core dump for pipelineX API [doris]

2023-11-22 Thread via GitHub
doris-robot commented on PR #27437: URL: https://github.com/apache/doris/pull/27437#issuecomment-1823059256 TeamCity be ut coverage result: Function Coverage: 36.57% (8449/23106) Line Coverage: 28.86% (68662/237944) Region Coverage: 27.82% (35510/127634) Branch Coverage: 24.5

Re: [PR] [fix](memory) Fix `make_top_consumption_snapshots` heap-use-after-free [doris]

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

Re: [PR] [fix](memory) Fix `make_top_consumption_snapshots` heap-use-after-free [doris]

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

(doris) branch master updated: [pipelineX](api) Fix core dump for pipelineX API (#27437)

2023-11-22 Thread gabriellee
This is an automated email from the ASF dual-hosted git repository. gabriellee pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new fe5c4e3b465 [pipelineX](api) Fix core dump fo

Re: [PR] [pipelineX](api) Fix core dump for pipelineX API [doris]

2023-11-22 Thread via GitHub
Gabriel39 merged PR #27437: URL: https://github.com/apache/doris/pull/27437 -- 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] [fix](Nereids): fill miss slot in having subquery (#27177) [doris]

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

Re: [PR] [Feature-Variant](Variant Type) support variant type query and index [doris]

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

Re: [PR] [fix](export) the label of export should be unique with database scope [doris]

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

Re: [PR] [Feature-Variant](Variant Type) support variant type query and index [doris]

2023-11-22 Thread via GitHub
eldenmoon commented on PR #26749: URL: https://github.com/apache/doris/pull/26749#issuecomment-1823148019 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-2.0](match) fix match null for no index [doris]

2023-11-22 Thread via GitHub
doris-robot commented on PR #27425: URL: https://github.com/apache/doris/pull/27425#issuecomment-1823150403 TeamCity be ut coverage result: Function Coverage: 37.95% (7982/21031) Line Coverage: 29.66% (64728/218236) Region Coverage: 29.10% (33352/114605) Branch Coverage: 24.9

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

2023-11-22 Thread via GitHub
WinkerDu opened a new pull request, #27438: URL: https://github.com/apache/doris/pull/27438 ## Proposed changes Issue Number: close #xxx Doris FE firstly launch with no root password for now. In my organization scene, we use Doris operator start a Doris cluster, then `set passw

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

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

Re: [PR] [fix](export) the label of export should be unique with database scope [doris]

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

Re: [PR] [opt](nereids) infer result column name in select outfile stmt and disable infer name when query [doris]

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

Re: [PR] [opt](nereids) infer result column name in select outfile stmt and disable infer name when query [doris]

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

Re: [PR] [fix](Nereids) result type of add precision is 1 more than expected (#27136) [doris]

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

Re: [PR] [Pick-2.0](match) fix match null for no index [doris]

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

Re: [PR] [Enhancement](function) support unix_timestamp with float [doris]

2023-11-22 Thread via GitHub
zclllyybb commented on PR #26827: URL: https://github.com/apache/doris/pull/26827#issuecomment-1823215285 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] [Enhancement](function) support unix_timestamp with float [doris]

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

Re: [PR] [Bug](insert)fix insert wrong data on mv when stmt have multiple valu… [doris]

2023-11-22 Thread via GitHub
xiaokang merged PR #27382: URL: https://github.com/apache/doris/pull/27382 -- 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: [Bug](insert)fix insert wrong data on mv when stmt have multiple values (#27297) (#27382)

2023-11-22 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 17a92ef056e [Bug](insert)fix insert wrong

Re: [PR] [Enhancement](function) support unix_timestamp with float [doris]

2023-11-22 Thread via GitHub
github-actions[bot] commented on code in PR #26827: URL: https://github.com/apache/doris/pull/26827#discussion_r1402474724 ## be/src/vec/functions/function_timestamp.cpp: ## @@ -773,6 +930,13 @@ class FunctionUnixTimestamp : public IFunction { return Impl::get_variadic_

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

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

2023-11-22 Thread via GitHub
doris-robot commented on PR #26749: URL: https://github.com/apache/doris/pull/26749#issuecomment-1823265204 TeamCity be ut coverage result: Function Coverage: 36.48% (8458/23184) Line Coverage: 28.78% (68820/239162) Region Coverage: 27.77% (35633/128309) Branch Coverage: 24.4

Re: [PR] [Feature-Variant](Variant Type) support variant type query and index [doris]

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

Re: [PR] [Enhancement](function) support unix_timestamp with float [doris]

2023-11-22 Thread via GitHub
doris-robot commented on PR #26827: URL: https://github.com/apache/doris/pull/26827#issuecomment-1823340926 TeamCity be ut coverage result: Function Coverage: 36.56% (8450/23112) Line Coverage: 28.85% (68675/238073) Region Coverage: 27.82% (35525/127678) Branch Coverage: 24.5

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

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

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

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

Re: [PR] [Opt](load) use batching to optimize auto partition [doris]

2023-11-22 Thread via GitHub
zclllyybb commented on PR #26915: URL: https://github.com/apache/doris/pull/26915#issuecomment-1823429872 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] [Enhancement](function) support unix_timestamp with float [doris]

2023-11-22 Thread via GitHub
zclllyybb commented on PR #26827: URL: https://github.com/apache/doris/pull/26827#issuecomment-1823430986 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] [Enhancement](function) support unix_timestamp with float [doris]

2023-11-22 Thread via GitHub
doris-robot commented on PR #26827: URL: https://github.com/apache/doris/pull/26827#issuecomment-1823536671 TeamCity be ut coverage result: Function Coverage: 36.56% (8450/23112) Line Coverage: 28.85% (68676/238073) Region Coverage: 27.82% (35526/127678) Branch Coverage: 24.5

Re: [PR] [Opt](load) use batching to optimize auto partition [doris]

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

Re: [PR] [Enhancement](function) support unix_timestamp with float [doris]

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

Re: [PR] [Opt](load) use batching to optimize auto partition [doris]

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

Re: [PR] [Enhancement](function) support unix_timestamp with float [doris]

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

[PR] [fix](move-memtable) add timeout for load stream close wait [doris]

2023-11-22 Thread via GitHub
kaijchen opened a new pull request, #27439: URL: https://github.com/apache/doris/pull/27439 ## Proposed changes Currently there is no timeout for load stream close wait, causing sink v2 to wait forever in some rare cases. Add `close_load_stream_timeout_ms` (default: 10min) in be.co

Re: [PR] [fix](move-memtable) add timeout for load stream close wait [doris]

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

Re: [PR] [fix](move-memtable) add timeout for load stream close wait [doris]

2023-11-22 Thread via GitHub
github-actions[bot] commented on PR #27439: URL: https://github.com/apache/doris/pull/27439#issuecomment-1823587020 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] [improve](move-memtable) add switch for stream load in fe.conf [doris]

2023-11-22 Thread via GitHub
kaijchen opened a new pull request, #27440: URL: https://github.com/apache/doris/pull/27440 ## Proposed changes Add `stream_load_default_memtable_on_sink_node` (default: false) in `fe.conf`. This option controls whether to enable sink v2 if HTTP header `memtable_on_sink_node` is n

<    1   2   3   4   5   6   7   8   >