Re: [PR] [feat](spill) spill and reserve [doris]

2024-12-09 Thread via GitHub
github-actions[bot] commented on code in PR #44469: URL: https://github.com/apache/doris/pull/44469#discussion_r1876218993 ## be/src/pipeline/exec/multi_cast_data_streamer.cpp: ## @@ -29,65 +46,306 @@ block->clear(); } -Status MultiCastDataStreamer::pull(int sender_idx,

Re: [PR] [Job](Fix)Improve Event Publishing with Timeout [doris]

2024-12-09 Thread via GitHub
CalvinKirs commented on PR #45103: URL: https://github.com/apache/doris/pull/45103#issuecomment-2528652358 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] [Job](Fix)Improve Event Publishing with Timeout [doris]

2024-12-09 Thread via GitHub
doris-robot commented on PR #45103: URL: https://github.com/apache/doris/pull/45103#issuecomment-2528874082 ClickBench: Total hot run time: 32.89 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [opt](parquet-reader)Implement late materialization of parquet complex types. [doris]

2024-12-09 Thread via GitHub
github-actions[bot] commented on code in PR #44098: URL: https://github.com/apache/doris/pull/44098#discussion_r1877048219 ## be/src/vec/exec/format/parquet/parquet_common.h: ## @@ -69,42 +70,148 @@ struct ParquetInt96 { #pragma pack() static_assert(sizeof(ParquetInt96) == 12,

