Re: [PR] [fix](invert index) Fix the issue of high memory usage. [doris]

2024-03-23 Thread via GitHub
github-actions[bot] commented on PR #31739: URL: https://github.com/apache/doris/pull/31739#issuecomment-2016394618 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] (vectorization) fix_cast_from_date_to_decimal [doris]

2024-03-23 Thread via GitHub
zhiqiang- commented on code in PR #32518: URL: https://github.com/apache/doris/pull/32518#discussion_r1536588367 ## be/src/vec/data_types/data_type_decimal.h: ## @@ -655,6 +656,10 @@ void convert_to_decimal(typename ToDataType::FieldType* dst, for (size_t i = 0; i

Re: [PR] [opt](pointer cast) better typeid_cast [doris]

2024-03-23 Thread via GitHub
zhiqiang- commented on code in PR #32614: URL: https://github.com/apache/doris/pull/32614#discussion_r1536591316 ## be/src/vec/common/typeid_cast.h: ## @@ -43,34 +43,20 @@ */ template requires std::is_reference_v -To typeid_cast(From& from) { -try { -if

Re: [PR] [opt](pointer cast) better typeid_cast [doris]

2024-03-23 Thread via GitHub
zhiqiang- commented on code in PR #32614: URL: https://github.com/apache/doris/pull/32614#discussion_r1536591881 ## be/src/vec/common/typeid_cast.h: ## @@ -43,34 +43,20 @@ */ template requires std::is_reference_v -To typeid_cast(From& from) { -try { -if

Re: [I] [Bug] Reason: column(__DORIS_DELETE_SIGN__) values is null while columns is not nullable. [doris]

2024-03-23 Thread via GitHub
JasonLeeCoding commented on issue #30843: URL: https://github.com/apache/doris/issues/30843#issuecomment-2016413736 I think we should set the sink.enable-delete parameter to false by default -- This is an automated message from the Apache Git Service. To respond to the message, please

[I] [Bug] 创建表的时候表注释异常 [doris]

2024-03-23 Thread via GitHub
SummerShow opened a new issue, #32723: URL: https://github.com/apache/doris/issues/32723 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version v2.1.0 ### Wha

[I] [Bug] 创建表的时候表注释异常 [doris]

2024-03-23 Thread via GitHub
SummerShow opened a new issue, #32724: URL: https://github.com/apache/doris/issues/32724 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version v2.1.0 ### Wha

Re: [PR] [fix](pipeline) FragmentMgr may return OK when some instance prepare failed [doris]

2024-03-23 Thread via GitHub
zhiqiang- closed pull request #29353: [fix](pipeline) FragmentMgr may return OK when some instance prepare failed URL: https://github.com/apache/doris/pull/29353 -- 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] Num element [doris]

2024-03-23 Thread via GitHub
doris-robot commented on PR #32725: URL: https://github.com/apache/doris/pull/32725#issuecomment-2016476154 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

[PR] Num element [doris]

2024-03-23 Thread via GitHub
wyxxxcat opened a new pull request, #32725: URL: https://github.com/apache/doris/pull/32725 ## Proposed changes Issue Number: #31892 ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailto:d..

Re: [PR] Num element [doris]

2024-03-23 Thread via GitHub
github-actions[bot] commented on code in PR #32725: URL: https://github.com/apache/doris/pull/32725#discussion_r1536624762 ## be/src/olap/rowset/segment_v2/column_reader.cpp: ## @@ -1061,10 +1061,10 @@ Status FileColumnIterator::seek_to_page_start() { return seek_to_ordinal

Re: [PR] [Bug] Error occurred while passing status up [doris]

2024-03-23 Thread via GitHub
wyxxxcat commented on PR #32725: URL: https://github.com/apache/doris/pull/32725#issuecomment-2016478581 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] [featrue](expr) support common subexpression elimination be part [doris]

