Re: [PR] [fix](case) adjust ak sk for multi cloud test case [doris]

2024-08-07 Thread via GitHub
hello-stephen merged PR #38749: URL: https://github.com/apache/doris/pull/38749 -- 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...@dori

(doris) branch master updated (3eb950119a4 -> 5e12f6789fa)

2024-08-07 Thread hellostephen
This is an automated email from the ASF dual-hosted git repository. hellostephen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 3eb950119a4 [fix](Nereids) lock table when generate distribute plan (#38950) add 5e12f6789fa [fix](case) ad

Re: [PR] [improvement](iceberg)]support doris's char/varchar to iceberg's string [doris]

2024-08-07 Thread via GitHub
github-actions[bot] commented on PR #38807: URL: https://github.com/apache/doris/pull/38807#issuecomment-2272762186 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](Json) fix some cast issue [doris]

2024-08-07 Thread via GitHub
github-actions[bot] commented on PR #38683: URL: https://github.com/apache/doris/pull/38683#issuecomment-2272762274 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] [improvement](iceberg)]support doris's char/varchar to iceberg's string [doris]

2024-08-07 Thread via GitHub
github-actions[bot] commented on PR #38807: URL: https://github.com/apache/doris/pull/38807#issuecomment-2272762250 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] Revert "[Opt](heartbeat) improve the tolerance of the cluster to occasional heartbeat failures" [doris]

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

Re: [PR] [Fix](Json) fix some cast issue [doris]

2024-08-07 Thread via GitHub
xiaokang merged PR #38683: URL: https://github.com/apache/doris/pull/38683 -- 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 (5e12f6789fa -> 353c04ee436)

