Re: [PR] [fix](compaction) fix single replica compaction input rowsets [doris]

2024-04-06 Thread via GitHub
doris-robot commented on PR #33053: URL: https://github.com/apache/doris/pull/33053#issuecomment-2040996438 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit 463412d54809e214cdac3b698c403afb431ca4da with default session variables Stream

Re: [PR] [Feature](function) Add function strcmp [doris]

2024-04-06 Thread via GitHub
doris-robot commented on PR #33272: URL: https://github.com/apache/doris/pull/33272#issuecomment-2040996529 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit 5a49a519e7f7b5927572dd9bd6f2b30fd6cba1ea with default session variables Stream

Re: [PR] [chore](cloud) Fix clear file cache implementation and regression case [doris]

2024-04-06 Thread via GitHub
doris-robot commented on PR #33281: URL: https://github.com/apache/doris/pull/33281#issuecomment-2040997987 TeamCity be ut coverage result: Function Coverage: 35.63% (8884/24932) Line Coverage: 27.37% (72944/266485) Region Coverage: 26.55% (37707/142037) Branch Coverage: 23.3

Re: [PR] [feature&fix](cloud) Support hdfs accessor in Checker [doris]

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

Re: [PR] [chore](cloud) Fix clear file cache implementation and regression case [doris]

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

Re: [PR] [feature&fix](cloud) Support hdfs accessor in Checker [doris]

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

Re: [PR] [Feature](function) Add function strcmp [doris]

2024-04-06 Thread via GitHub
xiedeyantu commented on PR #33272: URL: https://github.com/apache/doris/pull/33272#issuecomment-2041002962 @zclllyybb please review this pr. -- 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 sp

Re: [PR] [feature&fix](cloud) Support hdfs accessor in Checker [doris]

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

Re: [PR] [feature&fix](cloud) Support hdfs accessor in Checker [doris]

2024-04-06 Thread via GitHub
doris-robot commented on PR #33280: URL: https://github.com/apache/doris/pull/33280#issuecomment-2041003726 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit a0a6da3d193380ce047fc4cd0fe1b220baf0cebb with default session variables Stream

Re: [PR] [chore](cloud) Fix clear file cache implementation and regression case [doris]

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

Re: [PR] [chore](cloud) Fix clear file cache implementation and regression case [doris]

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

Re: [PR] [chore](cloud) Fix clear file cache implementation and regression case [doris]

2024-04-06 Thread via GitHub
doris-robot commented on PR #33281: URL: https://github.com/apache/doris/pull/33281#issuecomment-2041006095 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit 75333da7e8751b7305b5583132d25b5b270e6c9b with default session variables Stream

Re: [PR] [feature](pipeline) avoid unnecessary copying during projection. [doris]

2024-04-06 Thread via GitHub
Mryange commented on PR #33126: URL: https://github.com/apache/doris/pull/33126#issuecomment-2041007838 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] [feature](pipeline) avoid unnecessary copying during projection. [doris]

2024-04-06 Thread via GitHub
github-actions[bot] commented on code in PR #33126: URL: https://github.com/apache/doris/pull/33126#discussion_r1554545399 ## be/src/vec/core/block.cpp: ## @@ -728,6 +730,83 @@ void Block::shuffle_columns(const std::vector& result_column_ids) { swap(Block {tmp_data}); }

Re: [PR] [Feature](function) Add function strcmp [doris]

2024-04-06 Thread via GitHub
zclllyybb commented on PR #33272: URL: https://github.com/apache/doris/pull/33272#issuecomment-2041009588 please add my wechat torch-wood_ for talking about this pr -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

Re: [PR] [fix](pipeline)group by and output is empty [doris]

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

[PR] [doc](fix) update materialized view docs [doris-website]

2024-04-06 Thread via GitHub
lihuigang opened a new pull request, #513: URL: https://github.com/apache/doris-website/pull/513 Can not drop column contained by mv, The detailed information is as follows: ALTER TABLE sales_records DROP COLUMN store_id Error Code: 1105. errCode = 2, detailMessage = Can not drop co