2024-03-23 Thread via GitHub
Mryange commented on PR #32673: URL: https://github.com/apache/doris/pull/32673#issuecomment-2016485184 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] [feature](hive)support `ExternalTransaction` for writing exteral table. [doris]

2024-03-23 Thread via GitHub
wuwenchi opened a new pull request, #32726: URL: https://github.com/apache/doris/pull/32726 ## Proposed changes Add `ExternalTransactionManager` and `Transaction`. `ExternalTransactionManager` is used to manage all external transactions: ``` class ExternalTransactionManager {

Re: [PR] [feature](hive)support `ExternalTransaction` for writing exteral table. [doris]

2024-03-23 Thread via GitHub
doris-robot commented on PR #32726: URL: https://github.com/apache/doris/pull/32726#issuecomment-2016485540 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] [featrue](expr) support common subexpression elimination be part [doris]

2024-03-23 Thread via GitHub
Mryange commented on PR #32673: URL: https://github.com/apache/doris/pull/32673#issuecomment-2016486923 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] [only test] " [featrue](expr) support common subexpression elimination" [doris]

2024-03-23 Thread via GitHub
Mryange commented on PR #32727: URL: https://github.com/apache/doris/pull/32727#issuecomment-2016487565 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] [only test] " [featrue](expr) support common subexpression elimination" [doris]

2024-03-23 Thread via GitHub
Mryange commented on PR #32727: URL: https://github.com/apache/doris/pull/32727#issuecomment-2016488015 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] [only test] " [featrue](expr) support common subexpression elimination" [doris]

2024-03-23 Thread via GitHub
Mryange opened a new pull request, #32727: URL: https://github.com/apache/doris/pull/32727 ## 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](mailto:

Re: [PR] [only test] " [featrue](expr) support common subexpression elimination" [doris]

2024-03-23 Thread via GitHub
doris-robot commented on PR #32727: URL: https://github.com/apache/doris/pull/32727#issuecomment-2016487551 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] [only test] " [featrue](expr) support common subexpression elimination" [doris]

2024-03-23 Thread via GitHub
github-actions[bot] commented on code in PR #32727: URL: https://github.com/apache/doris/pull/32727#discussion_r1536630287 ## be/src/exec/exec_node.h: ## @@ -220,6 +220,26 @@ class ExecNode { return _output_row_descriptor ? *_output_row_descriptor : _row_descriptor;

Re: [PR] [featrue](expr) support common subexpression elimination be part [doris]

2024-03-23 Thread via GitHub
doris-robot commented on PR #32673: URL: https://github.com/apache/doris/pull/32673#issuecomment-2016491537 TeamCity be ut coverage result: Function Coverage: 35.25% (8731/24770) Line Coverage: 27.05% (71497/264327) Region Coverage: 26.29% (37100/141125) Branch Coverage: 23.1

Re: [PR] [feature](hive)support `ExternalTransaction` for writing exteral table. [doris]

2024-03-23 Thread via GitHub
wuwenchi commented on PR #32726: URL: https://github.com/apache/doris/pull/32726#issuecomment-2016492971 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] [Bug] Error occurred while passing status up [doris]

2024-03-23 Thread via GitHub
doris-robot commented on PR #32725: URL: https://github.com/apache/doris/pull/32725#issuecomment-2016493097 TeamCity be ut coverage result: Function Coverage: 35.26% (8733/24766) Line Coverage: 27.06% (71520/264298) Region Coverage: 26.30% (37109/141101) Branch Coverage: 23.1

Re: [PR] [Bug] Error occurred while passing status up [doris]

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

Re: [PR] [only test] " [featrue](expr) support common subexpression elimination" [doris]

2024-03-23 Thread via GitHub
doris-robot commented on PR #32727: URL: https://github.com/apache/doris/pull/32727#issuecomment-2016494708 TeamCity be ut coverage result: Function Coverage: 35.26% (8733/24770) Line Coverage: 27.06% (71526/264327) Region Coverage: 26.30% (37111/141125) Branch Coverage: 23.2

