Re: [PR] [fix](ip) fix datatype serde for ipv6 with rowstore [doris]

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

Re: [PR] [fix](ip) fix datatype serde for ipv6 with rowstore [doris]

2024-11-04 Thread via GitHub
yiguolei commented on code in PR #43065: URL: https://github.com/apache/doris/pull/43065#discussion_r1827584343 ## be/src/vec/data_types/serde/data_type_ipv6_serde.cpp: ## @@ -69,25 +69,17 @@ Status DataTypeIPv6SerDe::write_column_to_mysql(const IColumn& column, } void Data

Re: [PR] [fix](ip) fix datatype serde for ipv6 with rowstore [doris]

2024-11-04 Thread via GitHub
yiguolei commented on code in PR #43065: URL: https://github.com/apache/doris/pull/43065#discussion_r1827583252 ## be/src/vec/data_types/serde/data_type_ipv6_serde.cpp: ## @@ -69,25 +69,17 @@ Status DataTypeIPv6SerDe::write_column_to_mysql(const IColumn& column, } void Data

Re: [PR] [Improment]add internal workload group [doris]

2024-11-04 Thread via GitHub
wangbo commented on code in PR #42006: URL: https://github.com/apache/doris/pull/42006#discussion_r1827583835 ## fe/fe-core/src/main/java/org/apache/doris/resource/workloadgroup/WorkloadGroupMgr.java: ## @@ -375,44 +382,84 @@ public void createWorkloadGroup(CreateWorkloadGroupSt

Re: [PR] [feature](table-function)support pose_explode table function [doris]

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

Re: [PR] [feature](table-function)support pose_explode table function [doris]

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

Re: [PR] [Doc](systable) Support system table information_schema.partitions [doris-website]

2024-11-04 Thread via GitHub
KassieZ commented on code in PR #1277: URL: https://github.com/apache/doris-website/pull/1277#discussion_r1827585915 ## i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/system-tables/information_schema/partitions.md: ## @@ -26,14 +26,12 @@ under the License. ##

Re: [PR] [fix](ip) fix datatype serde for ipv6 with rowstore [doris]

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

Re: [PR] [Opt](exec) change transmit block to rw lock to opt performance [doris]

2024-11-04 Thread via GitHub
doris-robot commented on PR #43223: URL: https://github.com/apache/doris/pull/43223#issuecomment-2454491583 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] [test](mv) Fix regression test out text is wrong [doris]

2024-11-04 Thread via GitHub
seawinde commented on PR #43095: URL: https://github.com/apache/doris/pull/43095#issuecomment-2454489847 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](exec) change transmit block to rw lock to opt performance [doris]

2024-11-04 Thread via GitHub
HappenLee commented on PR #43223: URL: https://github.com/apache/doris/pull/43223#issuecomment-2454492189 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] [Opt](exec) change transmit block to rw lock to opt performance [doris]

2024-11-04 Thread via GitHub
HappenLee opened a new pull request, #43223: URL: https://github.com/apache/doris/pull/43223 ### What problem does this PR solve? ![image](https://github.com/user-attachments/assets/1791cb1b-1b97-4dd3-9328-7e7ef96c3583) Related PR: #xxx Problem Summary:

Re: [PR] [Opt](exec) change transmit block to rw lock to opt performance [doris]

2024-11-04 Thread via GitHub
github-actions[bot] commented on PR #43223: URL: https://github.com/apache/doris/pull/43223#issuecomment-2454499017 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](load) show 99.99% instead of 100.00% in progess when load is not finished [doris]

2024-11-04 Thread via GitHub
kaijchen commented on PR #43224: URL: https://github.com/apache/doris/pull/43224#issuecomment-2454560805 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