(doris) branch master updated: [Feat](nereids) support ShowTabletStorageFormat command in nereids (#43295)

2024-12-09 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 ed112527f9b [Feat](nereids) support ShowTab

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

2024-12-09 Thread via GitHub
starocean999 closed issue #42783: [Enhancement] (nereids)implement showTabletStorageFormatCommand in nereids URL: https://github.com/apache/doris/issues/42783 -- 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

Re: [PR] [Feat](nereids) support ShowTabletStorageFormat command in nereids [doris]

2024-12-09 Thread via GitHub
starocean999 merged PR #43295: URL: https://github.com/apache/doris/pull/43295 -- 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: [I] [Enhancement] (nereids)implement showTabletStorageFormatCommand in nereids [doris]

2024-12-09 Thread via GitHub
starocean999 closed issue #42783: [Enhancement] (nereids)implement showTabletStorageFormatCommand in nereids URL: https://github.com/apache/doris/issues/42783 -- 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

Re: [PR] branch-3.0: [Enhancement](thread) FE fetch_data use brpc thread locally in BE #44928 [doris]

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

Re: [PR] [fix](cluster key) fix cluster key schema change [doris]

2024-12-09 Thread via GitHub
doris-robot commented on PR #45203: URL: https://github.com/apache/doris/pull/45203#issuecomment-2530465367 TPC-H: Total hot run time: 41192 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: [Enhancement](thread) FE fetch_data use brpc thread locally in BE #44928 [doris]

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

(doris) branch master updated: [fix](nereids) SqlParser support load data into temporary partition (#45025)

2024-12-09 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow 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 8a144548a3f [fix](nereids) SqlParser support l

Re: [PR] [fix](cluster key) fix cluster key schema change [doris]

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

Re: [PR] [enhance](nereids) SqlParser support load data into temporary partition [doris]

2024-12-09 Thread via GitHub
morrySnow merged PR #45025: URL: https://github.com/apache/doris/pull/45025 -- 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](cluster key) fix cluster key schema change [doris]

2024-12-09 Thread via GitHub
doris-robot commented on PR #45203: URL: https://github.com/apache/doris/pull/45203#issuecomment-2530494598 TeamCity be ut coverage result: Function Coverage: 38.81% (10102/26031) Line Coverage: 29.70% (84685/285165) Region Coverage: 28.77% (43494/151153) Branch Coverage: 25.

Re: [PR] branch-3.0: [enhance](nereids) SqlParser support load data into temporary partition #45025 [doris]

2024-12-09 Thread via GitHub
dataroaring closed pull request #45227: branch-3.0: [enhance](nereids) SqlParser support load data into temporary partition #45025 URL: https://github.com/apache/doris/pull/45227 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

Re: [PR] branch-3.0: [enhance](nereids) SqlParser support load data into temporary partition #45025 [doris]

2024-12-09 Thread via GitHub
doris-robot commented on PR #45227: URL: https://github.com/apache/doris/pull/45227#issuecomment-2530500229 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+proce

Re: [PR] branch-3.0: [enhance](nereids) SqlParser support load data into temporary partition #45025 [doris]

2024-12-09 Thread via GitHub
doris-robot commented on PR #45227: URL: https://github.com/apache/doris/pull/45227#issuecomment-2530500331 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

(doris) branch auto-pick-45025-branch-2.1 created (now 938ca71604b)

2024-12-09 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-45025-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git at 938ca71604b [fix](profile) do not merge fragment_level profile (#45200) No new revisions were

[PR] branch-3.0: [enhance](nereids) SqlParser support load data into temporary partition #45025 [doris]

2024-12-09 Thread via GitHub
github-actions[bot] opened a new pull request, #45227: URL: https://github.com/apache/doris/pull/45227 Cherry-picked from #45025 -- 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

(doris) branch auto-pick-45025-branch-3.0 updated (4100a752379 -> 30ca84ea2f8)

2024-12-09 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-45025-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git from 4100a752379 branch-3.0: [feat](clone) Speed clone tablet via batch small file downloading #450

(doris) branch auto-pick-45025-branch-3.0 created (now 4100a752379)

2024-12-09 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-45025-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git at 4100a752379 branch-3.0: [feat](clone) Speed clone tablet via batch small file downloading #450

[PR] branch-2.1: [enhance](nereids) SqlParser support load data into temporary partition #45025 [doris]

2024-12-09 Thread via GitHub
github-actions[bot] opened a new pull request, #45228: URL: https://github.com/apache/doris/pull/45228 Cherry-picked from #45025 -- 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] branch-2.1: [enhance](nereids) SqlParser support load data into temporary partition #45025 [doris]

2024-12-09 Thread via GitHub
doris-robot commented on PR #45228: URL: https://github.com/apache/doris/pull/45228#issuecomment-2530502525 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+proce

Re: [PR] [opt](explain) wrap the expr list in explain string to make output pretty [doris]

2024-12-09 Thread via GitHub
doris-robot commented on PR #45229: URL: https://github.com/apache/doris/pull/45229#issuecomment-2530510489 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+proce

Re: [I] [Bug] FE stat table does not exist, db_name: __internal_schema, table_name: column_statistics [doris]

2024-12-09 Thread via GitHub
juny-zhao commented on issue #43999: URL: https://github.com/apache/doris/issues/43999#issuecomment-2530511363 The same issue in 3.0.3 version. Use this apache-doris-3.0.3-bin-arm64.tar.gz package. -- This is an automated message from the Apache Git Service. To respond to the me

[PR] [opt](explain) wrap the expr list in explain string to make output pretty [doris]

2024-12-09 Thread via GitHub
morningman opened a new pull request, #45229: URL: https://github.com/apache/doris/pull/45229 ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: ### Release note None ### Check List (For Author) - Te

Re: [PR] branch-2.1: [enhance](nereids) SqlParser support load data into temporary partition #45025 [doris]

2024-12-09 Thread via GitHub
doris-robot commented on PR #45228: URL: https://github.com/apache/doris/pull/45228#issuecomment-2530502666 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

(doris) branch auto-pick-45025-branch-2.1 updated (938ca71604b -> cb3e4878c5b)

2024-12-09 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-45025-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git from 938ca71604b [fix](profile) do not merge fragment_level profile (#45200) add cb3e4878c5b [f

Re: [PR] [fix](cluster key) fix cluster key schema change [doris]

2024-12-09 Thread via GitHub
doris-robot commented on PR #45203: URL: https://github.com/apache/doris/pull/45203#issuecomment-2530516932 ClickBench: Total hot run time: 32.54 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [I] [Bug] COM_STMT_PREPARE_OK should be at least 12 bytes for MySQL 5.7 clients [doris]

2024-12-09 Thread via GitHub
bli22ard commented on issue #37690: URL: https://github.com/apache/doris/issues/37690#issuecomment-2530516502 same problem. i am using Rust mysql crate version 25.0.1. ``` sql create table t( t1 varchar(4000) comment "t1" ); insert int

Re: [PR] branch-2.1: [enhance](nereids) SqlParser support load data into temporary partition #45025 [doris]

2024-12-09 Thread via GitHub
dataroaring closed pull request #45228: branch-2.1: [enhance](nereids) SqlParser support load data into temporary partition #45025 URL: https://github.com/apache/doris/pull/45228 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

Re: [PR] [fix](planner) query should be cancelled if limit reached (#44338) [doris]

2024-12-09 Thread via GitHub
morningman merged PR #45223: URL: https://github.com/apache/doris/pull/45223 -- 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](planner) query should be cancelled if limit reached (#44338) (#45223)

2024-12-09 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman 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 49d1671966e [fix](planner) query shou

Re: [PR] [Feature](Planner) Support `SET_VAR` hint in insert statement [doris]

2024-12-09 Thread via GitHub
bobhan1 closed pull request #36579: [Feature](Planner) Support `SET_VAR` hint in insert statement URL: https://github.com/apache/doris/pull/36579 -- 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

Re: [PR] [test](show_data) test the correctness of data statistics in cloud mode [doris]

2024-12-09 Thread via GitHub
pingchunzhang commented on PR #44947: URL: https://github.com/apache/doris/pull/44947#issuecomment-2530528455 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

[I] Release Note 24.1.0 [doris-flink-connector]

2024-12-09 Thread via GitHub
JNSimba opened a new issue, #526: URL: https://github.com/apache/doris-flink-connector/issues/526 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Description

Re: [PR] [fix](nereids) not rewrite first_value when first_value ignore nulls [doris]

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

Re: [PR] [feat](iceberg)Supports using rest type catalog to read tables in unity catalog for 2.1 (#43525) [doris]

2024-12-09 Thread via GitHub
doris-robot commented on PR #45217: URL: https://github.com/apache/doris/pull/45217#issuecomment-2530130413 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+proce

Re: [PR] [improvement](statistics)Support get oracle jdbc row count. [doris]

2024-12-09 Thread via GitHub
Jibing-Li commented on PR #45214: URL: https://github.com/apache/doris/pull/45214#issuecomment-2530120951 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-flink-connector) 01/01: Commit for release 24.1.0

2024-12-09 Thread diwu
This is an automated email from the ASF dual-hosted git repository. diwu pushed a commit to tag 24.1.0 in repository https://gitbox.apache.org/repos/asf/doris-flink-connector.git commit 7df3bc53b94b0497acb97ce2d05f7c9ab42ca492 Author: wudi <676366...@qq.com> AuthorDate: Tue Dec 10 10:55:11 2024 +

(doris-flink-connector) tag 24.1.0 created (now 7df3bc53)

2024-12-09 Thread diwu
This is an automated email from the ASF dual-hosted git repository. diwu pushed a change to tag 24.1.0 in repository https://gitbox.apache.org/repos/asf/doris-flink-connector.git at 7df3bc53 (commit) This tag includes the following new commits: new 7df3bc53 Commit for release 24.1.0

Re: [PR] [feat](iceberg)Supports using rest type catalog to read tables in unity catalog for 2.1 (#43525) [doris]

2024-12-09 Thread via GitHub
wuwenchi commented on PR #45217: URL: https://github.com/apache/doris/pull/45217#issuecomment-2530130567 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](mtmv)Paimon queries the data in the cache instead of querying the latest data [doris]

2024-12-09 Thread via GitHub
zddr commented on PR #44911: URL: https://github.com/apache/doris/pull/44911#issuecomment-2530131872 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 unsubsc

Re: [PR] [performance](load) increase max_broker_concurrency to 100 [doris]

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

Re: [PR] [improvement](statistics)Support get oracle jdbc row count. [doris]

2024-12-09 Thread via GitHub
Jibing-Li commented on PR #45214: URL: https://github.com/apache/doris/pull/45214#issuecomment-2530132146 run compile -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To uns

Re: [PR] [feat](clone) Speed clone tablet via batch small file downloading #45061 [doris]

2024-12-09 Thread via GitHub
doris-robot commented on PR #45218: URL: https://github.com/apache/doris/pull/45218#issuecomment-2530133062 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+proce

(doris) branch branch-3.0 updated: branch-3.0: [fix](sql) Fix error for show create table column comment #44958 (#45171)

2024-12-09 Thread w41ter
This is an automated email from the ASF dual-hosted git repository. w41ter 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 c72501254f3 branch-3.0: [fix](sql) Fix er

Re: [PR] branch-3.0: [fix](sql) Fix error for show create table column comment #44958 [doris]

2024-12-09 Thread via GitHub
w41ter merged PR #45171: URL: https://github.com/apache/doris/pull/45171 -- 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.apach

(doris) branch auto-pick-44958-branch-3.0 deleted (was e2b9b085e3d)

2024-12-09 Thread w41ter
This is an automated email from the ASF dual-hosted git repository. w41ter pushed a change to branch auto-pick-44958-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git was e2b9b085e3d [fix](sql) Fix error for show create table column comment (#44958) The revisions that

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

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

Re: [PR] [only test Pr/englefly/45196] [doris]

2024-12-09 Thread via GitHub
doris-robot commented on PR #45198: URL: https://github.com/apache/doris/pull/45198#issuecomment-2530113482 TeamCity be ut coverage result: Function Coverage: 38.80% (10102/26038) Line Coverage: 29.69% (84686/285200) Region Coverage: 28.77% (43483/151151) Branch Coverage: 25.

[PR] [feat](iceberg)Supports using rest type catalog to read tables in unity catalog for 2.1 (#43525) [doris]

2024-12-09 Thread via GitHub
wuwenchi opened a new pull request, #45217: URL: https://github.com/apache/doris/pull/45217 pb: #43525 -- 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-mai

(doris) branch auto-pick-44160-branch-3.0 updated (c72501254f3 -> eef87794de0)

2024-12-09 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-44160-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git from c72501254f3 branch-3.0: [fix](sql) Fix error for show create table column comment #44958 (#451

Re: [PR] [feat](iceberg)Supports using rest type catalog to read tables in unity catalog for 2.1 (#43525) [doris]

2024-12-09 Thread via GitHub
github-actions[bot] commented on code in PR #45217: URL: https://github.com/apache/doris/pull/45217#discussion_r1877182420 ## be/src/vec/exec/format/parquet/vparquet_reader.cpp: ## @@ -253,10 +253,8 @@ Status ParquetReader::_open_file() { return Status::OK(); } -// Get i

(doris) branch auto-pick-44160-branch-3.0 created (now c72501254f3)

2024-12-09 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-44160-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git at c72501254f3 branch-3.0: [fix](sql) Fix error for show create table column comment #44958 (#451

Re: [PR] branch-3.0: [Enhancement](jdbc catalog) Support reading some array types of PostgreSQL #44160 [doris]

2024-12-09 Thread via GitHub
doris-robot commented on PR #45219: URL: https://github.com/apache/doris/pull/45219#issuecomment-2530141134 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+proce

[PR] branch-3.0: [Enhancement](jdbc catalog) Support reading some array types of PostgreSQL #44160 [doris]

2024-12-09 Thread via GitHub
github-actions[bot] opened a new pull request, #45219: URL: https://github.com/apache/doris/pull/45219 Cherry-picked from #44160 -- 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] branch-3.0: [Enhancement](jdbc catalog) Support reading some array types of PostgreSQL #44160 [doris]

2024-12-09 Thread via GitHub
dataroaring closed pull request #45219: branch-3.0: [Enhancement](jdbc catalog) Support reading some array types of PostgreSQL #44160 URL: https://github.com/apache/doris/pull/45219 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] [enhancement](nereids) optimize insert into values [doris]

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

Re: [PR] [enhancement](nereids) optimize insert into values [doris]

2024-12-09 Thread via GitHub
924060929 commented on PR #40202: URL: https://github.com/apache/doris/pull/40202#issuecomment-2530141001 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] [feat](clone) Speed clone tablet via batch small file downloading #45061 [doris]

2024-12-09 Thread via GitHub
w41ter commented on PR #45218: URL: https://github.com/apache/doris/pull/45218#issuecomment-2530144268 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] [feat](clone) Speed clone tablet via batch small file downloading #45061 [doris]

2024-12-09 Thread via GitHub
github-actions[bot] commented on code in PR #45218: URL: https://github.com/apache/doris/pull/45218#discussion_r1877185136 ## be/src/http/http_channel.cpp: ## @@ -20,8 +20,8 @@ #include Review Comment: warning: 'event2/buffer.h' file not found [clang-diagnostic-error] `

[PR] [feat](clone) Speed clone tablet via batch small file downloading #45061 [doris]

2024-12-09 Thread via GitHub
w41ter opened a new pull request, #45218: URL: https://github.com/apache/doris/pull/45218 cherry pick from #45061 -- 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] [fix](nereids) not rewrite first_value when first_value ignore nulls [doris]

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

Re: [I] [Bug] add_month error [doris]

2024-12-09 Thread via GitHub
flyMei commented on issue #22025: URL: https://github.com/apache/doris/issues/22025#issuecomment-2530150311 按照正常逻辑add_months('2023-04-30',-1);得出的结果应该是什么?这样关掉是不是不太合适 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

Re: [PR] [performance](load) increase max_broker_concurrency to 100 [doris]

2024-12-09 Thread via GitHub
doris-robot commented on PR #44929: URL: https://github.com/apache/doris/pull/44929#issuecomment-2530150204 TPC-DS: Total hot run time: 197463 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: [Enhancement](jdbc catalog) Support reading some array types of PostgreSQL #44160 [doris]

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

Re: [PR] [fix](nereids) not rewrite first_value when first_value ignore nulls [doris]

2024-12-09 Thread via GitHub
doris-robot commented on PR #45065: URL: https://github.com/apache/doris/pull/45065#issuecomment-2530156388 ClickBench: Total hot run time: 33.29 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

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

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

Re: [PR] [Opt](load) only MoW table need table commit lock when commit transaction for cloud mode [doris]

2024-12-09 Thread via GitHub
doris-robot commented on PR #45220: URL: https://github.com/apache/doris/pull/45220#issuecomment-2530152492 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+proce

Re: [PR] branch-3.0: [opt](nereids) support pushing down aggr distinct through join #43380 [doris]

2024-12-09 Thread via GitHub
xzj7019 commented on PR #45067: URL: https://github.com/apache/doris/pull/45067#issuecomment-2530147427 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] [feat](clone) Speed clone tablet via batch small file downloading #45061 [doris]

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

Re: [PR] [fix] Remove one partition scanned constraint for partition cache [doris]

2024-12-09 Thread via GitHub
github-actions[bot] commented on PR #35733: URL: https://github.com/apache/doris/pull/35733#issuecomment-2529891710 We're closing this PR because it hasn't been updated in a while. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable

Re: [PR] [performance](load) increase max_broker_concurrency to 100 [doris]

2024-12-09 Thread via GitHub
doris-robot commented on PR #44929: URL: https://github.com/apache/doris/pull/44929#issuecomment-2530160757 ClickBench: Total hot run time: 33.27 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

[PR] [doc](delete) update the examples of batch delete to reference links to stream load manual [doris-website]

2024-12-09 Thread via GitHub
zhannngchen opened a new pull request, #1490: URL: https://github.com/apache/doris-website/pull/1490 ## Versions - [ ] dev - [ ] 3.0 - [ ] 2.1 - [ ] 2.0 ## Languages - [ ] Chinese - [ ] English ## Docs Checklist - [ ] Checked by AI - [ ] Test

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

2024-12-09 Thread via GitHub
doris-robot commented on PR #45051: URL: https://github.com/apache/doris/pull/45051#issuecomment-2530163451 ClickBench: Total hot run time: 33.07 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Opt](load) only MoW table need table commit lock when commit transaction for cloud mode [doris]

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

Re: [PR] [fix](nereids) not rewrite first_value when first_value ignore nulls [doris]

2024-12-09 Thread via GitHub
feiniaofeiafei commented on PR #45065: URL: https://github.com/apache/doris/pull/45065#issuecomment-2530175358 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] [feat](mtmv)Paimon queries the data in the cache instead of querying the latest data [doris]

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

Re: [PR] [refactor](ecosystem) refactor flink doris connector doc [doris-website]

2024-12-09 Thread via GitHub
KassieZ commented on code in PR #1450: URL: https://github.com/apache/doris-website/pull/1450#discussion_r1877217772 ## common_docs_zh/ecosystem/flink-doris-connector.md: ## @@ -740,84 +625,239 @@ insert into doris_sink select id,name,bank,age from cdc_mysql_source; --tabl

[PR] [Opt](load) only MoW table need table commit lock when commit transaction for cloud mode [doris]

2024-12-09 Thread via GitHub
liaoxin01 opened a new pull request, #45220: URL: https://github.com/apache/doris/pull/45220 ### 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] branch-3.0: [test](index compaction)Add exception cases for index compaction #45056 [doris]

2024-12-09 Thread via GitHub
qidaye commented on PR #45192: URL: https://github.com/apache/doris/pull/45192#issuecomment-2530174966 run external -- 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] branch-3.0: [test](index compaction)Add exception cases for index compaction #45056 [doris]

2024-12-09 Thread via GitHub
qidaye commented on PR #45192: URL: https://github.com/apache/doris/pull/45192#issuecomment-2530174314 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 unsub

Re: [PR] [refactor](ecosystem) refactor flink doris connector doc [doris-website]

2024-12-09 Thread via GitHub
KassieZ commented on PR #1450: URL: https://github.com/apache/doris-website/pull/1450#issuecomment-2530183519 request review @wangtianyi2004 -- 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 s

Re: [PR] [fix](orc) ignore null values when the literals of in_predicate contains [doris]

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

Re: [PR] [fix](orc) ignore null values when the literals of in_predicate contains [doris]

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

Re: [PR] [fix](cluster key) fix cluster key schema change [doris]

2024-12-09 Thread via GitHub
github-actions[bot] commented on PR #45203: URL: https://github.com/apache/doris/pull/45203#issuecomment-2530186342 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] brnahc-3.0:[improvement](jdbc catalog) Optimize JdbcCatalog case mapping stability [doris]

2024-12-09 Thread via GitHub
doris-robot commented on PR #45221: URL: https://github.com/apache/doris/pull/45221#issuecomment-2530188648 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+proce

[PR] brnahc-3.0:[improvement](jdbc catalog) Optimize JdbcCatalog case mapping stability [doris]

2024-12-09 Thread via GitHub
zy-kkk opened a new pull request, #45221: URL: https://github.com/apache/doris/pull/45221 ### 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] [fix](planner) query should be cancelled if limit reached (#44338) [doris]

2024-12-09 Thread via GitHub
doris-robot commented on PR #45222: URL: https://github.com/apache/doris/pull/45222#issuecomment-2530189600 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+proce

[PR] [fix](planner) query should be cancelled if limit reached (#44338) [doris]

2024-12-09 Thread via GitHub
morningman opened a new pull request, #45222: URL: https://github.com/apache/doris/pull/45222 cherry-pick #44338 -- 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](cluster key) fix cluster key schema change [doris]

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

Re: [PR] [Opt](load) only MoW table need table commit lock when commit transaction for cloud mode [doris]

2024-12-09 Thread via GitHub
github-actions[bot] commented on PR #45220: URL: https://github.com/apache/doris/pull/45220#issuecomment-2530190614 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]Remove be special handling of date types and bugs in registration functions [doris]

2024-12-09 Thread via GitHub
zclllyybb commented on code in PR #45159: URL: https://github.com/apache/doris/pull/45159#discussion_r1877224039 ## be/src/vec/functions/simple_function_factory.h: ## @@ -158,19 +167,21 @@ class SimpleFunctionFactory { FunctionBasePtr get_function(const std::string& name, c

Re: [PR] [fix](catalog) opt the count pushdown rule for iceberg/paimon/hive scan node [doris]

2024-12-09 Thread via GitHub
morningman merged PR #44038: URL: https://github.com/apache/doris/pull/44038 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.a

(doris) branch master updated (ed112527f9b -> 18dc92a40d3)

2024-12-09 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from ed112527f9b [Feat](nereids) support ShowTabletStorageFormat command in nereids (#43295) add 18dc92a40d3 [fix]

Re: [PR] [feat](mtmv)Paimon queries the data in the cache instead of querying the latest data [doris]

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

[PR] [fix](planner) query should be cancelled if limit reached (#44338) [doris]

2024-12-09 Thread via GitHub
morningman opened a new pull request, #45223: URL: https://github.com/apache/doris/pull/45223 bp #44338 -- 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-ma

Re: [PR] [fix](planner) query should be cancelled if limit reached (#44338) [doris]

2024-12-09 Thread via GitHub
morningman commented on PR #45222: URL: https://github.com/apache/doris/pull/45222#issuecomment-2530194452 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

<    1   2   3   4   5   6   7   8   >