Re: [PR] [featrue](expr) support common subexpression elimination be part [doris]

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

Re: [PR] [feature](agg) add aggregate function sum0 [doris]

2024-03-23 Thread via GitHub
xiedeyantu commented on PR #32541: URL: https://github.com/apache/doris/pull/32541#issuecomment-2016496086 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] [Bug] Error occurred while passing status up [doris]

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

Re: [PR] [only test] " [featrue](expr) support common subexpression elimination" [doris]

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

Re: [PR] [feature](agg) add aggregate function sum0 [doris]

2024-03-23 Thread via GitHub
github-actions[bot] commented on PR #32541: URL: https://github.com/apache/doris/pull/32541#issuecomment-2016497385 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] [Bug] Error occurred while passing status up [doris]

2024-03-23 Thread via GitHub
doris-robot commented on PR #32725: URL: https://github.com/apache/doris/pull/32725#issuecomment-2016497917 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit 031bf87ea9183edaceef5bb90ae004f6ed484775 with default session variables Stream

Re: [PR] [fix](move-memtable) fix load timeout caused by lost wakeup [doris]

2024-03-23 Thread via GitHub
github-actions[bot] commented on PR #32720: URL: https://github.com/apache/doris/pull/32720#issuecomment-2016497984 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] [featrue](expr) support common subexpression elimination be part [doris]

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

Re: [PR] [featrue](expr) support common subexpression elimination be part [doris]

2024-03-23 Thread via GitHub
doris-robot commented on PR #32673: URL: https://github.com/apache/doris/pull/32673#issuecomment-2016499609 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit 3e771b3a126dc19faa56c7ff35a0929a4fa340f4 with default session variables Stream

Re: [PR] [only test] " [featrue](expr) support common subexpression elimination" [doris]

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

Re: [PR] [only test] " [featrue](expr) support common subexpression elimination" [doris]

2024-03-23 Thread via GitHub
doris-robot commented on PR #32727: URL: https://github.com/apache/doris/pull/32727#issuecomment-2016501034 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit 77c7a35f1d54050166cb0c9cf0ba6278d9fa5107 with default session variables Stream

Re: [PR] [feature](hive)support `ExternalTransaction` for writing exteral table. [doris]

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

Re: [PR] [feature](agg) add aggregate function sum0 [doris]

2024-03-23 Thread via GitHub
doris-robot commented on PR #32541: URL: https://github.com/apache/doris/pull/32541#issuecomment-2016502795 TeamCity be ut coverage result: Function Coverage: 35.26% (8734/24767) Line Coverage: 27.06% (71515/264306) Region Coverage: 26.30% (37103/141100) Branch Coverage: 23.1

Re: [PR] [feature](agg) add aggregate function sum0 [doris]

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

Re: [PR] [feature](agg) add aggregate function sum0 [doris]

2024-03-23 Thread via GitHub
github-actions[bot] commented on PR #32541: URL: https://github.com/apache/doris/pull/32541#issuecomment-2016503804 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](hive)support `ExternalTransaction` for writing exteral table. [doris]

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

Re: [PR] [feature](hive)support `ExternalTransaction` for writing exteral table. [doris]

2024-03-23 Thread via GitHub
doris-robot commented on PR #32726: URL: https://github.com/apache/doris/pull/32726#issuecomment-2016505538 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit 39bdca9703de4011e352d324748ac39e78a033ba with default session variables Stream

Re: [PR] [fix] (Nereids) fix date function rewrite on datetimev1 column bug [doris]

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

Re: [I] [Bug] [INVALID_ARGUMENT]Create Expr failed because [E33] Invalid value: 2024-03-11 24:00:00 for type DateTime [doris]