(doris) branch branch-3.0 updated: [enhancement](cloud) refine block file cache evict policy (#42451) (#43201)

2024-11-04 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new 8120c598d35 [enhancement](cloud) ref

[PR] [improve](load) show 99.99% instead of 100.00% in progess when load is not finished [doris]

2024-11-04 Thread via GitHub
kaijchen opened a new pull request, #43224: URL: https://github.com/apache/doris/pull/43224 ### What problem does this PR solve? Currently when all instances finished, but the load is not finished, the progress will display `100.00%`, which is misleading to users. This PR det

Re: [PR] [enhancement](cloud) refine block file cache evict policy (#42451) [doris]

2024-11-04 Thread via GitHub
dataroaring merged PR #43201: URL: https://github.com/apache/doris/pull/43201 -- 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] [Opt](exec) change transmit block to rw lock to opt performance [doris]

2024-11-04 Thread via GitHub
doris-robot commented on PR #43223: URL: https://github.com/apache/doris/pull/43223#issuecomment-2454567514 TeamCity be ut coverage result: Function Coverage: 37.80% (9819/25975) Line Coverage: 28.97% (81647/281816) Region Coverage: 28.21% (42096/149198) Branch Coverage: 24.8

Re: [PR] [fix](cloud) fix read cache block file return stat NOT_FOUND [doris]

2024-11-04 Thread via GitHub
gavinchou commented on code in PR #43220: URL: https://github.com/apache/doris/pull/43220#discussion_r1827654667 ## be/src/io/cache/fs_file_cache_storage.cpp: ## @@ -270,6 +276,18 @@ std::string FSFileCacheStorage::get_path_in_local_cache_old_ttl_format(const std return Pa

Re: [PR] [improve](load) show 99.99% instead of 100.00% in progess when load is not finished [doris]

2024-11-04 Thread via GitHub
github-actions[bot] commented on PR #43224: URL: https://github.com/apache/doris/pull/43224#issuecomment-2454592247 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] [improve](load) show 99.99% instead of 100.00% in progess when load is not finished [doris]

2024-11-04 Thread via GitHub
github-actions[bot] commented on PR #43224: URL: https://github.com/apache/doris/pull/43224#issuecomment-2454592185 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](table-function)support pose_explode table function [doris]

2024-11-04 Thread via GitHub
zhangstar333 commented on PR #43221: URL: https://github.com/apache/doris/pull/43221#issuecomment-2454598257 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] [Refactor](BE) Uniform Expr, Block, Columns size-relative interface (Part I) [doris]

2024-11-04 Thread via GitHub
doris-robot commented on PR #42930: URL: https://github.com/apache/doris/pull/42930#issuecomment-2454259325 TeamCity be ut coverage result: Function Coverage: 37.81% (9821/25975) Line Coverage: 28.98% (81682/281811) Region Coverage: 28.23% (42110/149182) Branch Coverage: 24.8

Re: [PR] [Test](segcompaction) refine segment compaction inverted index ut case [doris]

2024-11-04 Thread via GitHub
github-actions[bot] commented on PR #43219: URL: https://github.com/apache/doris/pull/43219#issuecomment-2454277695 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] [feature](table-function)support pose_explode table function [doris]

2024-11-04 Thread via GitHub
zhangstar333 opened a new pull request, #43221: URL: https://github.com/apache/doris/pull/43221 ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: ### Check List (For Committer) - Test - [x

Re: [PR] [feature](table-function)support pose_explode table function [doris]

2024-11-04 Thread via GitHub
doris-robot commented on PR #43221: URL: https://github.com/apache/doris/pull/43221#issuecomment-2454350026 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](test) fix some test cases #43217 [doris]

2024-11-04 Thread via GitHub
github-actions[bot] commented on PR #43216: URL: https://github.com/apache/doris/pull/43216#issuecomment-2454419528 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](TabletSchema) reuse TabletColumn info to reduce mem [doris]

2024-11-04 Thread via GitHub
doris-robot commented on PR #42448: URL: https://github.com/apache/doris/pull/42448#issuecomment-2454420662 TeamCity be ut coverage result: Function Coverage: 37.84% (9832/25984) Line Coverage: 29.00% (81742/281883) Region Coverage: 28.24% (42135/149221) Branch Coverage: 24.8

Re: [PR] [fix](test) fix some test cases #43217 [doris]

2024-11-04 Thread via GitHub
github-actions[bot] commented on PR #43216: URL: https://github.com/apache/doris/pull/43216#issuecomment-2454419459 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](segcompaction) refine segment compaction inverted index ut case [doris]

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

Re: [PR] [feature](table-function)support pose_explode table function [doris]

2024-11-04 Thread via GitHub
cambyzju commented on code in PR #43221: URL: https://github.com/apache/doris/pull/43221#discussion_r1827698852 ## fe/fe-core/src/main/java/org/apache/doris/catalog/BuiltinTableGeneratingFunctions.java: ## @@ -71,7 +73,9 @@ public class BuiltinTableGeneratingFunctions implements

Re: [PR] [improve](load) show 99.99% instead of 100.00% in progess when load is not finished [doris]

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

(doris) branch master updated: [Feat](Nereids) support unset command (#43103)

2024-11-04 Thread starocean999
This is an automated email from the ASF dual-hosted git repository. starocean999 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 ee635a8fefa [Feat](Nereids) support unset c

Re: [PR] [feature](table-function)support pose_explode table function [doris]

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

Re: [I] [Enhancement] (nereids)implement UnsetCommand in nereids [doris]

2024-11-04 Thread via GitHub
starocean999 closed issue #43102: [Enhancement] (nereids)implement UnsetCommand in nereids URL: https://github.com/apache/doris/issues/43102 -- 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 speci

Re: [I] [Bug] enable_fold_constant_by_be设置为true和false的时候sql结果不一致 [doris]

2024-11-04 Thread via GitHub
felixwluo commented on issue #43061: URL: https://github.com/apache/doris/issues/43061#issuecomment-2454684727 Let me see -- 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: [I] [Enhancement] (nereids)implement UnsetCommand in nereids [doris]

2024-11-04 Thread via GitHub
starocean999 closed issue #43102: [Enhancement] (nereids)implement UnsetCommand in nereids URL: https://github.com/apache/doris/issues/43102 -- 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 speci

Re: [PR] [fix](index compaction)Skip writing terms with a doc frequency of 0 (#43113) [doris]

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

Re: [PR] [test](mtmv)Test and check the differences between MTMV and OLAP [doris]

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

(doris) branch branch-3.0 updated: [test](move memtable) fix move memtable injection case fail (#42639) (#42671)

2024-11-04 Thread liaoxin
This is an automated email from the ASF dual-hosted git repository. liaoxin pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new d5c8b9a7cfa [test](move memtable) fix mo

Re: [PR] [test](move memtable) fix move memtable injection case fail (#42639) [doris]

2024-11-04 Thread via GitHub
liaoxin01 merged PR #42671: URL: https://github.com/apache/doris/pull/42671 -- 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] add force in the tosql for drop table and drop database [doris]

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

Re: [PR] [improve](udf) support load data with udf functions [doris]

2024-11-04 Thread via GitHub
github-actions[bot] commented on PR #43029: URL: https://github.com/apache/doris/pull/43029#issuecomment-2454955363 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] [improve](routine load) adjust default values to make routine load more convenient to use [doris]

2024-11-04 Thread via GitHub
liaoxin01 merged PR #42968: URL: https://github.com/apache/doris/pull/42968 -- 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] [feature](table-function)support posexplode table function [doris]

2024-11-04 Thread via GitHub
doris-robot commented on PR #43221: URL: https://github.com/apache/doris/pull/43221#issuecomment-2454941328 TeamCity be ut coverage result: Function Coverage: 37.80% (9822/25986) Line Coverage: 28.98% (81693/281939) Region Coverage: 28.21% (42102/149255) Branch Coverage: 24.8

Re: [PR] [test](routine load) add routine load doc case [doris]

2024-11-04 Thread via GitHub
sollhui commented on PR #43230: URL: https://github.com/apache/doris/pull/43230#issuecomment-2454964831 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] [test](routine load) add routine load doc case [doris]

2024-11-04 Thread via GitHub
sollhui opened a new pull request, #43230: URL: https://github.com/apache/doris/pull/43230 Add routine load doc case. -- 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](table-function)support posexplode table function [doris]

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

Re: [PR] [feature](stream-load) support stream load endpoint redirect policy [doris]

2024-11-04 Thread via GitHub
liaoxin01 commented on PR #42881: URL: https://github.com/apache/doris/pull/42881#issuecomment-2454963533 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 auto-pick-42647-branch-3.0 updated (25e213ed97f -> 8af0dd25a8e)

2024-11-04 Thread eldenmoon
This is an automated email from the ASF dual-hosted git repository. eldenmoon pushed a change to branch auto-pick-42647-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git from 25e213ed97f [fix](auditlog) set isQuery to true when query is short circuited (#42647) add

(doris) branch auto-pick-41482-branch-3.0 updated (f85ade154b4 -> a9d1381e4eb)

2024-11-04 Thread eldenmoon
This is an automated email from the ASF dual-hosted git repository. eldenmoon pushed a change to branch auto-pick-41482-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git from f85ade154b4 [cloud](Variant) limit column size in MetaService and support handle rowset schema

Re: [PR] [fix](auditlog) set isQuery to true when query is short circuited(#42647) [doris]

2024-11-04 Thread via GitHub
eldenmoon commented on PR #43067: URL: https://github.com/apache/doris/pull/43067#issuecomment-2454978506 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] [cloud](Variant) limit column size in MetaService and support handle rowset schema in backend side(#41482) [doris]

2024-11-04 Thread via GitHub
eldenmoon commented on PR #43093: URL: https://github.com/apache/doris/pull/43093#issuecomment-245491 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] [test](routine load) add routine load doc case [doris]

2024-11-04 Thread via GitHub
doris-robot commented on PR #43230: URL: https://github.com/apache/doris/pull/43230#issuecomment-2454964501 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] [profile](rpc) enable merge rpc max time in profile [doris]

2024-11-04 Thread via GitHub
doris-robot commented on PR #43229: URL: https://github.com/apache/doris/pull/43229#issuecomment-2454985945 TeamCity be ut coverage result: Function Coverage: 37.81% (9822/25975) Line Coverage: 28.99% (81703/281816) Region Coverage: 28.23% (42113/149198) Branch Coverage: 24.8

Re: [PR] [feature](table-function)support posexplode table function [doris]

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

Re: [PR] [enhancement][docker]update kafka docker file for branch-2.0" [doris]

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

Re: [PR] [feat](nereids)disable join reorder if any table row count is not available [doris]

2024-11-04 Thread via GitHub
github-actions[bot] commented on PR #43000: URL: https://github.com/apache/doris/pull/43000#issuecomment-2454034637 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] [nereids](enhance) Added order by and limit expr for show routine load [doris]

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

Re: [PR] [feat](nereids)disable join reorder if any table row count is not available [doris]

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

2024-11-04 Thread via GitHub
LiBinfeng-01 commented on PR #43103: URL: https://github.com/apache/doris/pull/43103#issuecomment-2454037199 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] [Refactor](BE) Uniform Expr, Block, Columns size-relative interface (Part I) [doris]

2024-11-04 Thread via GitHub
github-actions[bot] commented on code in PR #42930: URL: https://github.com/apache/doris/pull/42930#discussion_r1827319352 ## be/src/util/simd/bits.h: ## @@ -27,8 +28,7 @@ #include "util/sse_util.hpp" Review Comment: warning: 'util/sse_util.hpp' file not found [clang-diag

Re: [PR] [fix](auto_partition)add some log to verify load correct [doris]

2024-11-04 Thread via GitHub
zfr9527 commented on PR #35816: URL: https://github.com/apache/doris/pull/35816#issuecomment-2454042204 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](auto_partition)add some log to verify load correct [doris]

2024-11-04 Thread via GitHub
zfr9527 closed pull request #35816: [fix](auto_partition)add some log to verify load correct URL: https://github.com/apache/doris/pull/35816 -- 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 speci

Re: [PR] [profile](rpc) enable merge rpc max time in profile [doris]

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

[PR] opt description of row-store [doris-website]

2024-11-04 Thread via GitHub
eldenmoon opened a new pull request, #1284: URL: https://github.com/apache/doris-website/pull/1284 # Versions - [ ] dev - [ ] 3.0 - [ ] 2.1 - [ ] 2.0 # Languages - [ ] Chinese - [ ] English -- This is an automated message from the Apache Git Service. T

Re: [PR] [fix](ip) fix datatype serde for ipv6 with rowstore [doris]

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

Re: [PR] [profile](rpc) enable merge rpc max time in profile [doris]

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

Re: [PR] [fix](cloud) fix read cache block file return stat NOT_FOUND [doris]

2024-11-04 Thread via GitHub
gavinchou commented on code in PR #43220: URL: https://github.com/apache/doris/pull/43220#discussion_r1827943721 ## be/src/io/cache/fs_file_cache_storage.h: ## @@ -75,6 +75,9 @@ class FSFileCacheStorage : public FileCacheStorage {

Re: [I] [Enhancement] (nereids)implement DropRoleCommand in nereids [doris]

2024-11-04 Thread via GitHub
Vallishp commented on issue #42618: URL: https://github.com/apache/doris/issues/42618#issuecomment-2455028205 i will pick it. thanks -- 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 c

Re: [PR] [fix](ip) fix datatype serde for ipv6 with rowstore [doris]

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

Re: [PR] [feature](table-function)support posexplode table function [doris]

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

Re: [PR] [fix](ip) fix datatype serde for ipv6 with rowstore [doris]

2024-11-04 Thread via GitHub
doris-robot commented on PR #43065: URL: https://github.com/apache/doris/pull/43065#issuecomment-2455002869 TeamCity be ut coverage result: Function Coverage: 37.83% (9826/25977) Line Coverage: 29.00% (81720/281826) Region Coverage: 28.23% (42116/149200) Branch Coverage: 24.8

Re: [PR] [profile](rpc) enable merge rpc max time in profile [doris]

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

Re: [PR] [feat](cloud) S3 storage vault support property `use_path_style` [doris]

2024-11-04 Thread via GitHub
gavinchou commented on code in PR #43060: URL: https://github.com/apache/doris/pull/43060#discussion_r1827949184 ## fe/fe-core/src/main/java/org/apache/doris/datasource/property/constants/S3Properties.java: ## @@ -334,6 +335,18 @@ public static Cloud.ObjectStoreInfoPB.Builder g

Re: [PR] [feat](cloud) S3 storage vault support property `use_path_style` [doris]

2024-11-04 Thread via GitHub
gavinchou commented on code in PR #43060: URL: https://github.com/apache/doris/pull/43060#discussion_r1827950967 ## fe/fe-core/src/main/java/org/apache/doris/datasource/property/constants/S3Properties.java: ## @@ -334,6 +335,18 @@ public static Cloud.ObjectStoreInfoPB.Builder g

Re: [PR] [cloud](storage vault) Rewrite vaults regression test and fix two error (#42411) [doris]

2024-11-04 Thread via GitHub
gavinchou commented on code in PR #43207: URL: https://github.com/apache/doris/pull/43207#discussion_r1827957263 ## regression-test/suites/vault_p0/alter/test_alter_hdfs_vault.groovy: ## @@ -0,0 +1,98 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more

Re: [PR] [fix](auditlog) set isQuery to true when query is short circuited(#42647) [doris]

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

Re: [PR] [Enhancement] (nereids)implement DropRoleCommand in nereids [doris]

2024-11-04 Thread via GitHub
Vallishp commented on PR #43231: URL: https://github.com/apache/doris/pull/43231#issuecomment-2455083279 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](auditlog) set isQuery to true when query is short circuited(#42647) [doris]

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

Re: [PR] [Enhancement] (nereids)implement DropRoleCommand in nereids [doris]

2024-11-04 Thread via GitHub
doris-robot commented on PR #43231: URL: https://github.com/apache/doris/pull/43231#issuecomment-2455082550 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] [test](routine load) add routine load doc case [doris]

2024-11-04 Thread via GitHub
sollhui commented on PR #43230: URL: https://github.com/apache/doris/pull/43230#issuecomment-2455117198 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](ip) fix datatype serde for ipv6 with rowstore [doris]

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

Re: [PR] [feature](stream-load) support stream load endpoint redirect policy [doris]

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

Re: [PR] [Enhancement] (nereids)implement DropRoleCommand in nereids [doris]

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

(doris) branch branch-3.0 updated: [fix](regression-test) Revome "UNIQUE KEY (k1)" case for test_dynamic_partition_mod_distribution_key (#41002) (#43181)

2024-11-04 Thread gavinchou
This is an automated email from the ASF dual-hosted git repository. gavinchou pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new 874f58e4369 [fix](regression-test) Rev

Re: [PR] [enhancement](rowset-meta) Remove rowset meta from olap meta directly… [doris]

2024-11-04 Thread via GitHub
github-actions[bot] commented on PR #43184: URL: https://github.com/apache/doris/pull/43184#issuecomment-2455185523 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] [Dependency](Fe) Upgrade HikariCP version to 6.0.0 [doris]

2024-11-04 Thread via GitHub
doris-robot commented on PR #43234: URL: https://github.com/apache/doris/pull/43234#issuecomment-2455291448 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] [Dependency](Fe) Upgrade HikariCP version to 6.0.0 [doris]

2024-11-04 Thread via GitHub
zy-kkk commented on PR #43234: URL: https://github.com/apache/doris/pull/43234#issuecomment-2455291555 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] [test](doc) add some delete-example in doris's doc to regression test [doris]

2024-11-04 Thread via GitHub
yagagagaga commented on PR #43148: URL: https://github.com/apache/doris/pull/43148#issuecomment-2455309990 run p0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubsc

Re: [PR] [test](doc) add some delete-example in doris's doc to regression test [doris]

2024-11-04 Thread via GitHub
yagagagaga commented on PR #43148: URL: https://github.com/apache/doris/pull/43148#issuecomment-2455310231 run cloud_p0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To u

[PR] [Dependency](Fe) Upgrade HikariCP version to 6.0.0 [doris]

2024-11-04 Thread via GitHub
zy-kkk opened a new pull request, #43234: URL: https://github.com/apache/doris/pull/43234 ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: ### Check List (For Committer) - Test - [ ] Regr

Re: [PR] branch-3.0: [Feature](cloud) Add cloud report for clean up expired tablets [doris]

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

Re: [PR] [feat](nereids) estimate filter stats for large And [doris]

2024-11-04 Thread via GitHub
englefly commented on PR #43214: URL: https://github.com/apache/doris/pull/43214#issuecomment-2454283749 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](cloud) fix read cache block file return stat NOT_FOUND [doris]

2024-11-04 Thread via GitHub
freemandealer commented on PR #43220: URL: https://github.com/apache/doris/pull/43220#issuecomment-2454285239 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

[PR] [fix](cloud) fix read cache block file return stat NOT_FOUND [doris]

2024-11-04 Thread via GitHub
freemandealer opened a new pull request, #43220: URL: https://github.com/apache/doris/pull/43220 Previously, cache blocks could be downloaded as different types than the target type we intended to read, leading to false cache misses. E.g., a block might be downloaded as an 'idx' type when t

Re: [PR] [fix](cloud) fix read cache block file return stat NOT_FOUND [doris]

2024-11-04 Thread via GitHub
doris-robot commented on PR #43220: URL: https://github.com/apache/doris/pull/43220#issuecomment-2454285122 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] [Improve](auditlog) audit log print real sql in prepared statement [doris]

2024-11-04 Thread via GitHub
eldenmoon commented on code in PR #43038: URL: https://github.com/apache/doris/pull/43038#discussion_r1827481839 ## fe/fe-core/src/main/java/org/apache/doris/plugin/AuditEvent.java: ## @@ -60,6 +60,8 @@ public enum EventType { public String ctl = ""; @AuditField(value

Re: [PR] [feat](nereids)Compressed materialize for aggregate and sort [doris]

2024-11-04 Thread via GitHub
englefly commented on PR #42408: URL: https://github.com/apache/doris/pull/42408#issuecomment-2454284961 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] [Test](index compaction) refine index compaction case [doris]

2024-11-04 Thread via GitHub
airborne12 merged PR #43203: URL: https://github.com/apache/doris/pull/43203 -- 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

  1   2   3   4   5   6   7   8   >