(doris-website) branch master updated: Fixed resource loading issue (#1963)

2025-02-05 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/master by this push: new d7150980658 Fixed resource loading is

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

2025-02-05 Thread via GitHub
morningman merged PR #1963: URL: https://github.com/apache/doris-website/pull/1963 -- 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...@d

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

2025-02-05 Thread via GitHub
airborne12 commented on code in PR #43992: URL: https://github.com/apache/doris/pull/43992#discussion_r1942404513 ## be/src/olap/rowset/segment_v2/inverted_index_reader.cpp: ## @@ -234,13 +237,9 @@ Status InvertedIndexReader::handle_searcher_cache( } } -Status InvertedIn

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

2025-02-05 Thread via GitHub
HappenLee commented on PR #47505: URL: https://github.com/apache/doris/pull/47505#issuecomment-2636011461 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](function)Support Function Time [doris]

2025-02-05 Thread via GitHub
zclllyybb commented on code in PR #47320: URL: https://github.com/apache/doris/pull/47320#discussion_r1942404056 ## be/src/vec/functions/function_date_or_datetime_computation.h: ## @@ -995,4 +995,32 @@ class CurrentDateFunctionBuilder : public FunctionBuilderImpl { } };

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

2025-02-05 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-05 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] remove unnecess [doris]

2025-02-05 Thread via GitHub
Thearas commented on PR #47506: URL: https://github.com/apache/doris/pull/47506#issuecomment-2636016638 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](orc) remove unnecessary fields of orc_reader [doris]

2025-02-05 Thread via GitHub
suxiaogang223 commented on PR #47506: URL: https://github.com/apache/doris/pull/47506#issuecomment-2636018520 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] remove unnecess [doris]

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

Re: [PR] [opt](nereids) optimize limit on distinct aggregate [doris]

2025-02-05 Thread via GitHub
hello-stephen commented on PR #47508: URL: https://github.com/apache/doris/pull/47508#issuecomment-2636021216 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

[PR] [improve](meta-service) improve error message "Transaction exceeds byte limit" [doris]

2025-02-05 Thread via GitHub
kaijchen opened a new pull request, #47507: URL: https://github.com/apache/doris/pull/47507 ### What problem does this PR solve? Issue Number: DORIS-18469 Problem Summary: Improve the error message "Transaction exceeds byte limit". Suggest user to "Split the load into

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

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

[PR] [opt](nereids) optimize limit on distinct aggregate [doris]

2025-02-05 Thread via GitHub
englefly opened a new pull request, #47508: URL: https://github.com/apache/doris/pull/47508 ### What problem does this PR solve? if there is no aggregate-functions in aggregation output, the limit could be pushed down through this aggregate. example: select a from T group by a limit 1

Re: [PR] [improve](meta-service) improve error message "Transaction exceeds byte limit" [doris]

2025-02-05 Thread via GitHub
Thearas commented on PR #47507: URL: https://github.com/apache/doris/pull/47507#issuecomment-2636018119 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](meta-service) improve error message "Transaction exceeds byte limit" [doris]

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

Re: [PR] [Feature](literal)Support TimeLiteral [doris]

2025-02-05 Thread via GitHub
zclllyybb commented on code in PR #47319: URL: https://github.com/apache/doris/pull/47319#discussion_r1942241526 ## be/src/vec/data_types/data_type_time.cpp: ## @@ -78,4 +80,58 @@ void DataTypeTimeV2::to_string(const IColumn& column, size_t row_num, BufferWrit MutableColumnPtr

Re: [PR] [Feature](literal)Support TimeLiteral [doris]

2025-02-05 Thread via GitHub
zclllyybb commented on PR #47319: URL: https://github.com/apache/doris/pull/47319#issuecomment-2636044955 by the way, remember delete timetype in FE like https://github.com/apache/doris/pull/45050/files -- This is an automated message from the Apache Git Service. To respond to the message

(doris) branch dependabot/maven/samples/doris-demo/java-udf-aes-demo/org.apache.hive-hive-exec-4.0.1 deleted (was f97da35d9ef)

