Re: [PR] [feature](inverted index) add index searcher after writing inverted index [doris]

2025-02-04 Thread via GitHub
airborne12 commented on code in PR #43992: URL: https://github.com/apache/doris/pull/43992#discussion_r1942397400 ## be/src/olap/rowset/segment_v2/inverted_index_file_writer.cpp: ## @@ -120,6 +123,62 @@ int64_t InvertedIndexFileWriter::headerLength() { return header_size;

Re: [PR] [feature](inverted index) add index searcher after writing inverted index [doris]

2025-02-04 Thread via GitHub
airborne12 commented on code in PR #43992: URL: https://github.com/apache/doris/pull/43992#discussion_r1942395576 ## be/src/olap/rowset/segment_v2/inverted_index_file_writer.cpp: ## @@ -120,6 +123,62 @@ int64_t InvertedIndexFileWriter::headerLength() { return header_size;

Re: [PR] [opt](mtmv) Support rewritten by mv when query has limit or topN which could be pushed but mv doesn't have [doris]

2025-02-04 Thread via GitHub
doris-robot commented on PR #45606: URL: https://github.com/apache/doris/pull/45606#issuecomment-2635994554 ClickBench: Total hot run time: 29.99 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [fix](local shuffle) Set serial execution for schema scan operator [doris]

2025-02-04 Thread via GitHub
Gabriel39 commented on PR #47498: URL: https://github.com/apache/doris/pull/47498#issuecomment-2635988320 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] [Refactor](UDF) Refactor the java udf code to reduce the unless code [doris]

2025-02-04 Thread via GitHub
HappenLee commented on PR #47505: URL: https://github.com/apache/doris/pull/47505#issuecomment-2635987805 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] [Refactor](UDF) Refactor the java udf code to reduce the unless code [doris]

2025-02-04 Thread via GitHub
hello-stephen commented on PR #47505: URL: https://github.com/apache/doris/pull/47505#issuecomment-2635985522 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+pro

Re: [PR] [opt](mtmv) Support rewritten by mv when query has limit or topN which could be pushed but mv doesn't have [doris]

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

[PR] [Refactor](UDF) Refactor the java udf code to reduce the unless code [doris]

2025-02-04 Thread via GitHub
HappenLee opened a new pull request, #47505: URL: https://github.com/apache/doris/pull/47505 ### What problem does this PR solve? Refactor the java udf code to reduce the unless code 1. `JavaUdfDataTypeSet` to `JavaUdfDataTypeMap` speed up is support search 2. Rewrite the JavaUd

Re: [PR] [fix](local shuffle) Set serial execution for schema scan operator [doris]

2025-02-04 Thread via GitHub
doris-robot commented on PR #47498: URL: https://github.com/apache/doris/pull/47498#issuecomment-2635982903 ClickBench: Total hot run time: 31.05 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [feature](iceberg) support s3 tables [doris]

2025-02-04 Thread via GitHub
doris-robot commented on PR #47115: URL: https://github.com/apache/doris/pull/47115#issuecomment-2635976847 TeamCity be ut coverage result: Function Coverage: 42.09% (11004/26142) Line Coverage: 32.36% (92896/287035) Region Coverage: 31.51% (47624/151146) Branch Coverage: 27.

Re: [PR] [fix](nereids) fix range inference generate an empty range [doris]

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

Re: [PR] [opt](nereids) compare literal not convert to legacy literal and fix ip literal compareTo always equals 0 [doris]

2025-02-04 Thread via GitHub
yujun777 commented on PR #46482: URL: https://github.com/apache/doris/pull/46482#issuecomment-2635972924 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 uns

Re: [PR] [fix](local shuffle) Set serial execution for schema scan operator [doris]

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

[PR] [opt](compile) optimize icu library compilation [doris-thirdparty]

2025-02-04 Thread via GitHub
zzzxl1993 opened a new pull request, #280: URL: https://github.com/apache/doris-thirdparty/pull/280 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscr

(doris-website) branch asf-site updated (fcc36f9b64a -> 33fba517bce)

2025-02-04 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/doris-website.git discard fcc36f9b64a Automated deployment with doris branch @ b16bf8939935964ce96307814e0f16a2146e0e7e new 3