Re: [PR] [fix](pipeline)group by and output is empty [doris]

2024-04-06 Thread via GitHub
doris-robot commented on PR #33192: URL: https://github.com/apache/doris/pull/33192#issuecomment-2041021275 TeamCity be ut coverage result: Function Coverage: 35.64% (8885/24933) Line Coverage: 27.37% (72926/266460) Region Coverage: 26.55% (37717/142041) Branch Coverage: 23.3

Re: [PR] [fix](pipeline)group by and output is empty [doris]

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

Re: [PR] [fix](pipeline)group by and output is empty [doris]

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

Re: [PR] [feature](pipeline) avoid unnecessary copying during projection. [doris]

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

Re: [PR] [fix](pipeline)group by and output is empty [doris]

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

Re: [PR] [fix](pipeline)group by and output is empty [doris]

2024-04-06 Thread via GitHub
doris-robot commented on PR #33192: URL: https://github.com/apache/doris/pull/33192#issuecomment-2041027798 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit c3dd5ab2a7693a97ad1b119b57261812df2cb4db with default session variables Stream

Re: [PR] [feature](pipeline) avoid unnecessary copying during projection. [doris]

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

Re: [PR] [feature](pipeline) avoid unnecessary copying during projection. [doris]

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

Re: [PR] [feature](pipeline) avoid unnecessary copying during projection. [doris]

2024-04-06 Thread via GitHub
doris-robot commented on PR #33126: URL: https://github.com/apache/doris/pull/33126#issuecomment-2041030388 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit fc11b646c90b432eb290dfcb920bbaebdc747fce with default session variables Stream

Re: [PR] [improve](fold) support complex type for constant folding [doris]

2024-04-06 Thread via GitHub
zhangstar333 commented on PR #32867: URL: https://github.com/apache/doris/pull/32867#issuecomment-2041036466 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](UT) Fix incorrect command for cloud run_all_tests.sh [doris]

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

