HappenLee commented on code in PR #35913:
URL: https://github.com/apache/doris/pull/35913#discussion_r1628879488
##
be/src/pipeline/exec/scan_operator.cpp:
##
@@ -743,6 +746,14 @@ Status
ScanLocalState::_normalize_not_in_and_not_eq_predicate(
PushDownType temp_pdt = PushDo
HappenLee commented on code in PR #35883:
URL: https://github.com/apache/doris/pull/35883#discussion_r1628877629
##
be/src/vec/runtime/vdatetime_value.cpp:
##
@@ -3421,10 +3519,12 @@ void DateV2Value::set_microsecond(uint32_t
microsecond) {
}
template
-bool DateV2Value::to
doris-robot commented on PR #35965:
URL: https://github.com/apache/doris/pull/35965#issuecomment-2151542504
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
xinyiZzz opened a new pull request, #35965:
URL: https://github.com/apache/doris/pull/35965
## Proposed changes
add conf enable_stacktrace_in_allocator_check_failed, if true, allocator
check failed log stacktrace if not catch exception
--
This is an automated messag
doris-robot commented on PR #33530:
URL: https://github.com/apache/doris/pull/33530#issuecomment-2151538738
TPC-H: Total hot run time: 40678 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100
platoneko commented on code in PR #35670:
URL: https://github.com/apache/doris/pull/35670#discussion_r1628868830
##
be/src/util/s3_util.h:
##
@@ -116,9 +121,9 @@ struct S3ClientConf {
std::string to_string() const {
return fmt::format(
-"(ak={}, t
github-actions[bot] commented on PR #35941:
URL: https://github.com/apache/doris/pull/35941#issuecomment-2151528336
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
github-actions[bot] commented on PR #35941:
URL: https://github.com/apache/doris/pull/35941#issuecomment-2151528304
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 #35964:
URL: https://github.com/apache/doris/pull/35964#issuecomment-2151524441
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
starocean999 opened a new pull request, #35964:
URL: https://github.com/apache/doris/pull/35964
pick from master https://github.com/apache/doris/pull/35948
## Proposed changes
Issue Number: close #xxx
--
This is an automated message from the Apache Git Service
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.1 by this push:
new 104fcea725d [fix](mtmv) mtmv disable
morningman merged PR #35949:
URL: https://github.com/apache/doris/pull/35949
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@doris.a
morningman commented on PR #35963:
URL: https://github.com/apache/doris/pull/35963#issuecomment-2151521951
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 #35963:
URL: https://github.com/apache/doris/pull/35963#issuecomment-2151521340
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
morningman opened a new pull request, #35963:
URL: https://github.com/apache/doris/pull/35963
Avro scanner is deprecated. Remove related test suits
--
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
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from f0352e9a3ba [Update](regression) refine case for inverted index show
data (#35939)
add da13f47072a [build](do
morningman merged PR #35892:
URL: https://github.com/apache/doris/pull/35892
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@doris.a
github-actions[bot] commented on PR #35958:
URL: https://github.com/apache/doris/pull/35958#issuecomment-2151516418
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 #35962:
URL: https://github.com/apache/doris/pull/35962#issuecomment-2151512536
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
zfr9527 commented on PR #34489:
URL: https://github.com/apache/doris/pull/34489#issuecomment-2151513344
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
starocean999 opened a new pull request, #35962:
URL: https://github.com/apache/doris/pull/35962
pick from master https://github.com/apache/doris/pull/35948
## Proposed changes
Issue Number: close #xxx
--
This is an automated message from the Apache Git Service.
To
This is an automated email from the ASF dual-hosted git repository.
lihaopeng pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.1 by this push:
new 5cecbfc6eaf [cherry-pick]Add workload
HappenLee merged PR #35911:
URL: https://github.com/apache/doris/pull/35911
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@doris.ap
starocean999 commented on PR #35961:
URL: https://github.com/apache/doris/pull/35961#issuecomment-2151506575
run buildall
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To
doris-robot commented on PR #35961:
URL: https://github.com/apache/doris/pull/35961#issuecomment-2151506487
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
starocean999 opened a new pull request, #35961:
URL: https://github.com/apache/doris/pull/35961
pick from master https://github.com/apache/doris/pull/35948
## Proposed changes
Issue Number: close #xxx
--
This is an automated message from the Apache Git Service
github-actions[bot] commented on PR #35937:
URL: https://github.com/apache/doris/pull/35937#issuecomment-2151500437
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
github-actions[bot] commented on PR #35937:
URL: https://github.com/apache/doris/pull/35937#issuecomment-2151500399
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
dataroaring commented on PR #35894:
URL: https://github.com/apache/doris/pull/35894#issuecomment-2151500038
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
csun5285 commented on PR #35891:
URL: https://github.com/apache/doris/pull/35891#issuecomment-2151498739
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
mrhhsg commented on PR #35171:
URL: https://github.com/apache/doris/pull/35171#issuecomment-2151498263
run buildall
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsub
platoneko commented on code in PR #35670:
URL: https://github.com/apache/doris/pull/35670#discussion_r1628837333
##
gensrc/thrift/AgentService.thrift:
##
@@ -61,6 +61,15 @@ enum TTabletType {
TABLET_TYPE_MEMORY = 1
}
+enum TObjStorageType {
+AWS = 0,
Review Comment:
github-actions[bot] commented on PR #35855:
URL: https://github.com/apache/doris/pull/35855#issuecomment-2151493656
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
github-actions[bot] commented on PR #35855:
URL: https://github.com/apache/doris/pull/35855#issuecomment-2151493716
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
github-actions[bot] commented on PR #35946:
URL: https://github.com/apache/doris/pull/35946#issuecomment-2151492765
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
w41ter commented on PR #35958:
URL: https://github.com/apache/doris/pull/35958#issuecomment-2151487522
run buildall
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsub
github-actions[bot] commented on PR #35852:
URL: https://github.com/apache/doris/pull/35852#issuecomment-2151484073
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 #35919:
URL: https://github.com/apache/doris/pull/35919#issuecomment-2151485534
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
github-actions[bot] commented on PR #35919:
URL: https://github.com/apache/doris/pull/35919#issuecomment-2151485494
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
gavinchou commented on code in PR #35670:
URL: https://github.com/apache/doris/pull/35670#discussion_r1626836505
##
be/src/cloud/cloud_meta_mgr.cpp:
##
@@ -345,6 +346,27 @@ Status retry_rpc(std::string_view op_name, const Request&
req, Response* res,
return Status::RpcErro
feiniaofeiafei commented on PR #33530:
URL: https://github.com/apache/doris/pull/33530#issuecomment-2151483486
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.
github-actions[bot] commented on PR #35953:
URL: https://github.com/apache/doris/pull/35953#issuecomment-2151483374
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
gavinchou commented on PR #35953:
URL: https://github.com/apache/doris/pull/35953#issuecomment-2151482742
we may need some test
--
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 commen
platoneko commented on PR #35852:
URL: https://github.com/apache/doris/pull/35852#issuecomment-2151477753
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
qidaye commented on PR #35951:
URL: https://github.com/apache/doris/pull/35951#issuecomment-2151478368
run performance
--
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
This is an automated email from the ASF dual-hosted git repository.
eldenmoon 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 f0352e9a3ba [Update](regression) refine case f
eldenmoon merged PR #35939:
URL: https://github.com/apache/doris/pull/35939
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@doris.ap
HappenLee commented on code in PR #35883:
URL: https://github.com/apache/doris/pull/35883#discussion_r1628817142
##
be/src/olap/types.h:
##
@@ -1240,7 +1240,7 @@ struct FieldTypeTraits
string res;
res.resize(12);
Review Comment:
why here call reize and rese
XieJiann commented on PR #35500:
URL: https://github.com/apache/doris/pull/35500#issuecomment-2151470221
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
XieJiann opened a new pull request, #35500:
URL: https://github.com/apache/doris/pull/35500
## 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
XieJiann closed pull request #35500: [fix](Nereids): add be test number in some
tests
URL: https://github.com/apache/doris/pull/35500
--
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 com
XieJiann commented on PR #35500:
URL: https://github.com/apache/doris/pull/35500#issuecomment-2151470033
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
github-actions[bot] commented on code in PR #34653:
URL: https://github.com/apache/doris/pull/34653#discussion_r1628816276
##
be/src/pipeline/exec/exchange_sink_buffer.h:
##
@@ -74,7 +74,10 @@ class BroadcastPBlockHolder {
ENABLE_FACTORY_CREATOR(BroadcastPBlockHolder);
p
BiteThet commented on PR #34653:
URL: https://github.com/apache/doris/pull/34653#issuecomment-2151462932
run buildall
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To
doris-robot commented on PR #35891:
URL: https://github.com/apache/doris/pull/35891#issuecomment-2151417328
TeamCity be ut coverage result:
Function Coverage: 36.37% (8986/24709)
Line Coverage: 27.91% (73459/263237)
Region Coverage: 27.33% (38024/139116)
Branch Coverage: 23.9
doris-robot commented on PR #35953:
URL: https://github.com/apache/doris/pull/35953#issuecomment-2151415741
TeamCity be ut coverage result:
Function Coverage: 36.38% (8986/24698)
Line Coverage: 27.91% (73418/263050)
Region Coverage: 27.34% (38014/139017)
Branch Coverage: 23.9
doris-robot commented on PR #35951:
URL: https://github.com/apache/doris/pull/35951#issuecomment-2151415073
TeamCity be ut coverage result:
Function Coverage: 36.38% (8984/24696)
Line Coverage: 27.90% (73376/263015)
Region Coverage: 27.33% (37991/139007)
Branch Coverage: 23.9
doris-robot commented on PR #35953:
URL: https://github.com/apache/doris/pull/35953#issuecomment-2151413205
ClickBench: Total hot run time: 30.29 s
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools
doris-robot commented on PR #35953:
URL: https://github.com/apache/doris/pull/35953#issuecomment-2151408926
TPC-DS: Total hot run time: 173154 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 #35899:
URL: https://github.com/apache/doris/pull/35899#issuecomment-2151408012
ClickBench: Total hot run time: 30.31 s
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools
doris-robot commented on PR #35958:
URL: https://github.com/apache/doris/pull/35958#issuecomment-2151407480
ClickBench: Total hot run time: 30.47 s
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools
doris-robot commented on PR #35899:
URL: https://github.com/apache/doris/pull/35899#issuecomment-2151403887
TPC-DS: Total hot run time: 171718 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 #35958:
URL: https://github.com/apache/doris/pull/35958#issuecomment-2151403346
TPC-DS: Total hot run time: 171490 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 #35953:
URL: https://github.com/apache/doris/pull/35953#issuecomment-2151400547
TPC-H: Total hot run time: 40301 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 #35960:
URL: https://github.com/apache/doris/pull/35960#issuecomment-2151397668
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 #35899:
URL: https://github.com/apache/doris/pull/35899#issuecomment-2151394071
TPC-H: Total hot run time: 41449 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100
This is an automated email from the ASF dual-hosted git repository.
panxiaolei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 82679824d83 [Feature](agg-state) OLAP_FIELD_TYPE_AGG_STATE support
more serialized_type (#35628)
add e88f521c
BiteThet merged PR #35913:
URL: https://github.com/apache/doris/pull/35913
--
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-robot commented on PR #35958:
URL: https://github.com/apache/doris/pull/35958#issuecomment-2151393455
TPC-H: Total hot run time: 39870 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 #35948:
URL: https://github.com/apache/doris/pull/35948#issuecomment-2151393436
ClickBench: Total hot run time: 30.69 s
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools
doris-robot commented on PR #35855:
URL: https://github.com/apache/doris/pull/35855#issuecomment-2151393349
ClickBench: Total hot run time: 30.99 s
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools
BiteThet commented on PR #35960:
URL: https://github.com/apache/doris/pull/35960#issuecomment-2151393213
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
BiteThet opened a new pull request, #35960:
URL: https://github.com/apache/doris/pull/35960
## Proposed changes
normalize push down logic for tablet reader predicates
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
cjj2010 commented on PR #35959:
URL: https://github.com/apache/doris/pull/35959#issuecomment-2151392813
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 #35959:
URL: https://github.com/apache/doris/pull/35959#issuecomment-2151392643
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
cjj2010 opened a new pull request, #35959:
URL: https://github.com/apache/doris/pull/35959
## Proposed changes
Issue Number: close #xxx
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abo
doris-robot commented on PR #35897:
URL: https://github.com/apache/doris/pull/35897#issuecomment-2151387523
ClickBench: Total hot run time: 31.18 s
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools
doris-robot commented on PR #35948:
URL: https://github.com/apache/doris/pull/35948#issuecomment-2151387259
TPC-DS: Total hot run time: 170212 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 #35855:
URL: https://github.com/apache/doris/pull/35855#issuecomment-2151387187
TPC-DS: Total hot run time: 172750 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 #35729:
URL: https://github.com/apache/doris/pull/35729#issuecomment-2151385346
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
github-actions[bot] commented on PR #35729:
URL: https://github.com/apache/doris/pull/35729#issuecomment-2151385324
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
This is an automated email from the ASF dual-hosted git repository.
panxiaolei 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 82679824d83 [Feature](agg-state) OLAP_FIELD_T
BiteThet merged PR #35628:
URL: https://github.com/apache/doris/pull/35628
--
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-robot commented on PR #35897:
URL: https://github.com/apache/doris/pull/35897#issuecomment-2151383271
TPC-DS: Total hot run time: 172770 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 #33530:
URL: https://github.com/apache/doris/pull/33530#issuecomment-2151380820
ClickBench: Total hot run time: 30.32 s
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools
doris-robot commented on PR #35855:
URL: https://github.com/apache/doris/pull/35855#issuecomment-2151379005
TPC-H: Total hot run time: 41534 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 #35948:
URL: https://github.com/apache/doris/pull/35948#issuecomment-2151379034
TPC-H: Total hot run time: 41012 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 #35957:
URL: https://github.com/apache/doris/pull/35957#issuecomment-2151379025
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
w41ter opened a new pull request, #35958:
URL: https://github.com/apache/doris/pull/35958
## Proposed changes
The old cloud code uses the same clazz label as the native, but these labels
were changed during merge codes. This PR makes the RuntimeTypeAdaptor
compatible with the old clo
doris-robot commented on PR #35958:
URL: https://github.com/apache/doris/pull/35958#issuecomment-2151378344
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
w41ter commented on PR #35958:
URL: https://github.com/apache/doris/pull/35958#issuecomment-2151378376
run buildall
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsub
doris-robot commented on PR #33530:
URL: https://github.com/apache/doris/pull/33530#issuecomment-2151376910
TPC-DS: Total hot run time: 171565 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 #35897:
URL: https://github.com/apache/doris/pull/35897#issuecomment-2151375234
TPC-H: Total hot run time: 41633 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 #35081:
URL: https://github.com/apache/doris/pull/35081#issuecomment-2151375212
ClickBench: Total hot run time: 30.36 s
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools
doris-robot commented on PR #35266:
URL: https://github.com/apache/doris/pull/35266#issuecomment-2151375204
ClickBench: Total hot run time: 30.21 s
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools
doris-robot commented on PR #35901:
URL: https://github.com/apache/doris/pull/35901#issuecomment-2151375172
ClickBench: Total hot run time: 30.3 s
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools
C
doris-robot commented on PR #35830:
URL: https://github.com/apache/doris/pull/35830#issuecomment-2151374894
ClickBench: Total hot run time: 31.13 s
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools
doris-robot commented on PR #35957:
URL: https://github.com/apache/doris/pull/35957#issuecomment-2151374772
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
doris-robot commented on PR #35915:
URL: https://github.com/apache/doris/pull/35915#issuecomment-2151374758
ClickBench: Total hot run time: 30.41 s
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools
wuwenchi opened a new pull request, #35957:
URL: https://github.com/apache/doris/pull/35957
## Proposed changes
Doris will convert the schema in FIleSystem to achieve the function of
natively reading files. For example, `s3a` will be converted to `s3`.
The position dele
1 - 100 of 754 matches
Mail list logo