Re: [PR] [opt](mtmv) Support rewritten by mv when query has limit or topN which could be pushed but mv doesn't have [doris]

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

Re: [PR] [enhancement](plugin) logstash: add retry queue without blocking tasks [doris]

2025-02-04 Thread via GitHub
joker-star-l commented on PR #44999: URL: https://github.com/apache/doris/pull/44999#issuecomment-2635920716 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] [fix](local shuffle) Set serial execution for schema scan operator [doris]

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

Re: [PR] [enhance](runtime filter) impl partition pruning in runtime filer [doris]

2025-02-04 Thread via GitHub
morningman commented on code in PR #47025: URL: https://github.com/apache/doris/pull/47025#discussion_r1917936240 ## be/src/vec/exec/scan/vfile_scanner.cpp: ## @@ -752,6 +831,16 @@ Status VFileScanner::_get_next_reader() { const TFileRangeDesc& range = _current_range;

Re: [PR] [enhance](runtime filter) impl partition pruning in runtime filer [doris]

2025-02-04 Thread via GitHub
morningman commented on code in PR #47025: URL: https://github.com/apache/doris/pull/47025#discussion_r1917936240 ## be/src/vec/exec/scan/vfile_scanner.cpp: ## @@ -752,6 +831,16 @@ Status VFileScanner::_get_next_reader() { const TFileRangeDesc& range = _current_range;

Re: [PR] [feature](iceberg) support s3 tables [doris]

2025-02-04 Thread via GitHub
doris-robot commented on PR #47115: URL: https://github.com/apache/doris/pull/47115#issuecomment-2635872037 ClickBench: Total hot run time: 30.1 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools C

Re: [PR] [opt](mtmv) Support rewritten by mv when query has limit or topN which could be pushed but mv doesn't have [doris]

2025-02-04 Thread via GitHub
github-actions[bot] commented on PR #45606: URL: https://github.com/apache/doris/pull/45606#issuecomment-2635866794 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](iceberg) support s3 tables [doris]

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

Re: [PR] [feature](inverted index) Add profile statistics for each condition in inverted index filters [doris]

2025-02-04 Thread via GitHub
zzzxl1993 commented on PR #47504: URL: https://github.com/apache/doris/pull/47504#issuecomment-2635864502 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] [opt](mtmv) Support rewritten by mv when query has limit or topN which could be pushed but mv doesn't have [doris]

2025-02-04 Thread via GitHub
morrySnow commented on PR #45606: URL: https://github.com/apache/doris/pull/45606#issuecomment-2635864421 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](inverted index) Add profile statistics for each condition in inverted index filters [doris]

2025-02-04 Thread via GitHub
zzzxl1993 opened a new pull request, #47504: URL: https://github.com/apache/doris/pull/47504 ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: ### Release note None ### Check List (For Author) - Tes

Re: [PR] [feature](inverted index) Add profile statistics for each condition in inverted index filters [doris]

2025-02-04 Thread via GitHub
Thearas commented on PR #47504: URL: https://github.com/apache/doris/pull/47504#issuecomment-2635863317 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] [refactor](Nereids) refactor set_var hint which functional same as set var command [doris]

2025-02-04 Thread via GitHub
morrySnow commented on code in PR #46465: URL: https://github.com/apache/doris/pull/46465#discussion_r1942322271 ## fe/fe-core/src/main/java/org/apache/doris/nereids/parser/LogicalPlanBuilder.java: ## Review Comment: maybe need fix in next PR: all set var logic in `hint` sh

Re: [PR] [opt](nereids) compare literal not convert to legacy literal and fix ip literal compareTo always equals 0 [doris]

2025-02-04 Thread via GitHub
yujun777 commented on PR #46482: URL: https://github.com/apache/doris/pull/46482#issuecomment-2635852559 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 uns

Re: [PR] [Enhancement] Support some compress functions [doris]

2025-02-04 Thread via GitHub
lzyy2024 commented on code in PR #47307: URL: https://github.com/apache/doris/pull/47307#discussion_r1942316823 ## be/src/vec/functions/function_compress.cpp: ## @@ -0,0 +1,240 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agre

Re: [PR] [feature](iceberg) support s3 tables [doris]

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