(doris) branch master updated: [fix](UT) Fix incorrect command for cloud run_all_tests.sh (#33274)

2024-04-06 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring 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 a8596ecf3e9 [fix](UT) Fix incorrect command

Re: [PR] [testcase](hive)add exception test for hive txn [doris]

2024-04-06 Thread via GitHub
wuwenchi commented on PR #33278: URL: https://github.com/apache/doris/pull/33278#issuecomment-2041047624 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 uns

Re: [PR] [testcase](hive)add exception test for hive txn [doris]

2024-04-06 Thread via GitHub
wuwenchi commented on PR #33278: URL: https://github.com/apache/doris/pull/33278#issuecomment-2041047641 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 unsubscri

Re: [PR] [fix](pipeline)group by and output is empty [doris]

2024-04-06 Thread via GitHub
Mryange commented on PR #33192: URL: https://github.com/apache/doris/pull/33192#issuecomment-2041049263 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] [feature](pipeline) avoid unnecessary copying during projection. [doris]

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

Re: [PR] [fix](pipeline)group by and output is empty [doris]

2024-04-06 Thread via GitHub
github-actions[bot] commented on PR #33192: URL: https://github.com/apache/doris/pull/33192#issuecomment-2041050394 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] [feature](pipeline) avoid unnecessary copying during projection. [doris]

2024-04-06 Thread via GitHub
Mryange commented on PR #33126: URL: https://github.com/apache/doris/pull/33126#issuecomment-2041050721 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] [feature&fix](cloud) Support hdfs accessor in Checker [doris]

2024-04-06 Thread via GitHub
github-actions[bot] commented on PR #33280: URL: https://github.com/apache/doris/pull/33280#issuecomment-2041052418 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&fix](cloud) Support hdfs accessor in Checker [doris]

2024-04-06 Thread via GitHub
github-actions[bot] commented on PR #33280: URL: https://github.com/apache/doris/pull/33280#issuecomment-2041052421 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] [chore](cloud) Fix clear file cache implementation and regression case [doris]

2024-04-06 Thread via GitHub
github-actions[bot] commented on PR #33281: URL: https://github.com/apache/doris/pull/33281#issuecomment-2041053535 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] [chore](cloud) Fix clear file cache implementation and regression case [doris]

2024-04-06 Thread via GitHub
github-actions[bot] commented on PR #33281: URL: https://github.com/apache/doris/pull/33281#issuecomment-2041053545 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [PR] [improve](fold) support complex type for constant folding [doris]

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

Re: [PR] [fix](pipeline)group by and output is empty [doris]

2024-04-06 Thread via GitHub
doris-robot commented on PR #33192: URL: https://github.com/apache/doris/pull/33192#issuecomment-2041054685 TeamCity be ut coverage result: Function Coverage: 35.63% (8884/24933) Line Coverage: 27.37% (72930/266460) Region Coverage: 26.55% (37715/142041) Branch Coverage: 23.3

Re: [PR] [chore](cloud) Fix clear file cache implementation and regression case [doris]

2024-04-06 Thread via GitHub
ByteYue commented on code in PR #33281: URL: https://github.com/apache/doris/pull/33281#discussion_r1554570572 ## be/src/io/cache/block_file_cache.cpp: ## @@ -367,21 +367,34 @@ FileBlocks BlockFileCache::get_impl(const UInt128Wrapper& hash, const CacheConte return result;

Re: [PR] [improve](fold) support complex type for constant folding [doris]

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

Re: [PR] [chore](cloud) Fix clear file cache implementation and regression case [doris]

2024-04-06 Thread via GitHub
dataroaring commented on PR #33281: URL: https://github.com/apache/doris/pull/33281#issuecomment-2041056055 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](cloud) Support hdfs accessor in Checker [doris]

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

Re: [PR] [fix](pipeline)group by and output is empty [doris]

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

(doris) branch master updated (a8596ecf3e9 -> 68e1413417b)

2024-04-06 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from a8596ecf3e9 [fix](UT) Fix incorrect command for cloud run_all_tests.sh (#33274) add 68e1413417b [feature&fix

Re: [PR] [chore](cloud) Fix clear file cache implementation and regression case [doris]

2024-04-06 Thread via GitHub
ByteYue commented on code in PR #33281: URL: https://github.com/apache/doris/pull/33281#discussion_r1554573976 ## be/src/io/cache/block_file_cache.cpp: ## @@ -367,21 +367,36 @@ FileBlocks BlockFileCache::get_impl(const UInt128Wrapper& hash, const CacheConte return result;

Re: [PR] [improve](fold) support complex type for constant folding [doris]

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

Re: [PR] [improve](fold) support complex type for constant folding [doris]

2024-04-06 Thread via GitHub
doris-robot commented on PR #32867: URL: https://github.com/apache/doris/pull/32867#issuecomment-2041059893 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit 54d6d9e40ceb6b6a2d07c8cc23358525c7763631 with default session variables Stream

Re: [PR] [chore](cloud) Fix clear file cache implementation and regression case [doris]

2024-04-06 Thread via GitHub
dataroaring commented on PR #33281: URL: https://github.com/apache/doris/pull/33281#issuecomment-2041060052 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](pipeline)group by and output is empty [doris]

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

Re: [PR] [fix](pipeline)group by and output is empty [doris]

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

Re: [PR] [fix](pipeline)group by and output is empty [doris]

2024-04-06 Thread via GitHub
doris-robot commented on PR #33192: URL: https://github.com/apache/doris/pull/33192#issuecomment-2041062948 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit ad75e3e69839822206ea43ec6aa0a63ec15db935 with default session variables Stream

[PR] [fix](variables) change column type of @@autocommit to BIGINT [doris]

2024-04-06 Thread via GitHub
morningman opened a new pull request, #33282: URL: https://github.com/apache/doris/pull/33282 ## Proposed changes Some of mysql connector (eg, dotnet MySQL.Data) rely on variable's column type to make connection. eg, `select @@autocommit` should with column type `BIGINT`, not `BIT`

Re: [PR] [fix](variables) change column type of @@autocommit to BIGINT [doris]

2024-04-06 Thread via GitHub
doris-robot commented on PR #33282: URL: https://github.com/apache/doris/pull/33282#issuecomment-2041063032 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](variables) change column type of @@autocommit to BIGINT [doris]

2024-04-06 Thread via GitHub
morningman commented on PR #33282: URL: https://github.com/apache/doris/pull/33282#issuecomment-2041064241 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] [chore](cloud) Fix clear file cache implementation and regression case [doris]

2024-04-06 Thread via GitHub
dataroaring commented on PR #33281: URL: https://github.com/apache/doris/pull/33281#issuecomment-2041064510 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] [improvement] improve async submit streamload [doris-flink-connector]

2024-04-06 Thread via GitHub
JNSimba commented on PR #357: URL: https://github.com/apache/doris-flink-connector/pull/357#issuecomment-2041069328 Considering that stopload should theoretically be very fast because it only submits http requests, so if stopload is particularly slow, it means there may be a problem on the

Re: [PR] [improvement] improve async submit streamload [doris-flink-connector]

2024-04-06 Thread via GitHub
JNSimba closed pull request #357: [improvement] improve async submit streamload URL: https://github.com/apache/doris-flink-connector/pull/357 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the speci

Re: [PR] [chore](cloud) Fix clear file cache implementation and regression case [doris]

2024-04-06 Thread via GitHub
doris-robot commented on PR #33281: URL: https://github.com/apache/doris/pull/33281#issuecomment-2041070484 TeamCity be ut coverage result: Function Coverage: 35.64% (8887/24932) Line Coverage: 27.39% (72985/266488) Region Coverage: 26.56% (37731/142037) Branch Coverage: 23.3

Re: [PR] [feature](pipeline) avoid unnecessary copying during projection. [doris]

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

Re: [PR] [feature](pipeline) avoid unnecessary copying during projection. [doris]

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

Re: [PR] [fix](rpc) do not sanitizer exception of thrift rpc [doris]

2024-04-06 Thread via GitHub
dataroaring closed pull request #33267: [fix](rpc) do not sanitizer exception of thrift rpc URL: https://github.com/apache/doris/pull/33267 -- 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 specif

Re: [PR] [chore](cloud) Fix clear file cache implementation and regression case [doris]

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

Re: [PR] [feature](pipeline) avoid unnecessary copying during projection. [doris]

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

Re: [PR] [chore](cloud) Fix clear file cache implementation and regression case [doris]

2024-04-06 Thread via GitHub
github-actions[bot] commented on PR #33281: URL: https://github.com/apache/doris/pull/33281#issuecomment-2041074142 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](pipeline) avoid unnecessary copying during projection. [doris]

2024-04-06 Thread via GitHub
doris-robot commented on PR #33126: URL: https://github.com/apache/doris/pull/33126#issuecomment-2041074683 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit 91f7a53131c17027adb21f0425f485e5bfc8dffb with default session variables Stream

[PR] [fix](iceberg) fix iceberg predicate conversion bug [doris]

2024-04-06 Thread via GitHub
morningman opened a new pull request, #33283: URL: https://github.com/apache/doris/pull/33283 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mail

Re: [PR] [fix](iceberg) fix iceberg predicate conversion bug [doris]

2024-04-06 Thread via GitHub
doris-robot commented on PR #33283: URL: https://github.com/apache/doris/pull/33283#issuecomment-2041075796 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] [chore](cloud) Fix clear file cache implementation and regression case [doris]

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

[PR] [chore](cloud) Fix code style [doris]

2024-04-06 Thread via GitHub
gavinchou opened a new pull request, #33284: URL: https://github.com/apache/doris/pull/33284 (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 unsubscribe, e-

Re: [PR] [chore](cloud) Fix code style [doris]

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

Re: [PR] [Feature](function) Add function strcmp [doris]

2024-04-06 Thread via GitHub
zclllyybb commented on code in PR #33272: URL: https://github.com/apache/doris/pull/33272#discussion_r1554582545 ## be/src/vec/functions/function_string.h: ## @@ -294,6 +294,62 @@ struct SubstringUtil { } }; +class FunctionStrcmp : public IFunction { +public: +static

Re: [PR] [chore](cloud) Fix clear file cache implementation and regression case [doris]

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

Re: [PR] [chore](cloud) Fix code style [doris]

2024-04-06 Thread via GitHub
github-actions[bot] commented on PR #33284: URL: https://github.com/apache/doris/pull/33284#issuecomment-2041078265 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] [chore](cloud) Fix clear file cache implementation and regression case [doris]

2024-04-06 Thread via GitHub
doris-robot commented on PR #33281: URL: https://github.com/apache/doris/pull/33281#issuecomment-2041078467 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit b360d9b8366bf5560e599d59b0b549dac4153bd3 with default session variables Stream

[PR] [bug] Fix abort failure bug [doris-flink-connector]

2024-04-06 Thread via GitHub
JNSimba opened a new pull request, #359: URL: https://github.com/apache/doris-flink-connector/pull/359 # Proposed changes Issue Number: close #xxx ## Problem Summary: Currently, if an error occurs during abort, an exception will not be thrown. The connector will consider

(doris-sdk) branch 1.0.1-release created (now 3870d0a)

2024-04-06 Thread diwu
This is an automated email from the ASF dual-hosted git repository. diwu pushed a change to branch 1.0.1-release in repository https://gitbox.apache.org/repos/asf/doris-sdk.git at 3870d0a [Chore] upload version and changelog (#9) No new revisions were added by this update.

Re: [PR] [chore](cloud) Fix code style and run cloud UT script [doris]

2024-04-06 Thread via GitHub
gavinchou commented on PR #33284: URL: https://github.com/apache/doris/pull/33284#issuecomment-2041088896 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-sdk) annotated tag 1.0.1 updated (e24e6b0 -> 8d637bb)

2024-04-06 Thread diwu
This is an automated email from the ASF dual-hosted git repository. diwu pushed a change to annotated tag 1.0.1 in repository https://gitbox.apache.org/repos/asf/doris-sdk.git *** WARNING: tag 1.0.1 was modified! *** from e24e6b0 (commit) to 8d637bb (tag) tagging e24e6b01116501e96f

Re: [PR] [chore](cloud) Fix code style and run cloud UT script [doris]

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

(doris) branch master updated: [chore](cloud) Fix clear file cache implementation and regression case (#33281)

2024-04-06 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring 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 d5b1eb1d0a9 [chore](cloud) Fix clear file ca

Re: [PR] [enhance](httpaction) log response of http [doris]

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

Re: [PR] [refine](Operator) When _stop_emplace_flag is not set to true, perform batch processing on the block. [doris]

2024-04-06 Thread via GitHub
Mryange commented on PR #33173: URL: https://github.com/apache/doris/pull/33173#issuecomment-2041093198 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] [chore](cloud) Fix clear file cache implementation and regression case [doris]

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

(doris) branch master updated: (httpaction) log response of http (#33270)

2024-04-06 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring 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 8cc8933d30e (httpaction) log response of htt

Re: [PR] [refine](Operator) When _stop_emplace_flag is not set to true, perform batch processing on the block. [doris]

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

(doris-sdk) annotated tag 1.0.1 deleted (was 8d637bb)

2024-04-06 Thread diwu
This is an automated email from the ASF dual-hosted git repository. diwu pushed a change to annotated tag 1.0.1 in repository https://gitbox.apache.org/repos/asf/doris-sdk.git *** WARNING: tag 1.0.1 was deleted! *** tag was 8d637bb This change permanently discards the following revisions:

(doris-sdk) annotated tag 1.0.1 updated (466e39f -> ad8f72f)

2024-04-06 Thread diwu
This is an automated email from the ASF dual-hosted git repository. diwu pushed a change to annotated tag 1.0.1 in repository https://gitbox.apache.org/repos/asf/doris-sdk.git *** WARNING: tag 1.0.1 was modified! *** from 466e39f (commit) to ad8f72f (tag) tagging 466e39f803e9bfe588

svn commit: r68341 - in /dev/doris/doris-sdk: ./ 1.0.1/ 1.0.1/apache-doris-sdk-1.0.1-src.tar.gz 1.0.1/apache-doris-sdk-1.0.1-src.tar.gz.asc 1.0.1/apache-doris-sdk-1.0.1-src.tar.gz.sha512

2024-04-06 Thread diwu
Author: diwu Date: Sat Apr 6 14:15:22 2024 New Revision: 68341 Log: doris sdk 1.0.1 Added: dev/doris/doris-sdk/ dev/doris/doris-sdk/1.0.1/ dev/doris/doris-sdk/1.0.1/apache-doris-sdk-1.0.1-src.tar.gz (with props) dev/doris/doris-sdk/1.0.1/apache-doris-sdk-1.0.1-src.tar.gz.asc

Re: [PR] [refine](Operator) When _stop_emplace_flag is not set to true, perform batch processing on the block. [doris]

2024-04-06 Thread via GitHub
doris-robot commented on PR #33173: URL: https://github.com/apache/doris/pull/33173#issuecomment-2041102732 TeamCity be ut coverage result: Function Coverage: 35.64% (8887/24932) Line Coverage: 27.39% (72979/266491) Region Coverage: 26.56% (37721/142036) Branch Coverage: 23.3

Re: [PR] [refine](Operator) When _stop_emplace_flag is not set to true, perform batch processing on the block. [doris]

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

[PR] [fix](cloud) add load.groovy for cache cases [doris]

2024-04-06 Thread via GitHub
dataroaring opened a new pull request, #33287: URL: https://github.com/apache/doris/pull/33287 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mai

Re: [PR] [fix](cloud) add load.groovy for cache cases [doris]

2024-04-06 Thread via GitHub
doris-robot commented on PR #33287: URL: https://github.com/apache/doris/pull/33287#issuecomment-2041115205 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](cloud) add load.groovy for cache cases [doris]

2024-04-06 Thread via GitHub
dataroaring commented on PR #33287: URL: https://github.com/apache/doris/pull/33287#issuecomment-2041115229 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](cloud) add load.groovy for cache cases [doris]

2024-04-06 Thread via GitHub
github-actions[bot] commented on PR #33287: URL: https://github.com/apache/doris/pull/33287#issuecomment-2041116269 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](cloud) add load.groovy for cache cases [doris]

2024-04-06 Thread via GitHub
Lchangliang commented on PR #33287: URL: https://github.com/apache/doris/pull/33287#issuecomment-2041116134 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 unsubscr

Re: [PR] [fix](cloud) add load.groovy for cache cases [doris]

2024-04-06 Thread via GitHub
github-actions[bot] commented on PR #33287: URL: https://github.com/apache/doris/pull/33287#issuecomment-2041116734 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] [config](cloud) Set meta_schema_value_version to 1 by default [doris]

2024-04-06 Thread via GitHub
gavinchou opened a new pull request, #33288: URL: https://github.com/apache/doris/pull/33288 It should be 1 by default to be compatible with existing warehouses and for better performance. -- This is an automated message from the Apache Git Service. To respond to the message, please log

  1   2   3   4   5   6   >