2025-02-05 Thread kirs
This is an automated email from the ASF dual-hosted git repository. kirs pushed a change to branch dependabot/maven/samples/doris-demo/java-udf-aes-demo/org.apache.hive-hive-exec-4.0.1 in repository https://gitbox.apache.org/repos/asf/doris.git was f97da35d9ef Bump org.apache.hive:hive-exe

Re: [PR] Bump org.apache.hive:hive-exec from 2.3.5 to 4.0.1 in /samples/doris-demo/java-udf-aes-demo [doris]

2025-02-05 Thread via GitHub
CalvinKirs closed pull request #47488: Bump org.apache.hive:hive-exec from 2.3.5 to 4.0.1 in /samples/doris-demo/java-udf-aes-demo URL: https://github.com/apache/doris/pull/47488 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

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

2025-02-05 Thread via GitHub
xiaokang commented on code in PR #43992: URL: https://github.com/apache/doris/pull/43992#discussion_r1942447818 ## be/src/olap/rowset/segment_v2/inverted_index_reader.cpp: ## @@ -234,13 +237,9 @@ Status InvertedIndexReader::handle_searcher_cache( } } -Status InvertedInde

Re: [PR] [regression-test](case) fix two cases using same table [doris]

2025-02-05 Thread via GitHub
github-actions[bot] commented on PR #47512: URL: https://github.com/apache/doris/pull/47512#issuecomment-2636118554 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](orc) remove unnecessary fields of orc_reader [doris]

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

Re: [PR] [improve](load) improve error message "unknown load_id" [doris]

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

Re: [PR] [regression-test](case) fix two cases using same table [doris]

2025-02-05 Thread via GitHub
github-actions[bot] commented on PR #47512: URL: https://github.com/apache/doris/pull/47512#issuecomment-2636118483 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

[PR] [feature](analysis) Add a simple tokenizer [doris-thirdparty]

2025-02-05 Thread via GitHub
zzzxl1993 opened a new pull request, #281: URL: https://github.com/apache/doris-thirdparty/pull/281 (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

Re: [PR] [fix](orc) remove unnecessary fields of orc_reader [doris]

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

Re: [PR] [improve](load) improve error message "unknown load_id" [doris]

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

Re: [PR] [improve](load) improve error message "unknown load_id" [doris]

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

[PR] [improve](load) improve error messages for "no backend available" [doris]

2025-02-05 Thread via GitHub
kaijchen opened a new pull request, #47510: URL: https://github.com/apache/doris/pull/47510 ### What problem does this PR solve? Issue Number: DORIS-12832 Problem Summary: Improve error messages for `"No backend load available."` and `There is no scanNode Backend availab

Re: [PR] [improve](load) improve error messages for "no backend available" [doris]

2025-02-05 Thread via GitHub
hello-stephen commented on PR #47510: URL: https://github.com/apache/doris/pull/47510#issuecomment-2636099655 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] [improve](load) improve error messages for "no backend available" [doris]

2025-02-05 Thread via GitHub
kaijchen commented on PR #47510: URL: https://github.com/apache/doris/pull/47510#issuecomment-2636100247 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](local shuffle) Set serial execution for schema scan operator [doris]

2025-02-05 Thread via GitHub
doris-robot commented on PR #47498: URL: https://github.com/apache/doris/pull/47498#issuecomment-2636102227 TeamCity be ut coverage result: Function Coverage: 42.09% (11003/26142) Line Coverage: 32.35% (92850/287032) Region Coverage: 31.50% (47614/151144) Branch Coverage: 27.

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

2025-02-05 Thread via GitHub
feiniaofeiafei commented on PR #46225: URL: https://github.com/apache/doris/pull/46225#issuecomment-2636106535 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-05 Thread via GitHub
doris-robot commented on PR #47498: URL: https://github.com/apache/doris/pull/47498#issuecomment-2636066360 ClickBench: Total hot run time: 30.92 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Fix](testcase) Add enable_cloud_txn_lazy_commit for testcases relates to many partitions [doris]

2025-02-05 Thread via GitHub
hello-stephen commented on PR #47511: URL: https://github.com/apache/doris/pull/47511#issuecomment-2636110429 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

[PR] [Fix](testcase) Add enable_cloud_txn_lazy_commit for testcases relates to many partitions [doris]