Re: [PR] Fixed resource loading issue [doris-website]

2025-02-04 Thread via GitHub
song7788q commented on PR #1963: URL: https://github.com/apache/doris-website/pull/1963#issuecomment-2635827578 LGTM -- 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] [feature](inverted index) add index searcher after writing inverted index [doris]

2025-02-04 Thread via GitHub
doris-robot commented on PR #43992: URL: https://github.com/apache/doris/pull/43992#issuecomment-2635832454 TeamCity be ut coverage result: Function Coverage: 42.10% (11013/26161) Line Coverage: 32.37% (92937/287120) Region Coverage: 31.53% (47662/151184) Branch Coverage: 27.

(doris) branch auto-pick-47457-branch-2.1 updated (87bb209b132 -> 795bbc54adf)

2025-02-04 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch auto-pick-47457-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git discard 87bb209b132 [fix](test)rm hms event use_meta_chache is false case. (#47457) add 5240e6fd361

Re: [PR] [cherry-pick](branch-3.0) Pick "[Fix](recycler) Further fix for #47475 (#47486)" [doris]

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

(doris) branch branch-3.0 updated: [cherry-pick](branch-3.0) Pick "[Fix](recycler) Further fix for #47475 (#47486)" (#47499)

2025-02-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 9b8a190e715 [cherry-pick](branch-3.0)

Re: [PR] branch-2.1: [fix](case)rm hms event use_meta_chache is false case. #47457 [doris]

2025-02-04 Thread via GitHub
yiguolei commented on PR #47492: URL: https://github.com/apache/doris/pull/47492#issuecomment-2635832048 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] [Enhancement] Support some compress functions [doris]

2025-02-04 Thread via GitHub
lzyy2024 commented on code in PR #47307: URL: https://github.com/apache/doris/pull/47307#discussion_r1942316823 ## be/src/vec/functions/function_compress.cpp: ## @@ -0,0 +1,240 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agre

Re: [PR] [enhancement](plugin) logstash: add retry queue without blocking tasks [doris]

2025-02-04 Thread via GitHub
xiaokang commented on code in PR #44999: URL: https://github.com/apache/doris/pull/44999#discussion_r1942321042 ## extension/logstash/lib/logstash/outputs/doris.rb: ## @@ -131,22 +134,45 @@ def register end end + if @max_retry_queue_mb <= 0 + @max

Re: [PR] [fix](local shuffle) Set serial execution for schema scan operator [doris]

2025-02-04 Thread via GitHub
Gabriel39 commented on PR #47498: URL: https://github.com/apache/doris/pull/47498#issuecomment-2635823393 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] [Improvement](tablet) Prefetch tablets before opening [doris]

2025-02-04 Thread via GitHub
Gabriel39 commented on PR #47501: URL: https://github.com/apache/doris/pull/47501#issuecomment-2635822820 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](inverted index) add index searcher after writing inverted index [doris]

2025-02-04 Thread via GitHub
xiaokang commented on code in PR #43992: URL: https://github.com/apache/doris/pull/43992#discussion_r1942299912 ## be/src/olap/rowset/segment_v2/inverted_index_file_writer.cpp: ## @@ -120,6 +123,62 @@ int64_t InvertedIndexFileWriter::headerLength() { return header_size; }

Re: [PR] [test](ms) Add a config to randomly fail in `txn->commit()` for test [doris]

2025-02-04 Thread via GitHub
bobhan1 commented on PR #47336: URL: https://github.com/apache/doris/pull/47336#issuecomment-2635815147 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] [Enhancement] Support some compress functions [doris]

2025-02-04 Thread via GitHub
HappenLee commented on code in PR #47307: URL: https://github.com/apache/doris/pull/47307#discussion_r1942310992 ## be/src/vec/functions/function_compress.cpp: ## @@ -0,0 +1,240 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agr

(doris-website) branch asf-site updated (3646e6486f3 -> fcc36f9b64a)

2025-02-04 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/doris-website.git discard 3646e6486f3 Automated deployment with doris branch @ b16bf8939935964ce96307814e0f16a2146e0e7e new f

Re: [PR] [opt](nereids) compare literal not convert to legacy literal and fix ip literal compareTo always equals 0 [doris]

2025-02-04 Thread via GitHub
morrySnow commented on PR #46482: URL: https://github.com/apache/doris/pull/46482#issuecomment-2635803023 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 un

Re: [PR] [feature](iceberg) support s3 tables [doris]

2025-02-04 Thread via GitHub
github-actions[bot] commented on PR #47115: URL: https://github.com/apache/doris/pull/47115#issuecomment-2635803252 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] branch-3.0: [fix](func) Fix precision loss in ST_GeometryFromWKB coordinate parsing #46661 [doris]

2025-02-04 Thread via GitHub
felixwluo commented on PR #47264: URL: https://github.com/apache/doris/pull/47264#issuecomment-2635800857 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 unsubscr

Re: [PR] [feature](iceberg) support s3 tables [doris]

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

[PR] [doc]Update statistics related sql manual. [doris-website]

2025-02-04 Thread via GitHub
Jibing-Li opened a new pull request, #1964: URL: https://github.com/apache/doris-website/pull/1964 ## Versions - [ ] dev - [ ] 3.0 - [ ] 2.1 - [ ] 2.0 ## Languages - [ ] Chinese - [ ] English ## Docs Checklist - [ ] Checked by AI - [ ] Test C

Re: [PR] [feature](iceberg) support s3 tables [doris]

2025-02-04 Thread via GitHub
morningman commented on PR #47115: URL: https://github.com/apache/doris/pull/47115#issuecomment-2635781558 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](inverted index) add index searcher after writing inverted index [doris]

2025-02-04 Thread via GitHub
doris-robot commented on PR #43992: URL: https://github.com/apache/doris/pull/43992#issuecomment-2635781561 ClickBench: Total hot run time: 31.15 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [feature](inverted index) add index searcher after writing inverted index [doris]

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

Re: [PR] [enhance](nereids) add eliminate order by key by data trait [doris]

2025-02-04 Thread via GitHub
feiniaofeiafei commented on PR #46225: URL: https://github.com/apache/doris/pull/46225#issuecomment-2635763070 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.

Re: [PR] [enhance](nereids) add eliminate order by key by data trait [doris]

2025-02-04 Thread via GitHub
feiniaofeiafei commented on PR #46225: URL: https://github.com/apache/doris/pull/46225#issuecomment-2635762937 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 uns

Re: [PR] [feature](inverted index) add index searcher after writing inverted index [doris]

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

(doris-website) branch asf-site updated (619317f01fa -> 3646e6486f3)

2025-02-04 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/doris-website.git discard 619317f01fa Automated deployment with doris branch @ b16bf8939935964ce96307814e0f16a2146e0e7e new 3

[PR] Fixed resource loading issue [doris-website]

2025-02-04 Thread via GitHub
yang1666204 opened a new pull request, #1963: URL: https://github.com/apache/doris-website/pull/1963 1. Migrate pdf from cdn to the current directory. 2. Fix the problem that workerjs files are not loaded ![image](https://github.com/user-attachments/assets/15e9e8f9-7500-4395-a1c6-8fe

Re: [PR] [feature](restore) support force_replace restore [doris]

2025-02-04 Thread via GitHub
doris-robot commented on PR #47314: URL: https://github.com/apache/doris/pull/47314#issuecomment-2635733327 ClickBench: Total hot run time: 30.82 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [feature](restore) support force_replace restore [doris]

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

Re: [PR] [opt](rowset meta) truncate segments key bounds if too large to avoid `RowsetMetaCloudPB` exceeds fdb's 100KB limits [doris]

2025-02-04 Thread via GitHub
doris-robot commented on PR #45287: URL: https://github.com/apache/doris/pull/45287#issuecomment-2635704839 TeamCity be ut coverage result: Function Coverage: 42.08% (10998/26139) Line Coverage: 32.36% (92886/287041) Region Coverage: 31.50% (47609/151133) Branch Coverage: 27.

Re: [PR] [opt](rowset meta) truncate segments key bounds if too large to avoid `RowsetMetaCloudPB` exceeds fdb's 100KB limits [doris]

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

Re: [PR] [feature](restore) support force_replace restore [doris]

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

Re: [PR] [opt](rowset meta) truncate segments key bounds if too large to avoid `RowsetMetaCloudPB` exceeds fdb's 100KB limits [doris]

2025-02-04 Thread via GitHub
doris-robot commented on PR #45287: URL: https://github.com/apache/doris/pull/45287#issuecomment-2635711483 ClickBench: Total hot run time: 30.89 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Improvement](pipeline) mark wake up eraly when pipeline task's downstream source all finished [doris]

2025-02-04 Thread via GitHub
BiteThet commented on PR #47463: URL: https://github.com/apache/doris/pull/47463#issuecomment-2635709764 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] [Feature-WIP](dictionary) Support Dictonary Table [doris]

2025-02-04 Thread via GitHub
Mryange commented on PR #45926: URL: https://github.com/apache/doris/pull/45926#issuecomment-2635707470 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 unsubscr

Re: [PR] branch-3.0: [chore](compaction) Enable schema change new tablet to do compaction by default #47377 [doris]

2025-02-04 Thread via GitHub
doris-robot commented on PR #47502: URL: https://github.com/apache/doris/pull/47502#issuecomment-2635704530 ClickBench: Total hot run time: 31.88 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] branch-3.0: [fix](func) Fix precision loss in ST_GeometryFromWKB coordinate parsing #46661 [doris]

2025-02-04 Thread via GitHub
doris-robot commented on PR #47264: URL: https://github.com/apache/doris/pull/47264#issuecomment-2635703423 ClickBench: Total hot run time: 32.96 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] branch-3.0: [chore](compaction) Enable schema change new tablet to do compaction by default #47377 [doris]

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

Re: [PR] branch-3.0: [fix](ut) prefer to use LLVM_PROFDATA from env.sh #47351 [doris]

2025-02-04 Thread via GitHub
doris-robot commented on PR #47386: URL: https://github.com/apache/doris/pull/47386#issuecomment-2635700671 ClickBench: Total hot run time: 33.85 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] branch-3.0: [fix](func) Fix precision loss in ST_GeometryFromWKB coordinate parsing #46661 [doris]

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

Re: [PR] [Feature-WIP](dictionary) Support Dictonary Table [doris]

2025-02-04 Thread via GitHub
Mryange commented on PR #45926: URL: https://github.com/apache/doris/pull/45926#issuecomment-2635697793 run be-ut -- 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] branch-3.0: [fix](ut) prefer to use LLVM_PROFDATA from env.sh #47351 [doris]

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

Re: [PR] [opt](rowset meta) truncate segments key bounds if too large to avoid `RowsetMetaCloudPB` exceeds fdb's 100KB limits [doris]

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

Re: [PR] [opt](nereids) compare literal not convert to legacy literal and fix ip literal compareTo always equals 0 [doris]

2025-02-04 Thread via GitHub
doris-robot commented on PR #46482: URL: https://github.com/apache/doris/pull/46482#issuecomment-2635692748 ClickBench: Total hot run time: 30.64 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [opt](nereids) compare literal not convert to legacy literal and fix ip literal compareTo always equals 0 [doris]

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

Re: [PR] branch-3.0: [chore](compaction) Enable schema change new tablet to do compaction by default #47377 [doris]

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

Re: [PR] branch-3.0: [fix](func) Fix precision loss in ST_GeometryFromWKB coordinate parsing #46661 [doris]

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

Re: [PR] branch-3.0: [fix](ut) prefer to use LLVM_PROFDATA from env.sh #47351 [doris]

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

(doris-website) branch asf-site updated (35592fa975c -> 619317f01fa)

2025-02-04 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/doris-website.git discard 35592fa975c Automated deployment with doris branch @ b16bf8939935964ce96307814e0f16a2146e0e7e new 6

Re: [PR] [opt](nereids) compare literal not convert to legacy literal and fix ip literal compareTo always equals 0 [doris]

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

[PR] Restore the search plugin [doris-website]

2025-02-04 Thread via GitHub
yang1666204 opened a new pull request, #1962: URL: https://github.com/apache/doris-website/pull/1962 ![image](https://github.com/user-attachments/assets/7914a372-021d-4531-9abe-c7fef49d65f8) -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [PR] [feature](inverted index) add index searcher after writing inverted index [doris]

2025-02-04 Thread via GitHub
airborne12 commented on PR #43992: URL: https://github.com/apache/doris/pull/43992#issuecomment-2635670194 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To u

Re: [PR] [fix](case) make inverted index up down case robust [doris]

2025-02-04 Thread via GitHub
airborne12 merged PR #47382: URL: https://github.com/apache/doris/pull/47382 -- 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 branch-3.0 updated: [fix](case) make inverted index up down case robust (#47382)

2025-02-04 Thread airborne
This is an automated email from the ASF dual-hosted git repository. airborne 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 9d6b7979068 [fix](case) make inverted i

Re: [PR] [enhance](nereids) add eliminate order by key by data trait [doris]

2025-02-04 Thread via GitHub
doris-robot commented on PR #46225: URL: https://github.com/apache/doris/pull/46225#issuecomment-2635665436 ClickBench: Total hot run time: 30.76 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [enhancement](brpc) remove client from brpc cache if the underlying channel has error [doris]

2025-02-04 Thread via GitHub
yiguolei merged PR #47487: URL: https://github.com/apache/doris/pull/47487 -- 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: [enhancement](brpc) remove client from brpc cache if the underlying channel has error (#47487)

2025-02-04 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei 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 e042e9f3d91 [enhancement](brpc) remove client f

Re: [PR] [enhance](nereids) add eliminate order by key by data trait [doris]

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

Re: [PR] [enhancement](brpc) remove client from brpc cache if the underlying channel has error [doris]

2025-02-04 Thread via GitHub
github-actions[bot] commented on PR #47487: URL: https://github.com/apache/doris/pull/47487#issuecomment-2635658159 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] branch-3.0: [fix](memory) Fix WorkloadGroup memory GC cancel msg #47367 [doris]

2025-02-04 Thread via GitHub
doris-robot commented on PR #47500: URL: https://github.com/apache/doris/pull/47500#issuecomment-2635656630 ClickBench: Total hot run time: 32.07 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [opt](nereids) compare literal not convert to legacy literal and fix ip literal compareTo always equals 0 [doris]

2025-02-04 Thread via GitHub
morrySnow commented on PR #46482: URL: https://github.com/apache/doris/pull/46482#issuecomment-2635655008 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] [Improvement](tablet) Prefetch tablets before opening [doris]

2025-02-04 Thread via GitHub
Thearas commented on PR #47501: URL: https://github.com/apache/doris/pull/47501#issuecomment-2635645255 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] [cherry-pick](branch-3.0) Pick "[Fix](recycler) Further fix for #47475 (#47486)" [doris]

2025-02-04 Thread via GitHub
Yukang-Lian commented on PR #47499: URL: https://github.com/apache/doris/pull/47499#issuecomment-2635644500 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

Re: [PR] branch-3.0: [fix](memory) Fix WorkloadGroup memory GC cancel msg #47367 [doris]

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

Re: [PR] branch-3.0: [chore](compaction) Enable schema change new tablet to do compaction by default #47377 [doris]

2025-02-04 Thread via GitHub
dataroaring closed pull request #47502: branch-3.0: [chore](compaction) Enable schema change new tablet to do compaction by default #47377 URL: https://github.com/apache/doris/pull/47502 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

Re: [PR] branch-3.0: [chore](compaction) Enable schema change new tablet to do compaction by default #47377 [doris]

2025-02-04 Thread via GitHub
Thearas commented on PR #47502: URL: https://github.com/apache/doris/pull/47502#issuecomment-2635650550 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] branch-3.0: [chore](compaction) Enable schema change new tablet to do compaction by default #47377 [doris]

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

(doris) branch auto-pick-47377-branch-3.0 updated (3c594a5970d -> fd3c9ea577c)

2025-02-04 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-47377-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git from 3c594a5970d branch-3.0: [fix](cloud) shorten cache lock held time and add metrics #47472 (#474

[PR] branch-3.0: [chore](compaction) Enable schema change new tablet to do compaction by default #47377 [doris]

2025-02-04 Thread via GitHub
github-actions[bot] opened a new pull request, #47502: URL: https://github.com/apache/doris/pull/47502 Cherry-picked from #47377 -- 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 comme

  1   2   3   >