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
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
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
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
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
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
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
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
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
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..
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
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
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
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 {
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
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
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
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
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:
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
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;
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
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) {
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 - 100 of 206 matches
Mail list logo