2025-02-05 Thread via GitHub
zclllyybb opened a new pull request, #47511: URL: https://github.com/apache/doris/pull/47511 ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: before for decoupled structure, meta service will fail for huge txn. now fix

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

2025-02-05 Thread via GitHub
Gabriel39 commented on PR #47498: URL: https://github.com/apache/doris/pull/47498#issuecomment-2636182064 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](testcase) Add enable_cloud_txn_lazy_commit for testcases relates to many partitions [doris]

2025-02-05 Thread via GitHub
hello-stephen commented on PR #47511: URL: https://github.com/apache/doris/pull/47511#issuecomment-2636182798 skip 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] [improve](load) improve error messages for "no backend available" [doris]

2025-02-05 Thread via GitHub
doris-robot commented on PR #47510: URL: https://github.com/apache/doris/pull/47510#issuecomment-2636184184 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] [Fix](catalog)Fixes query failures for Paimon tables stored in Kerberized HDFS [doris]

2025-02-05 Thread via GitHub
CalvinKirs commented on PR #47192: URL: https://github.com/apache/doris/pull/47192#issuecomment-2636184228 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](testcase) Add enable_cloud_txn_lazy_commit for testcases relates to many partitions [doris]

2025-02-05 Thread via GitHub
github-actions[bot] commented on PR #47511: URL: https://github.com/apache/doris/pull/47511#issuecomment-2636184232 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](testcase) Add enable_cloud_txn_lazy_commit for testcases relates to many partitions [doris]

2025-02-05 Thread via GitHub
github-actions[bot] commented on PR #47511: URL: https://github.com/apache/doris/pull/47511#issuecomment-2636184141 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](testcase) Add enable_cloud_txn_lazy_commit for testcases relates to many partitions [doris]

2025-02-05 Thread via GitHub
github-actions[bot] commented on PR #47511: URL: https://github.com/apache/doris/pull/47511#issuecomment-2636184229 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] [enchement](multi-catalog)Add enable_parquet_merge_small_io and enable_orc_merge_small_io Session variables [doris]

2025-02-05 Thread via GitHub
hubgeter closed pull request #46903: [enchement](multi-catalog)Add enable_parquet_merge_small_io and enable_orc_merge_small_io Session variables URL: https://github.com/apache/doris/pull/46903 -- This is an automated message from the Apache Git Service. To respond to the message, please log o

(doris) branch master updated (f48ad9ac636 -> f2b5e3379f2)