2024-08-07 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 5e12f6789fa [fix](case) adjust ak sk for multi cloud test case (#38749) add 353c04ee436 [Fix](Json) fix some cast i

[PR] [Fix](Json) fix some cast issue (#38683) [doris]

2024-08-07 Thread via GitHub
eldenmoon opened a new pull request, #39025: URL: https://github.com/apache/doris/pull/39025 #38683 -- 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:

Re: [PR] [Fix](Json) fix some cast issue (#38683) [doris]

2024-08-07 Thread via GitHub
eldenmoon commented on PR #39025: URL: https://github.com/apache/doris/pull/39025#issuecomment-2272766433 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](Json) fix some cast issue (#38683) [doris]

2024-08-07 Thread via GitHub
doris-robot commented on PR #39025: URL: https://github.com/apache/doris/pull/39025#issuecomment-2272766430 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] Revert "[Opt](heartbeat) improve the tolerance of the cluster to occasional heartbeat failures" [doris]

2024-08-07 Thread via GitHub
hello-stephen merged PR #39021: URL: https://github.com/apache/doris/pull/39021 -- 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...@dori

(doris) branch master updated: Revert "[Opt](heartbeat) improve the tolerance of the cluster to occasional heartbeat failures" (#39021)

2024-08-07 Thread hellostephen
This is an automated email from the ASF dual-hosted git repository. hellostephen 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 a5df5ee8879 Revert "[Opt](heartbeat) improv

Re: [PR] [opt](bytebuffer) allocate ByteBuffer memory by Allocator [doris]

2024-08-07 Thread via GitHub
sollhui commented on PR #38960: URL: https://github.com/apache/doris/pull/38960#issuecomment-2272772939 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] Revert "[Opt](heartbeat) improve the tolerance of the cluster to occasional heartbeat failures" [doris]

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

[PR] [Bug](rf) fix rf of in filter cast data as string maybe return wrong result [doris]

2024-08-07 Thread via GitHub
zhangstar333 opened a new pull request, #39026: URL: https://github.com/apache/doris/pull/39026 two point have changed: 1. in batch_assign function: const std::string& string_value = column.stringval(); if call **insert(&string_value)**, will cast as string_ref: reinterpret_cast(da

Re: [PR] [Bug](rf) fix rf of in filter cast data as string maybe return wrong result [doris]

2024-08-07 Thread via GitHub
zhangstar333 commented on PR #39026: URL: https://github.com/apache/doris/pull/39026#issuecomment-2272773792 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] [Bug](rf) fix rf of in filter cast data as string maybe return wrong result [doris]

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

[PR] [feature](pipeline) check nullable in SET operator [doris]

2024-08-07 Thread via GitHub
Mryange opened a new pull request, #39027: URL: https://github.com/apache/doris/pull/39027 ## Proposed changes There are some issues where planning problems lead to discrepancies between the nullable attribute of the computed column and the expected output column. ``` [INTER

Re: [PR] [feature](pipeline) check nullable in SET operator [doris]

2024-08-07 Thread via GitHub
doris-robot commented on PR #39027: URL: https://github.com/apache/doris/pull/39027#issuecomment-2272777112 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] [feature](pipeline) check nullable in SET operator [doris]

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

Re: [PR] [Fix](Json) fix some cast issue (#38683) [doris]

2024-08-07 Thread via GitHub
github-actions[bot] commented on PR #39025: URL: https://github.com/apache/doris/pull/39025#issuecomment-2272778048 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](statistics)Return -1 when external table row count is unknown. [doris]

2024-08-07 Thread via GitHub
Jibing-Li commented on code in PR #38990: URL: https://github.com/apache/doris/pull/38990#discussion_r1706485695 ## fe/fe-core/src/main/java/org/apache/doris/datasource/paimon/PaimonExternalTable.java: ## @@ -187,22 +187,17 @@ public BaseAnalysisTask createAnalysisTask(AnalysisI

Re: [PR] [improvement](statistics)Return -1 when external table row count is unknown. [doris]

2024-08-07 Thread via GitHub
Jibing-Li commented on PR #38990: URL: https://github.com/apache/doris/pull/38990#issuecomment-2272781252 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

(doris) branch master updated: [Chore](load) return error reason when database/table not founded when stream load (#38967)

2024-08-07 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei 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 3aadf92e559 [Chore](load) return error reason

Re: [PR] [Chore](load) return error reason when database/table not founded when stream load [doris]

2024-08-07 Thread via GitHub
BiteThet merged PR #38967: URL: https://github.com/apache/doris/pull/38967 -- 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] [Chore](load) return error reason when database/table not founded when stream load [doris]

2024-08-07 Thread via GitHub
github-actions[bot] commented on PR #38967: URL: https://github.com/apache/doris/pull/38967#issuecomment-2272783632 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] [Bug](rf) fix rf of in filter cast data as string maybe return wrong result [doris]

2024-08-07 Thread via GitHub
github-actions[bot] commented on PR #39026: URL: https://github.com/apache/doris/pull/39026#issuecomment-2272784341 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](cluster key) cluster key support vertical_segment_writer [doris]

2024-08-07 Thread via GitHub
github-actions[bot] commented on PR #38538: URL: https://github.com/apache/doris/pull/38538#issuecomment-2272785244 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](cluster key) cluster key support vertical_segment_writer [doris]

2024-08-07 Thread via GitHub
github-actions[bot] commented on PR #38538: URL: https://github.com/apache/doris/pull/38538#issuecomment-2272785323 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] [opt](merge-on-write) Skip the alignment process of some rowsets in partial update #38487 [doris]

2024-08-07 Thread via GitHub
zhannngchen commented on PR #38686: URL: https://github.com/apache/doris/pull/38686#issuecomment-2272788175 run p1 -- 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] [feature](pipeline) check nullable in SET operator [doris]

2024-08-07 Thread via GitHub
github-actions[bot] commented on PR #39027: URL: https://github.com/apache/doris/pull/39027#issuecomment-2272788446 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](mtmv) Fix select literal result wrongly in group by when use materialized view [doris]

2024-08-07 Thread via GitHub
seawinde commented on PR #38958: URL: https://github.com/apache/doris/pull/38958#issuecomment-2272792603 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](memory) Fix Allocator release memory to correct MemTracker after TLS attach task ends [doris]

2024-08-07 Thread via GitHub
xinyiZzz commented on PR #38959: URL: https://github.com/apache/doris/pull/38959#issuecomment-2272796047 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] [Improvement](runtime-filter) send RUNTIME_BLOOM_FILTER_MAX_SIZE to backends [doris]

2024-08-07 Thread via GitHub
BiteThet merged PR #38972: URL: https://github.com/apache/doris/pull/38972 -- 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 (3aadf92e559 -> 44ac169dd48)

2024-08-07 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 3aadf92e559 [Chore](load) return error reason when database/table not founded when stream load (#38967) add 4

Re: [PR] [fix](inverted index) fix multi match result error [doris]

2024-08-07 Thread via GitHub
zzzxl1993 commented on PR #38931: URL: https://github.com/apache/doris/pull/38931#issuecomment-2272797166 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] [feature](restore) Support clean_restore property for restore job [doris]

2024-08-07 Thread via GitHub
w41ter opened a new pull request, #39028: URL: https://github.com/apache/doris/pull/39028 The restore will keep the existing tables/partitions in which the restore target is not contained, this PR adds a property clean_restore to indicate that the restore job needs to recycle those tables/p

Re: [PR] [feature](restore) Support clean_restore property for restore job [doris]

2024-08-07 Thread via GitHub
doris-robot commented on PR #39028: URL: https://github.com/apache/doris/pull/39028#issuecomment-2272798198 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](Nereids) lock table when generate distribute plan (#38950) [doris]

2024-08-07 Thread via GitHub
doris-robot commented on PR #39029: URL: https://github.com/apache/doris/pull/39029#issuecomment-2272798851 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](Nereids) lock table when generate distribute plan (#38950) [doris]

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

Re: [PR] [feature](restore) Support clean_restore property for restore job [doris]

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

[PR] [fix](Nereids) lock table when generate distribute plan (#38950) [doris]

2024-08-07 Thread via GitHub
924060929 opened a new pull request, #39029: URL: https://github.com/apache/doris/pull/39029 cherry pick from #38950 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsu

Re: [PR] [fix](function) MicroSecondsSub without scale [doris]

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

[PR] [WIP](assert_cast) Opt assert cast [doris]

2024-08-07 Thread via GitHub
zhiqiang- opened a new pull request, #39030: URL: https://github.com/apache/doris/pull/39030 ## Proposed changes Issue Number: close #xxx -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

Re: [PR] [WIP](assert_cast) Opt assert cast [doris]

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

Re: [PR] [enhancement](regression-test) agg schema value add case [doris]

2024-08-07 Thread via GitHub
cjj2010 commented on PR #38968: URL: https://github.com/apache/doris/pull/38968#issuecomment-2272801962 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] [Bug](rf) fix rf of in filter cast data as string maybe return wrong result [doris]

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

Re: [PR] [opt](bytebuffer) allocate ByteBuffer memory by Allocator [doris]

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

Re: [PR] [fix](inverted index) fix multi match result error [doris]

2024-08-07 Thread via GitHub
github-actions[bot] commented on PR #38931: URL: https://github.com/apache/doris/pull/38931#issuecomment-2272808129 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](inverted index) fix multi match result error [doris]

2024-08-07 Thread via GitHub
github-actions[bot] commented on PR #38931: URL: https://github.com/apache/doris/pull/38931#issuecomment-2272808659 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](statistics)Return -1 when external table row count is unknown. [doris]

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

Re: [PR] [feature](restore) Support clean_restore property for restore job [doris]

2024-08-07 Thread via GitHub
github-actions[bot] commented on PR #39028: URL: https://github.com/apache/doris/pull/39028#issuecomment-2272808818 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](columns)replace fatal with exception [doris]

2024-08-07 Thread via GitHub
amorynan commented on PR #38996: URL: https://github.com/apache/doris/pull/38996#issuecomment-2272811265 run compile -- 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] [Improve](columns)replace fatal with exception [doris]

2024-08-07 Thread via GitHub
amorynan commented on PR #38996: URL: https://github.com/apache/doris/pull/38996#issuecomment-2272811433 run beut -- 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

[PR] [fix](local exchange) Fix EOS processing in local exchanger [doris]

2024-08-07 Thread via GitHub
Gabriel39 opened a new pull request, #39031: URL: https://github.com/apache/doris/pull/39031 ## Proposed changes Issue Number: close #xxx -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

Re: [PR] [fix](local exchange) Fix EOS processing in local exchanger [doris]

2024-08-07 Thread via GitHub
doris-robot commented on PR #39031: URL: https://github.com/apache/doris/pull/39031#issuecomment-2272814374 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] [opt](catalog) modify some meta cache logic [doris]

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

Re: [PR] [fix](mtmv) Fix rewrite by materialized view fail when query hive table [doris]

2024-08-07 Thread via GitHub
github-actions[bot] commented on PR #38909: URL: https://github.com/apache/doris/pull/38909#issuecomment-2272818873 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](pipeline) check nullable in SET operator [doris]

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

Re: [PR] [fix](local exchange) Fix EOS processing in local exchanger [doris]

2024-08-07 Thread via GitHub
Gabriel39 commented on PR #39031: URL: https://github.com/apache/doris/pull/39031#issuecomment-2272820115 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] [WIP](assert_cast) Opt assert cast [doris]

2024-08-07 Thread via GitHub
github-actions[bot] commented on PR #39030: URL: https://github.com/apache/doris/pull/39030#issuecomment-2272820329 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](mtmv) Fix select literal result wrongly in group by when use materialized view [doris]

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

Re: [PR] [WIP](assert_cast) Opt assert cast [doris]

2024-08-07 Thread via GitHub
github-actions[bot] commented on PR #39030: URL: https://github.com/apache/doris/pull/39030#issuecomment-2272821694 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](bytebuffer) allocate ByteBuffer memory by Allocator [doris]

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

Re: [PR] [Bug](rf) fix rf of in filter cast data as string maybe return wrong result [doris]

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

[PR] [Fix](merge-on-write) Fix a typo in #37670 [doris]

2024-08-07 Thread via GitHub
bobhan1 opened a new pull request, #39032: URL: https://github.com/apache/doris/pull/39032 ## Proposed changes fix a typo in https://github.com/apache/doris/pull/37670 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

Re: [PR] [Fix](merge-on-write) Fix a typo in #37670 [doris]

2024-08-07 Thread via GitHub
doris-robot commented on PR #39032: URL: https://github.com/apache/doris/pull/39032#issuecomment-2272823383 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](merge-on-write) Fix a typo in #37670 [doris]

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

Re: [PR] [fix](local exchange) Fix EOS processing in local exchanger [doris]

2024-08-07 Thread via GitHub
github-actions[bot] commented on PR #39031: URL: https://github.com/apache/doris/pull/39031#issuecomment-2272825786 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](statistics)Return -1 when external table row count is unknown. [doris]

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

Re: [PR] [chore](nereids) Added compatibility with mysql alias filter [doris]

2024-08-07 Thread via GitHub
Toms1999 commented on PR #38640: URL: https://github.com/apache/doris/pull/38640#issuecomment-2272830226 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] [Bug](rf) fix rf of in filter cast data as string maybe return wrong result [doris]

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

Re: [PR] [opt](bytebuffer) allocate ByteBuffer memory by Allocator [doris]

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

Re: [PR] [opt](catalog) modify some meta cache logic [doris]

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

Re: [PR] [Fix](merge-on-write) Fix a typo in #37670 [doris]

2024-08-07 Thread via GitHub
github-actions[bot] commented on PR #39032: URL: https://github.com/apache/doris/pull/39032#issuecomment-2272833884 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](statistics)Return -1 when external table row count is unknown. [doris]

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

Re: [PR] [feature](pipeline) check nullable in SET operator [doris]

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

Re: [PR] [fix](mtmv) Fix select literal result wrongly in group by when use materialized view [doris]

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

Re: [PR] [fix](boolean) fix cast as boolean error [doris]

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

Re: [PR] [fix](boolean) fix cast as boolean error [doris]

2024-08-07 Thread via GitHub
github-actions[bot] commented on PR #38786: URL: https://github.com/apache/doris/pull/38786#issuecomment-2272840557 ## Possible file(s) that should be tracked in LFS detected: 🚨 The following file(s) exceeds the file size limit: `1048576` bytes, as set in the .yml configuration files

[I] [Bug] Iceberg sample issue: the doris BE process not successfully started in container. [doris]

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

Re: [PR] [fix](boolean) fix cast as boolean error [doris]

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

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

2024-08-07 Thread via GitHub
SWJTU-ZhangLei commented on code in PR #38243: URL: https://github.com/apache/doris/pull/38243#discussion_r1706546681 ## cloud/src/meta-service/meta_service_txn.cpp: ## @@ -788,6 +788,164 @@ void update_tablet_stats(const StatsTabletKeyInfo& info, const TabletStats& stat

Re: [PR] [fix](boolean) fix cast as boolean error [doris]

2024-08-07 Thread via GitHub
github-actions[bot] commented on PR #38786: URL: https://github.com/apache/doris/pull/38786#issuecomment-2272841040 ## Possible file(s) that should be tracked in LFS detected: 🚨 The following file(s) exceeds the file size limit: `1048576` bytes, as set in the .yml configuration files

Re: [PR] [opt](catalog) modify some meta cache logic [doris]

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

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

2024-08-07 Thread via GitHub
SWJTU-ZhangLei commented on code in PR #38243: URL: https://github.com/apache/doris/pull/38243#discussion_r1706546958 ## cloud/src/meta-service/meta_service_txn.cpp: ## @@ -788,6 +788,164 @@ void update_tablet_stats(const StatsTabletKeyInfo& info, const TabletStats& stat

[PR] [Fix]Fix wg test failed in cloud mode [doris]

2024-08-07 Thread via GitHub
wangbo opened a new pull request, #39034: URL: https://github.com/apache/doris/pull/39034 ## Proposed changes Issue Number: close #xxx -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

Re: [PR] [Fix]Fix wg test failed in cloud mode [doris]

2024-08-07 Thread via GitHub
doris-robot commented on PR #39034: URL: https://github.com/apache/doris/pull/39034#issuecomment-2272843440 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]Fix wg test failed in cloud mode [doris]

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

Re: [PR] [fix](inverted index) warm up inverted index [doris]

2024-08-07 Thread via GitHub
gavinchou commented on code in PR #38986: URL: https://github.com/apache/doris/pull/38986#discussion_r1706550390 ## be/src/io/cache/block_file_cache_downloader.h: ## @@ -76,7 +76,7 @@ class FileCacheBlockDownloader { private: void download_file_cache_block(const Download

Re: [PR] [fix](planner) Empty table source should not begin a transaction to avoid infinite transaction [doris]

2024-08-07 Thread via GitHub
TangSiyang2001 commented on PR #38991: URL: https://github.com/apache/doris/pull/38991#issuecomment-2272846308 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](pipeline) check nullable in SET operator [doris]

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

Re: [PR] [Fix]Fix wg test failed in cloud mode [doris]

2024-08-07 Thread via GitHub
github-actions[bot] commented on PR #39034: URL: https://github.com/apache/doris/pull/39034#issuecomment-2272847593 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]Fix wg test failed in cloud mode [doris]

2024-08-07 Thread via GitHub
github-actions[bot] commented on PR #39034: URL: https://github.com/apache/doris/pull/39034#issuecomment-2272847537 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](mtmv) Fix select literal result wrongly in group by when use materialized view [doris]

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

Re: [PR] [feature](nereids) Support SELECT * REPLACE clause [doris]

2024-08-07 Thread via GitHub
macroguo-ghy commented on PR #38680: URL: https://github.com/apache/doris/pull/38680#issuecomment-2272848466 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] [fix](boolean) fix cast as boolean error [doris]

2024-08-07 Thread via GitHub
github-actions[bot] commented on PR #38786: URL: https://github.com/apache/doris/pull/38786#issuecomment-2272851164 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](boolean) fix cast as boolean error [doris]

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

(doris) branch branch-2.1 updated: [bugfix](backup)(cooldown) cancel backup properly when be backup failed (#38724) (#38993)

2024-08-07 Thread w41ter
This is an automated email from the ASF dual-hosted git repository. w41ter 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 7e95d7cbec7 [bugfix](backup)(cooldown) ca

  1   2   3   4   5   6   7   8   9   10   >