2024-03-23 Thread via GitHub
yiguolei closed issue #32329: [Bug] [INVALID_ARGUMENT]Create Expr failed because [E33] Invalid value: 2024-03-11 24:00:00 for type DateTime URL: https://github.com/apache/doris/issues/32329 -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

(doris) branch master updated: [fix] (Nereids) fix date function rewrite on datetimev1 column bug (#32569)

2024-03-23 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new ba85b022128 [fix] (Nereids) fix date function r

Re: [PR] [feature](agg) add aggregate function sum0 [doris]

2024-03-23 Thread via GitHub
doris-robot commented on PR #32541: URL: https://github.com/apache/doris/pull/32541#issuecomment-2016508279 TeamCity be ut coverage result: Function Coverage: 35.26% (8734/24767) Line Coverage: 27.06% (71524/264306) Region Coverage: 26.30% (37112/141100) Branch Coverage: 23.2

Re: [PR] [fix](move-memtable) fix load timeout caused by lost wakeup [doris]

2024-03-23 Thread via GitHub
github-actions[bot] commented on PR #32720: URL: https://github.com/apache/doris/pull/32720#issuecomment-2016508518 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](agg) add aggregate function sum0 [doris]

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

Re: [PR] [fix](move-memtable) fix load timeout caused by lost wakeup [doris]

2024-03-23 Thread via GitHub
dataroaring merged PR #32720: URL: https://github.com/apache/doris/pull/32720 -- 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 (ba85b022128 -> 93124693d5e)

2024-03-23 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 ba85b022128 [fix] (Nereids) fix date function rewrite on datetimev1 column bug (#32569) add 93124693d5e [fix

Re: [PR] [feature](hive)support `ExternalTransaction` for writing exteral table. [doris]

2024-03-23 Thread via GitHub
wuwenchi commented on PR #32726: URL: https://github.com/apache/doris/pull/32726#issuecomment-2016512128 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](agg) add aggregate function sum0 [doris]

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

Re: [PR] [fix](paimon) support paimon with hive2 [doris]

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

Re: [PR] [feature](agg) add aggregate function sum0 [doris]

2024-03-23 Thread via GitHub
doris-robot commented on PR #32541: URL: https://github.com/apache/doris/pull/32541#issuecomment-2016515048 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit a0540bd55cda57bac573d77902973f187ed9fb2d with default session variables Stream

Re: [PR] [fix](paimon) support paimon with hive2 [doris]

2024-03-23 Thread via GitHub
doris-robot commented on PR #32455: URL: https://github.com/apache/doris/pull/32455#issuecomment-2016519447 TeamCity be ut coverage result: Function Coverage: 35.26% (8733/24766) Line Coverage: 27.06% (71510/264296) Region Coverage: 26.29% (37095/141096) Branch Coverage: 23.1

Re: [PR] [fix](paimon) support paimon with hive2 [doris]

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

Re: [PR] [feature](hive)support `ExternalTransaction` for writing exteral table. [doris]

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

Re: [PR] [fix](paimon) support paimon with hive2 [doris]

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

Re: [PR] [fix](paimon) support paimon with hive2 [doris]

2024-03-23 Thread via GitHub
doris-robot commented on PR #32455: URL: https://github.com/apache/doris/pull/32455#issuecomment-2016523485 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit d620c4162ec1e3c3f79f916e5a52307eee09c003 with default session variables Stream

Re: [PR] [feature](hive)support `ExternalTransaction` for writing exteral table. [doris]

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

Re: [PR] [improvement](spill) DataQueue should not occupy too much memory [doris]

2024-03-23 Thread via GitHub
yiguolei commented on code in PR #32717: URL: https://github.com/apache/doris/pull/32717#discussion_r1536649552 ## be/src/pipeline/exec/data_queue.cpp: ## @@ -146,6 +151,10 @@ void DataQueue::push_block(std::unique_ptr block, int child_i if (_source_dependency) {

Re: [PR] [feature](hive)support `ExternalTransaction` for writing exteral table. [doris]

2024-03-23 Thread via GitHub
doris-robot commented on PR #32726: URL: https://github.com/apache/doris/pull/32726#issuecomment-2016525085 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit d315e6ad58db534b41219b85f815f7757a97ad1c with default session variables Stream

Re: [PR] [fix] (vectorization) fix_cast_from_date_to_decimal [doris]

2024-03-23 Thread via GitHub
github-actions[bot] commented on PR #32518: URL: https://github.com/apache/doris/pull/32518#issuecomment-2016530603 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] (vectorization) fix_cast_from_date_to_decimal [doris]

2024-03-23 Thread via GitHub
github-actions[bot] commented on PR #32518: URL: https://github.com/apache/doris/pull/32518#issuecomment-2016530740 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] (vectorization) fix_cast_from_date_to_decimal [doris]

2024-03-23 Thread via GitHub
AcKing-Sam commented on PR #32518: URL: https://github.com/apache/doris/pull/32518#issuecomment-2016530928 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To u

[PR] [Enhancement] fix duplicated properties is not reported [doris]

2024-03-23 Thread via GitHub
xiedeyantu opened a new pull request, #32729: URL: https://github.com/apache/doris/pull/32729 ## Proposed changes Issue Number: close #32577 ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](m

Re: [PR] [Enhancement] fix duplicated properties is not reported [doris]

2024-03-23 Thread via GitHub
doris-robot commented on PR #32729: URL: https://github.com/apache/doris/pull/32729#issuecomment-2016537821 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] [Enhancement] fix duplicated properties is not reported [doris]

2024-03-23 Thread via GitHub
xiedeyantu commented on PR #32729: URL: https://github.com/apache/doris/pull/32729#issuecomment-2016540601 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] (vectorization) fix_cast_from_date_to_decimal [doris]

2024-03-23 Thread via GitHub
doris-robot commented on PR #32518: URL: https://github.com/apache/doris/pull/32518#issuecomment-2016547961 TeamCity be ut coverage result: Function Coverage: 35.26% (8733/24766) Line Coverage: 27.05% (71508/264307) Region Coverage: 26.29% (37101/141096) Branch Coverage: 23.1

Re: [PR] [fix] (vectorization) fix_cast_from_date_to_decimal [doris]

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

Re: [PR] [Enhancement] fix duplicated properties is not reported [doris]

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

Re: [PR] [opt](pointer cast) better typeid_cast [doris]

2024-03-23 Thread via GitHub
zclllyybb commented on code in PR #32614: URL: https://github.com/apache/doris/pull/32614#discussion_r1536663881 ## be/src/vec/common/typeid_cast.h: ## @@ -43,34 +43,20 @@ */ template requires std::is_reference_v -To typeid_cast(From& from) { -try { -if (ty

Re: [PR] [fix] (vectorization) fix_cast_from_date_to_decimal [doris]

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

Re: [PR] [Enhancement] fix duplicated properties is not reported [doris]

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

Re: [PR] [fix] (vectorization) fix_cast_from_date_to_decimal [doris]

2024-03-23 Thread via GitHub
doris-robot commented on PR #32518: URL: https://github.com/apache/doris/pull/32518#issuecomment-2016552686 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit d29cb284fd6f4258f182d0319f06763c3fb80baf with default session variables Stream

Re: [PR] debug mysqlload [doris]

2024-03-23 Thread via GitHub
dataroaring commented on PR #32716: URL: https://github.com/apache/doris/pull/32716#issuecomment-2016553909 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] debug mysqlload [doris]

2024-03-23 Thread via GitHub
github-actions[bot] commented on PR #32716: URL: https://github.com/apache/doris/pull/32716#issuecomment-2016555050 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] debug mysqlload [doris]

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

Re: [PR] debug mysqlload [doris]

2024-03-23 Thread via GitHub
doris-robot commented on PR #32716: URL: https://github.com/apache/doris/pull/32716#issuecomment-2016560865 TeamCity be ut coverage result: Function Coverage: 35.25% (8731/24766) Line Coverage: 27.05% (71481/264298) Region Coverage: 26.28% (37087/141096) Branch Coverage: 23.1

Re: [PR] debug mysqlload [doris]

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

Re: [PR] [feature][insert]add FE UT and support CTAS for external table [doris]

2024-03-23 Thread via GitHub
wsjz commented on PR #32525: URL: https://github.com/apache/doris/pull/32525#issuecomment-2016568668 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] [feature][insert]add FE UT and support CTAS for external table [doris]

2024-03-23 Thread via GitHub
wsjz commented on PR #32525: URL: https://github.com/apache/doris/pull/32525#issuecomment-2016569319 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] [Enhancement] fix duplicated properties is not reported [doris]

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

Re: [PR] [feature][insert]add FE UT and support CTAS for external table [doris]

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

Re: [PR] [feature][insert]add FE UT and support CTAS for external table [doris]

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

Re: [PR] [feature][insert]add FE UT and support CTAS for external table [doris]

2024-03-23 Thread via GitHub
doris-robot commented on PR #32525: URL: https://github.com/apache/doris/pull/32525#issuecomment-2016580575 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit d4df2b9a1bfa699ae3b9d73da24a4c56a418cf12 with default session variables Stream

Re: [PR] [Enhancement] fix duplicated properties is not reported [doris]

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

Re: [PR] [Enhancement] fix duplicated properties is not reported [doris]

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

Re: [PR] [fix] (vectorization) regexp all_pass string [doris]

2024-03-23 Thread via GitHub
github-actions[bot] commented on PR #32515: URL: https://github.com/apache/doris/pull/32515#issuecomment-2016612692 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] [only test] " [featrue](expr) support common subexpression elimination" [doris]

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

Re: [PR] [Enhancement] fix duplicated properties is not reported [doris]

2024-03-23 Thread via GitHub
xiedeyantu commented on PR #32729: URL: https://github.com/apache/doris/pull/32729#issuecomment-2016624649 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] [featrue](expr) support common subexpression elimination be part [doris]

2024-03-23 Thread via GitHub
Mryange commented on PR #32673: URL: https://github.com/apache/doris/pull/32673#issuecomment-2016626615 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] [only test] " [featrue](expr) support common subexpression elimination" [doris]

2024-03-23 Thread via GitHub
doris-robot commented on PR #32727: URL: https://github.com/apache/doris/pull/32727#issuecomment-2016628316 TeamCity be ut coverage result: Function Coverage: 35.25% (8732/24770) Line Coverage: 27.05% (71510/264358) Region Coverage: 26.29% (37107/141144) Branch Coverage: 23.1

Re: [PR] [only test] " [featrue](expr) support common subexpression elimination" [doris]

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

Re: [PR] [Enhancement] fix duplicated properties is not reported [doris]

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

Re: [PR] [only test] " [featrue](expr) support common subexpression elimination" [doris]

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

Re: [PR] [featrue](expr) support common subexpression elimination be part [doris]

2024-03-23 Thread via GitHub
doris-robot commented on PR #32673: URL: https://github.com/apache/doris/pull/32673#issuecomment-2016632740 TeamCity be ut coverage result: Function Coverage: 35.25% (8732/24771) Line Coverage: 27.04% (71515/264450) Region Coverage: 26.28% (37110/141193) Branch Coverage: 23.1

Re: [PR] [only test] " [featrue](expr) support common subexpression elimination" [doris]

2024-03-23 Thread via GitHub
doris-robot commented on PR #32727: URL: https://github.com/apache/doris/pull/32727#issuecomment-2016633078 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit f73fad8275bccc863c707ac596b297aac58377b6 with default session variables Stream

Re: [PR] [Enhancement] fix duplicated properties is not reported [doris]

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

  1   2   3   >