2025-02-05 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 f48ad9ac636 [feature](inverted index) add index searcher after writing inverted index (#43992) add f2b5e337

(doris) branch master updated: [Test](Export) add some debug logs for export (#47400)

2025-02-05 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman 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 edb8931f538 [Test](Export) add some debug log

Re: [PR] branch-3.0: [Fix](compaction) Should do_lease for full compaction #47436 [doris]

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

Re: [PR] [Test](Export) add some debug logs for export [doris]

2025-02-05 Thread via GitHub
morningman merged PR #47400: URL: https://github.com/apache/doris/pull/47400 -- 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

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

2025-02-05 Thread via GitHub
doris-robot commented on PR #47025: URL: https://github.com/apache/doris/pull/47025#issuecomment-2636380913 TeamCity be ut coverage result: Function Coverage: 42.10% (11015/26167) Line Coverage: 32.38% (93000/287241) Region Coverage: 31.52% (47679/151253) Branch Coverage: 27.

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

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

(doris-website) branch master updated: [doc]modify catalog docs (#1903)

2025-02-05 Thread kassiez
This is an automated email from the ASF dual-hosted git repository. kassiez pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/master by this push: new 312f8f5581b [doc]modify catalog docs (#1

Re: [PR] [doc]modify catalog docs [doris-website]

2025-02-05 Thread via GitHub
KassieZ merged PR #1903: URL: https://github.com/apache/doris-website/pull/1903 -- 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

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

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

Re: [PR] [Feature](function)Support Function Time [doris]

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

Re: [PR] Adjust the execution order of the update hash script [doris-website]

2025-02-05 Thread via GitHub
KassieZ merged PR #1967: URL: https://github.com/apache/doris-website/pull/1967 -- 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-website) branch master updated: Adjust the execution order of the update hash script (#1967)

2025-02-05 Thread kassiez
This is an automated email from the ASF dual-hosted git repository. kassiez pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/master by this push: new 2834510852d Adjust the execution order o

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

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

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

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

Re: [PR] [Feature](function)Support Function Time [doris]

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

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

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

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

2025-02-05 Thread via GitHub
HappenLee commented on PR #47505: URL: https://github.com/apache/doris/pull/47505#issuecomment-2636402246 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] branch-3.0: [fix](nereids) fix compare ipv4 / ipv6 always equals [doris]

2025-02-05 Thread via GitHub
github-actions[bot] commented on PR #47513: URL: https://github.com/apache/doris/pull/47513#issuecomment-2636408202 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](compaction) Should do_lease for full compaction #47436 [doris]

2025-02-05 Thread via GitHub
doris-robot commented on PR #47519: URL: https://github.com/apache/doris/pull/47519#issuecomment-2636408734 TPC-DS: Total hot run time: 198436 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](nereids) fix compare ipv4 / ipv6 always equals [doris]

2025-02-05 Thread via GitHub
github-actions[bot] commented on PR #47513: URL: https://github.com/apache/doris/pull/47513#issuecomment-2636408258 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 "[chore](compaction) Enable schema change new tablet to do compaction by default" [doris]

2025-02-05 Thread via GitHub
hello-stephen commented on PR #47521: URL: https://github.com/apache/doris/pull/47521#issuecomment-2636410845 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] Revert "[chore](compaction) Enable schema change new tablet to do compaction by default" [doris]

2025-02-05 Thread via GitHub
TangSiyang2001 commented on PR #47521: URL: https://github.com/apache/doris/pull/47521#issuecomment-2636410917 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](function)Support Function Time [doris]

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

Re: [PR] [chore](compaction) Enable schema change new tablet to do compaction by default [doris]

2025-02-05 Thread via GitHub
TangSiyang2001 commented on PR #47377: URL: https://github.com/apache/doris/pull/47377#issuecomment-2636410033 Revert and to merge after MOW correctness is certificated -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[PR] Revert "[chore](compaction) Enable schema change new tablet to do compaction by default" [doris]

2025-02-05 Thread via GitHub
TangSiyang2001 opened a new pull request, #47521: URL: https://github.com/apache/doris/pull/47521 Reverts apache/doris#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 comment.

Re: [PR] [opt](inverted index) Opt Inverted Index Composite File Order [doris]

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

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

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

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

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

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

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

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

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

Re: [PR] [regression-test](case) fix two cases using same table [doris]

2025-02-05 Thread via GitHub
shuke987 commented on PR #47512: URL: https://github.com/apache/doris/pull/47512#issuecomment-2636111776 skip 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] branch-3.0: [fix](nereids) fix compare ipv4 / ipv6 always equals [doris]

2025-02-05 Thread via GitHub
yujun777 opened a new pull request, #47513: URL: https://github.com/apache/doris/pull/47513 ### What problem does this PR solve? fix compare ipv4 and ipv6 always equals. Issue Number: close #xxx Related PR: #xxx Problem Summary: ### Release note None

[PR] [regression-test](case) fix two cases using same table [doris]

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

Re: [PR] [regression-test](case) fix two cases using same table [doris]

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

2025-02-05 Thread via GitHub
doris-robot commented on PR #47501: URL: https://github.com/apache/doris/pull/47501#issuecomment-2636110881 TeamCity be ut coverage result: Function Coverage: 42.08% (11001/26145) Line Coverage: 32.35% (92867/287051) Region Coverage: 31.50% (47615/151158) Branch Coverage: 27.

[PR] Correct workerjs path [doris-website]

2025-02-05 Thread via GitHub
yang1666204 opened a new pull request, #1965: URL: https://github.com/apache/doris-website/pull/1965 (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 unsubsc

Re: [PR] branch-3.0: [fix](nereids) fix compare ipv4 / ipv6 always equals [doris]

2025-02-05 Thread via GitHub
yujun777 commented on PR #47513: URL: https://github.com/apache/doris/pull/47513#issuecomment-2636112316 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] branch-3.0: [fix](nereids) fix compare ipv4 / ipv6 always equals [doris]

2025-02-05 Thread via GitHub
hello-stephen commented on PR #47513: URL: https://github.com/apache/doris/pull/47513#issuecomment-2636112300 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

(doris) branch master updated: [feature](inverted index) add index searcher after writing inverted index (#43992)

2025-02-05 Thread airborne
This is an automated email from the ASF dual-hosted git repository. airborne 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 f48ad9ac636 [feature](inverted index) add index

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

2025-02-05 Thread via GitHub
airborne12 merged PR #43992: URL: https://github.com/apache/doris/pull/43992 -- 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

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

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

(doris) branch auto-pick-43992-branch-3.0 created (now 9b8a190e715)

2025-02-05 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-43992-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git at 9b8a190e715 [cherry-pick](branch-3.0) Pick "[Fix](recycler) Further fix for #47475 (#47486)" (

(doris) branch auto-pick-43992-branch-3.0 deleted (was 9b8a190e715)

2025-02-05 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-43992-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git was 9b8a190e715 [cherry-pick](branch-3.0) Pick "[Fix](recycler) Further fix for #47475 (#47486)" (

Re: [PR] [fix] (build) Remove useless compile option `USE_MEM_TRACKER` [doris]

2025-02-05 Thread via GitHub
hello-stephen commented on PR #47515: URL: https://github.com/apache/doris/pull/47515#issuecomment-2636164825 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] [fix] (build) Remove useless compile option `USE_MEM_TRACKER` [doris]

2025-02-05 Thread via GitHub
xinyiZzz commented on PR #47515: URL: https://github.com/apache/doris/pull/47515#issuecomment-2636164900 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

[PR] [fix] (build) Remove useless compile option `USE_MEM_TRACKER` [doris]

2025-02-05 Thread via GitHub
xinyiZzz opened a new pull request, #47515: URL: https://github.com/apache/doris/pull/47515 ### What problem does this PR solve? Adding `USE_MEM_TRACKER=OFF` when compiling BE will turn off the memory tracker, which can bring about 2% performance improvement when using jemalloc hook

Re: [PR] [improve](load) improve error message "unknown load_id" [doris]

2025-02-05 Thread via GitHub
doris-robot commented on PR #47509: URL: https://github.com/apache/doris/pull/47509#issuecomment-2636168488 TeamCity be ut coverage result: Function Coverage: 42.09% (11004/26142) Line Coverage: 32.37% (92901/287031) Region Coverage: 31.51% (47627/151142) Branch Coverage: 27.

Re: [PR] [improve](load) improve error messages for "no backend available" [doris]

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

[PR] branch-3.0: [Fix](compaction) Should do_lease for full compaction #47436 [doris]

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

Re: [PR] Correct workerjs path [doris-website]

2025-02-05 Thread via GitHub
KassieZ merged PR #1965: URL: https://github.com/apache/doris-website/pull/1965 -- 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

Re: [PR] [feature](nereids) support pull up predicates from aggregate min/max/avg [doris]

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

(doris) branch auto-pick-47436-branch-3.0 updated (512681c2384 -> 58a91bdc619)

2025-02-05 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-47436-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git from 512681c2384 branch-3.0: [fix](edit_log) throw exception when replay alter constraint on catalo

Re: [PR] branch-3.0: [Fix](compaction) Should do_lease for full compaction #47436 [doris]

2025-02-05 Thread via GitHub
dataroaring closed pull request #47519: branch-3.0: [Fix](compaction) Should do_lease for full compaction #47436 URL: https://github.com/apache/doris/pull/47519 -- 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

(doris) branch auto-pick-46960-branch-3.0 deleted (was d5dc4948fa6)

2025-02-05 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-46960-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git was d5dc4948fa6 [fix](Nereids) bind schema table qualified column failed (#46960) The revisions t

Re: [PR] branch-3.0: [Fix](compaction) Should do_lease for full compaction #47436 [doris]

2025-02-05 Thread via GitHub
Thearas commented on PR #47519: URL: https://github.com/apache/doris/pull/47519#issuecomment-2636288077 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

  1   2   3   4   5   6   >