HappenLee commented on code in PR #45952:
URL: https://github.com/apache/doris/pull/45952#discussion_r1900371001
##
be/src/vec/common/sort/partition_sorter.cpp:
##
@@ -52,7 +52,12 @@ PartitionSorter::PartitionSorter(VSortExecExprs&
vsort_exec_exprs, int limit, in
_ha
HappenLee commented on code in PR #45952:
URL: https://github.com/apache/doris/pull/45952#discussion_r1900372190
##
be/src/vec/common/sort/partition_sorter.cpp:
##
@@ -52,7 +52,12 @@ PartitionSorter::PartitionSorter(VSortExecExprs&
vsort_exec_exprs, int limit, in
_ha
Gabriel39 commented on PR #46235:
URL: https://github.com/apache/doris/pull/46235#issuecomment-2566982195
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
HappenLee commented on code in PR #45952:
URL: https://github.com/apache/doris/pull/45952#discussion_r1900386047
##
be/src/vec/core/sort_cursor.h:
##
@@ -314,4 +340,224 @@ struct MergeSortBlockCursor {
}
};
+enum class SortingQueueStrategy : uint8_t { Default, Batch };
+
HappenLee commented on code in PR #45952:
URL: https://github.com/apache/doris/pull/45952#discussion_r1900388777
##
be/src/vec/core/sort_cursor.h:
##
@@ -264,6 +275,21 @@ struct MergeSortCursor {
return greater_at(rhs, impl->rows - 1, 0) == -1;
}
+/// Checks
zhiqiang- commented on PR #46240:
URL: https://github.com/apache/doris/pull/46240#issuecomment-2567005909
run buildall
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
T
Thearas commented on PR #46240:
URL: https://github.com/apache/doris/pull/46240#issuecomment-2567005934
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
zhiqiang- commented on PR #46241:
URL: https://github.com/apache/doris/pull/46241#issuecomment-2567006076
run buildall
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
T
zhiqiang- opened a new pull request, #46240:
URL: https://github.com/apache/doris/pull/46240
cherry pick from #45422
--
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
zhiqiang- opened a new pull request, #46241:
URL: https://github.com/apache/doris/pull/46241
cherry pick from #45422
--
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
hello-stephen commented on PR #46241:
URL: https://github.com/apache/doris/pull/46241#issuecomment-2567006175
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+pro
zhiqiang- commented on PR #46239:
URL: https://github.com/apache/doris/pull/46239#issuecomment-2567007211
run buildall
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
T
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch asf-site
in repository https://gitbox.apache.org/repos/asf/doris-website.git
discard 42a8a46d4b4 Automated deployment with doris branch @
6c1f6859f4774ff77939fb038f62dd93a4122a22
new 3
doris-robot commented on PR #46235:
URL: https://github.com/apache/doris/pull/46235#issuecomment-2567012968
TPC-H: Total hot run time: 32753 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 #46235:
URL: https://github.com/apache/doris/pull/46235#issuecomment-2567017430
TPC-DS: Total hot run time: 196667 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools
TPC-DS
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch asf-site
in repository https://gitbox.apache.org/repos/asf/doris-website.git
discard b3fdecabd13 Automated deployment with doris branch @
6c1f6859f4774ff77939fb038f62dd93a4122a22
new 7
This is an automated email from the ASF dual-hosted git repository.
airborne pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.0 by this push:
new 5ced8baa4ea [fix](bf index) add ngram b
github-actions[bot] commented on PR #46208:
URL: https://github.com/apache/doris/pull/46208#issuecomment-2566941079
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 #46208:
URL: https://github.com/apache/doris/pull/46208#issuecomment-2566941090
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
airborne12 merged PR #46215:
URL: https://github.com/apache/doris/pull/46215
--
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
wangbo commented on code in PR #46200:
URL: https://github.com/apache/doris/pull/46200#discussion_r1900368620
##
be/src/runtime/workload_group/workload_group_metrics.h:
##
@@ -62,14 +63,15 @@ class WorkloadGroupMetrics {
std::unique_ptr _local_scan_bytes_metric {nullptr};
wangbo commented on code in PR #46200:
URL: https://github.com/apache/doris/pull/46200#discussion_r1900368446
##
be/src/runtime/workload_group/workload_group_metrics.cpp:
##
@@ -32,7 +34,7 @@ WorkloadGroupMetrics::~WorkloadGroupMetrics() {
WorkloadGroupMetrics::WorkloadGroupM
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch asf-site
in repository https://gitbox.apache.org/repos/asf/doris-website.git
discard bf6b31c4022 Automated deployment with doris branch @
6c1f6859f4774ff77939fb038f62dd93a4122a22
new e
doris-robot commented on PR #46059:
URL: https://github.com/apache/doris/pull/46059#issuecomment-2567032074
TPC-H: Total hot run time: 32874 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.
github-bot pushed a change to branch asf-site
in repository https://gitbox.apache.org/repos/asf/doris-website.git
discard 39489391240 Automated deployment with doris branch @
6c1f6859f4774ff77939fb038f62dd93a4122a22
new b
doris-robot commented on PR #46059:
URL: https://github.com/apache/doris/pull/46059#issuecomment-2567036022
TPC-DS: Total hot run time: 192246 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 #46059:
URL: https://github.com/apache/doris/pull/46059#issuecomment-2567037901
ClickBench: Total hot run time: 31.12 s
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch asf-site
in repository https://gitbox.apache.org/repos/asf/doris-website.git
discard 7d9ce5c38fb Automated deployment with doris branch @
6c1f6859f4774ff77939fb038f62dd93a4122a22
new 9
This is an automated email from the ASF dual-hosted git repository.
starocean999 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new c37fbe52ef9 [Enhancement] (nereids)implemen
This is an automated email from the ASF dual-hosted git repository.
starocean999 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new bdd36f9e58a [Enhancement] (nereids)implemen
This is an automated email from the ASF dual-hosted git repository.
starocean999 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 223e7c7d596 [Enhancement] (nereids)implemen
starocean999 closed issue #42759: [Enhancement] (nereids)implement
showUserPropertiesCommand in nereids
URL: https://github.com/apache/doris/issues/42759
--
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
starocean999 merged PR #45373:
URL: https://github.com/apache/doris/pull/45373
--
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
starocean999 closed issue #42722: [Enhancement] (nereids)implement
showStagesCommand in nereids
URL: https://github.com/apache/doris/issues/42722
--
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
starocean999 closed issue #42788: [Enhancement] (nereids)implement
alterCatalogRenameCommand in nereids
URL: https://github.com/apache/doris/issues/42788
--
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
starocean999 closed issue #42760: [Enhancement] (nereids)implement
showAllPropertiesCommand in nereids
URL: https://github.com/apache/doris/issues/42760
--
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
starocean999 closed issue #42760: [Enhancement] (nereids)implement
showAllPropertiesCommand in nereids
URL: https://github.com/apache/doris/issues/42760
--
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
starocean999 merged PR #45145:
URL: https://github.com/apache/doris/pull/45145
--
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 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 902151f5efb [fix](azure) Add FE azure object
hello-stephen commented on PR #46244:
URL: https://github.com/apache/doris/pull/46244#issuecomment-2567217474
run buildall
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
T
Gabriel39 merged PR #46249:
URL: https://github.com/apache/doris/pull/46249
--
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
Thearas commented on PR #46247:
URL: https://github.com/apache/doris/pull/46247#issuecomment-2567230580
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
eldenmoon merged PR #45905:
URL: https://github.com/apache/doris/pull/45905
--
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
github-actions[bot] commented on PR #46217:
URL: https://github.com/apache/doris/pull/46217#issuecomment-2567240187
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 #46020:
URL: https://github.com/apache/doris/pull/46020#issuecomment-2567240814
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.
lihaopeng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new 0a3c706b5f9 [Feature](function) Suppor
github-actions[bot] commented on PR #45955:
URL: https://github.com/apache/doris/pull/45955#issuecomment-2567244162
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 #46246:
URL: https://github.com/apache/doris/pull/46246#issuecomment-2567241086
TPC-H: Total hot run time: 32512 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100
HappenLee merged PR #1654:
URL: https://github.com/apache/doris-website/pull/1654
--
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...@do
doris-robot commented on PR #46253:
URL: https://github.com/apache/doris/pull/46253#issuecomment-2567257563
TPC-H: Total hot run time: 41067 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100
suxiaogang223 opened a new pull request, #46258:
URL: https://github.com/apache/doris/pull/46258
### What problem does this PR solve?
Related PR: #46211
Problem Summary:
Flush out file after change test_hudi_snapshot.groovy
### Release note
None
### Check Li
Thearas commented on PR #46258:
URL: https://github.com/apache/doris/pull/46258#issuecomment-2567257632
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 #46251:
URL: https://github.com/apache/doris/pull/46251#issuecomment-2567250004
TPC-H: Total hot run time: 32637 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.
github-bot pushed a change to branch auto-pick-34105-branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git
from 5deeb42f6db branch-2.1: [opt] Optimization for short circuit of
CompoundPred #45422 (#46241)
doris-robot commented on PR #42911:
URL: https://github.com/apache/doris/pull/42911#issuecomment-2567258537
TPC-H: Total hot run time: 32354 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 #45375:
URL: https://github.com/apache/doris/pull/45375#issuecomment-2567258539
TPC-H: Total hot run time: 32970 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100
Mryange commented on PR #45926:
URL: https://github.com/apache/doris/pull/45926#issuecomment-2567259183
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
This is an automated email from the ASF dual-hosted git repository.
lihaopeng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 8cb483056c8 [fix](new_json_reader)fix core for new_json_reader (#45905)
add 52d8f6f6e20 [Bug](auto-partition) f
github-actions[bot] commented on PR #46258:
URL: https://github.com/apache/doris/pull/46258#issuecomment-2567259122
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 #46258:
URL: https://github.com/apache/doris/pull/46258#issuecomment-2567259128
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
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch auto-pick-45955-branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
at 6fd536bc937 branch-3.0: [fix](azure) Add FE azure object storage UT
and fix log #46201 (#46244
dataroaring closed pull request #46259: branch-3.0: [Bug](auto-partition) fix
auto partition could set storage_medium properties #45955
URL: https://github.com/apache/doris/pull/46259
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitH
This is an automated email from the ASF dual-hosted git repository.
gavinchou pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.0 by this push:
new 6fd536bc937 branch-3.0: [fix](azure) A
doris-robot commented on PR #46123:
URL: https://github.com/apache/doris/pull/46123#issuecomment-2567256222
TPC-H: Total hot run time: 32837 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100
xzj7019 commented on code in PR #46224:
URL: https://github.com/apache/doris/pull/46224#discussion_r1900521427
##
regression-test/suites/query_p0/runtime_filter/runtime_filter.groovy:
##
@@ -0,0 +1,49 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch auto-pick-45955-branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
from 6fd536bc937 branch-3.0: [fix](azure) Add FE azure object storage UT
and fix log #46201 (#46244
github-actions[bot] opened a new pull request, #46259:
URL: https://github.com/apache/doris/pull/46259
Cherry-picked from #45955
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comme
hello-stephen commented on PR #46259:
URL: https://github.com/apache/doris/pull/46259#issuecomment-2567259596
run buildall
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
T
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch auto-pick-45955-branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git
at ffb8077ecbc [Chore](regression-test) adjust variant tpch/q09_trans.sql
batch_size… (#46249)
N
doris-robot commented on PR #46254:
URL: https://github.com/apache/doris/pull/46254#issuecomment-2567259700
TPC-DS: Total hot run time: 191537 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools
TPC-DS
morningman commented on PR #46258:
URL: https://github.com/apache/doris/pull/46258#issuecomment-2567259760
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] opened a new pull request, #46260:
URL: https://github.com/apache/doris/pull/46260
Cherry-picked from #45955
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comme
doris-robot commented on PR #46255:
URL: https://github.com/apache/doris/pull/46255#issuecomment-2567259896
TPC-H: Total hot run time: 41164 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 #42911:
URL: https://github.com/apache/doris/pull/42911#issuecomment-2567260096
TeamCity be ut coverage result:
Function Coverage: 38.90% (10122/26021)
Line Coverage: 29.90% (85553/286135)
Region Coverage: 29.01% (43702/150632)
Branch Coverage: 25.
924060929 opened a new pull request, #46261:
URL: https://github.com/apache/doris/pull/46261
### What problem does this PR solve?
improve prune partition with lots of `in (xxx)`
### Check List (For Author)
- Test
- [ ] Regression test
- [ ] Unit Test
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch auto-pick-45955-branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git
from ffb8077ecbc [Chore](regression-test) adjust variant tpch/q09_trans.sql
batch_size… (#46249)
github-actions[bot] commented on PR #46201:
URL: https://github.com/apache/doris/pull/46201#issuecomment-2567217022
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 merged PR #46201:
URL: https://github.com/apache/doris/pull/46201
--
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 #46244:
URL: https://github.com/apache/doris/pull/46244#issuecomment-2567230857
TPC-H: Total hot run time: 40768 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100
Thearas commented on PR #46248:
URL: https://github.com/apache/doris/pull/46248#issuecomment-2567231005
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
Thearas commented on PR #46248:
URL: https://github.com/apache/doris/pull/46248#issuecomment-2567231028
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
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch auto-pick-34105-branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git
at 5deeb42f6db branch-2.1: [opt] Optimization for short circuit of
CompoundPred #45422 (#46241)
dataroaring closed pull request #46248: branch-2.1: [Chore](regression-test)
adjust variant tpch/q09_trans.sql batch_size… #34105
URL: https://github.com/apache/doris/pull/46248
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch auto-pick-46166-branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git
was 5deeb42f6db branch-2.1: [opt] Optimization for short circuit of
CompoundPred #45422 (#46241)
github-actions[bot] opened a new pull request, #46248:
URL: https://github.com/apache/doris/pull/46248
Cherry-picked from #34105
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comme
JNSimba closed issue #207: [Feature] support spark 3.5
URL: https://github.com/apache/doris-spark-connector/issues/207
--
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 unsubs
github-actions[bot] commented on PR #46194:
URL: https://github.com/apache/doris/pull/46194#issuecomment-2567234431
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
Gabriel39 opened a new pull request, #46249:
URL: https://github.com/apache/doris/pull/46249
… from default to 2048 (#34105)
since 50 may cause performance issue introduced by #33853
### What problem does this PR solve?
Issue Number: close #xxx
Related PR: #xxx
github-actions[bot] commented on PR #46194:
URL: https://github.com/apache/doris/pull/46194#issuecomment-2567234421
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.
yiguolei pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.0 by this push:
new c009468214d branch-3.0: [opt] Optimizat
yiguolei merged PR #46240:
URL: https://github.com/apache/doris/pull/46240
--
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
JNSimba commented on PR #45982:
URL: https://github.com/apache/doris/pull/45982#issuecomment-2567225436
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
JNSimba commented on issue #207:
URL:
https://github.com/apache/doris-spark-connector/issues/207#issuecomment-2567228162
24.0.0 has been released, supporting spark3.5
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use th
hello-stephen commented on PR #46245:
URL: https://github.com/apache/doris/pull/46245#issuecomment-2567226662
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+pro
Gabriel39 opened a new pull request, #46245:
URL: https://github.com/apache/doris/pull/46245
### What problem does this PR solve?
pick #46235
### Release note
None
### Check List (For Author)
- Test
- [ ] Regression test
- [ ] Unit Test
Gabriel39 commented on PR #46245:
URL: https://github.com/apache/doris/pull/46245#issuecomment-2567226672
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
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch auto-pick-46166-branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git
at 5deeb42f6db branch-2.1: [opt] Optimization for short circuit of
CompoundPred #45422 (#46241)
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch auto-pick-46166-branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
from de190ed300d branch-3.0: [Enhancement](function) Support TIMEV2 type
for agg function max,min,a
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch auto-pick-46201-branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
at c009468214d branch-3.0: [opt] Optimization for short circuit of
CompoundPred #45422 (#46240)
dataroaring closed pull request #46247: branch-3.0: [fix](schema-change) Fix
job replay failure when partitions added to table after job finish #46166
URL: https://github.com/apache/doris/pull/46247
--
This is an automated message from the Apache Git Service.
To respond to the message, please
1 - 100 of 639 matches
Mail list logo