yiguolei merged PR #13804:
URL: https://github.com/apache/doris/pull/13804
--
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
This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-1.1-lts
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-1.1-lts by this push:
new d0fc8323bf [fix](spark load)The
github-actions[bot] commented on PR #13798:
URL: https://github.com/apache/doris/pull/13798#issuecomment-1296679469
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 #13798:
URL: https://github.com/apache/doris/pull/13798#issuecomment-1296679520
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
MRYOG opened a new issue, #13814:
URL: https://github.com/apache/doris/issues/13814
### Search before asking
- [X] I had searched in the
[issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and
found no similar issues.
### Version
1.1.3-rc02
luozenglin opened a new pull request, #13815:
URL: https://github.com/apache/doris/pull/13815
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
luozenglin commented on PR #13743:
URL: https://github.com/apache/doris/pull/13743#issuecomment-1296700996
>
I have added the regression case for the right anti join: #13815
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Git
MRYOG opened a new issue, #13816:
URL: https://github.com/apache/doris/issues/13816
### Search before asking
- [X] I had searched in the
[issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and
found no similar issues.
### Version
1.1.3-rc02
jackwener opened a new pull request, #13817:
URL: https://github.com/apache/doris/pull/13817
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Y
Gabriel39 merged PR #13798:
URL: https://github.com/apache/doris/pull/13798
--
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
This is an automated email from the ASF dual-hosted git repository.
gabriellee pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from ceb7b60a64 [fix](Nereids) update immutable LogicalAggregate attribute
by mistake (#13740)
add f49a0daf54 [fix
dataroaring commented on code in PR #13359:
URL: https://github.com/apache/doris/pull/13359#discussion_r1009127913
##
be/src/olap/rowset/beta_rowset_reader.cpp:
##
@@ -36,7 +36,16 @@ BetaRowsetReader::BetaRowsetReader(BetaRowsetSharedPtr
rowset)
_rowset->acquire();
}
-S
github-actions[bot] commented on PR #13813:
URL: https://github.com/apache/doris/pull/13813#issuecomment-1296741804
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 #13813:
URL: https://github.com/apache/doris/pull/13813#issuecomment-1296741827
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
dataroaring commented on code in PR #13359:
URL: https://github.com/apache/doris/pull/13359#discussion_r1009132314
##
be/src/olap/rowset/beta_rowset_reader.cpp:
##
@@ -47,68 +56,69 @@ Status BetaRowsetReader::init(RowsetReaderContext*
read_context) {
}
// convert Ro
zhangstar333 commented on code in PR #13737:
URL: https://github.com/apache/doris/pull/13737#discussion_r1009133812
##
be/src/vec/functions/function_running_difference.h:
##
@@ -0,0 +1,124 @@
+#pragma once
+
+#include "vec/data_types/data_type.h"
+#include "vec/data_types/number
github-actions[bot] commented on PR #13815:
URL: https://github.com/apache/doris/pull/13815#issuecomment-1296744203
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 #13815:
URL: https://github.com/apache/doris/pull/13815#issuecomment-1296744234
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
xinyiZzz commented on code in PR #13781:
URL: https://github.com/apache/doris/pull/13781#discussion_r1009134578
##
docs/zh-CN/docs/admin-manual/config/be-config.md:
##
@@ -839,6 +839,12 @@ txn 管理器中每个 txn_partition_map 的最大 txns 数,这是一种自我
* 描述:限制BE进程使用服务器最大内存百分比。用于防止BE内存挤占太多的机器内存,
xinyiZzz commented on code in PR #13781:
URL: https://github.com/apache/doris/pull/13781#discussion_r1009135808
##
be/src/service/doris_main.cpp:
##
@@ -321,22 +321,6 @@ int main(int argc, char** argv) {
return -1;
}
-#if !defined(__SANITIZE_ADDRESS__) && !define
xinyiZzz commented on code in PR #13781:
URL: https://github.com/apache/doris/pull/13781#discussion_r1009136506
##
be/src/common/daemon.cpp:
##
@@ -71,6 +71,14 @@ void Daemon::tcmalloc_gc_thread() {
// TODO All cache GC wish to be supported
#if !defined(ADDRESS_SANITIZER)
xinyiZzz commented on code in PR #13781:
URL: https://github.com/apache/doris/pull/13781#discussion_r1009136506
##
be/src/common/daemon.cpp:
##
@@ -71,6 +71,14 @@ void Daemon::tcmalloc_gc_thread() {
// TODO All cache GC wish to be supported
#if !defined(ADDRESS_SANITIZER)
yiguolei merged PR #13812:
URL: https://github.com/apache/doris/pull/13812
--
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
This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-1.1-lts
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-1.1-lts by this push:
new a853d69bb1 [cherry-pick](join)
yiguolei merged PR #13813:
URL: https://github.com/apache/doris/pull/13813
--
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
This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-1.1-lts
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-1.1-lts by this push:
new 263652ef9d [cherry-pick](profil
yiguolei commented on code in PR #13795:
URL: https://github.com/apache/doris/pull/13795#discussion_r1009142766
##
be/src/runtime/load_channel_mgr.h:
##
@@ -58,6 +59,14 @@ class LoadChannelMgr {
// cancel all tablet stream for 'load_id' load
Status cancel(const PTablet
yiguolei commented on code in PR #13795:
URL: https://github.com/apache/doris/pull/13795#discussion_r1009144221
##
be/src/runtime/load_channel_mgr.h:
##
@@ -80,7 +89,8 @@ class LoadChannelMgr {
Cache* _last_success_channel = nullptr;
// check the total load channel m
hello-stephen commented on PR #13805:
URL: https://github.com/apache/doris/pull/13805#issuecomment-1296760050
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 38.55 seconds
load time: 618 seconds
storage size: 17154821264 Bytes
https://doris-co
BiteThet opened a new pull request, #13819:
URL: https://github.com/apache/doris/pull/13819
# Proposed changes
change log fatal to return 0 to avoid code dump on nullable double column
cast to decimal column
```sql
start time: Mon Oct 31 15:49:03 CST 2022
F1031 15:52:
jackwener opened a new pull request, #13820:
URL: https://github.com/apache/doris/pull/13820
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Y
carlvinhust2012 opened a new pull request, #13821:
URL: https://github.com/apache/doris/pull/13821
# Proposed changes
1. this pr is used to fix the be core dump when import array.
2. before the change, we import array by rapidjson string will
core dump under the non-vectorized scenario
Lchangliang opened a new pull request, #13822:
URL: https://github.com/apache/doris/pull/13822
# Proposed changes
Issue Number: close #xxx
## Problem summary
When upgrade 1.2 version from 1.1, FE version will don't match BE version
for a period of time. After upgrade BE
hello-stephen commented on PR #13810:
URL: https://github.com/apache/doris/pull/13810#issuecomment-1296817027
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 37.94 seconds
load time: 576 seconds
storage size: 17154810759 Bytes
https://doris-co
morrySnow opened a new pull request, #13826:
URL: https://github.com/apache/doris/pull/13826
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Y
starocean999 opened a new pull request, #13827:
URL: https://github.com/apache/doris/pull/13827
# Proposed changes
Issue Number: close #xxx
## Problem summary
fix regression-test/suites/trino_p0/sql/group_by/runConstantGroupBy_order.sql
## Checklist(Required)
morningman merged PR #13067:
URL: https://github.com/apache/doris/pull/13067
--
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
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 f49a0daf54 [fix](regression) Fix concurrent regression failure (#13798)
add ba177a15cb [feature-wip](recover)
morningman closed issue #8421: [Enhancement] Recover DDL
URL: https://github.com/apache/doris/issues/8421
--
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
hello-stephen commented on PR #13815:
URL: https://github.com/apache/doris/pull/13815#issuecomment-1296842444
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 38.28 seconds
load time: 578 seconds
storage size: 17154821252 Bytes
https://doris-co
dataroaring commented on code in PR #13359:
URL: https://github.com/apache/doris/pull/13359#discussion_r1009220294
##
be/src/olap/rowset/segment_v2/segment_writer.h:
##
@@ -120,11 +130,16 @@ class SegmentWriter {
std::unique_ptr _mem_tracker;
uint32_t _row_count = 0;
wangshuo128 commented on issue #13560:
URL: https://github.com/apache/doris/issues/13560#issuecomment-1296846019
> The following query will hit the rollup and cause wrong result
select t1.dt,
t1.key1,
t1.key2,
sum(t1.value1) as value1,
sum(t2.value2
dataroaring commented on code in PR #13359:
URL: https://github.com/apache/doris/pull/13359#discussion_r1009221836
##
be/src/olap/rowset/segment_v2/segment_writer.cpp:
##
@@ -299,11 +322,12 @@ uint64_t SegmentWriter::estimate_segment_size() {
return size;
}
-Status Segme
xinyiZzz commented on code in PR #13795:
URL: https://github.com/apache/doris/pull/13795#discussion_r1009223742
##
be/src/runtime/load_channel_mgr.h:
##
@@ -58,6 +59,14 @@ class LoadChannelMgr {
// cancel all tablet stream for 'load_id' load
Status cancel(const PTablet
BiteThet opened a new pull request, #13828:
URL: https://github.com/apache/doris/pull/13828
# Proposed changes
1. covert fixed value when range not is first
2. reset exact_range for each range.
## Problem summary
Describe your changes.
## Checklist(Required)
jacktengg opened a new pull request, #13829:
URL: https://github.com/apache/doris/pull/13829
Definition of TQueryOptions in gensrc/thrift/PaloInternalService.thrift
is not consistent:
1.1-lts: 47: optional i32 num_free_block_in_scan
master: 47: optional bool enable_local_exch
morningman opened a new pull request, #13830:
URL: https://github.com/apache/doris/pull/13830
# Proposed changes
Issue Number: close #xxx
## Problem summary
Follow up #13067
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Yes
ccoffline opened a new issue, #13831:
URL: https://github.com/apache/doris/issues/13831
### Search before asking
- [X] I had searched in the
[issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and
found no similar issues.
### Version
9691db791807
morningman commented on PR #13830:
URL: https://github.com/apache/doris/pull/13830#issuecomment-1296893357
cc @nextdreamblue
--
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.
ccoffline opened a new pull request, #13832:
URL: https://github.com/apache/doris/pull/13832
# Proposed changes
Issue Number: close #13831
## Problem summary
fix prometheus format error
## Checklist(Required)
1. Does it affect the original behavior:
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch revert-13495-compaction_v8
in repository https://gitbox.apache.org/repos/asf/doris.git
at c1b63d4ea7 Revert "[enhancement](compaction) opt compaction task
producer and quick compaction
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch revert-13495-compaction_v8
in repository https://gitbox.apache.org/repos/asf/doris.git
commit c1b63d4ea7843b7884320cf40cd29010fbb7dcaa
Author: Mingyu Chen
AuthorDate: Mon Oct 31 18:39:19 2022
morningman opened a new pull request, #13833:
URL: https://github.com/apache/doris/pull/13833
Reverts apache/doris#13495
I will create a new branch to test this PR and following new compaction
features
cc @yixiutt
--
This is an automated message from the Apache Git Service.
To resp
morrySnow commented on code in PR #13681:
URL: https://github.com/apache/doris/pull/13681#discussion_r1009140690
##
fe/fe-core/src/main/java/org/apache/doris/nereids/util/JoinUtils.java:
##
@@ -285,28 +286,28 @@ public static boolean
couldColocateJoin(DistributionSpecHash leftH
xy720 commented on PR #13794:
URL: https://github.com/apache/doris/pull/13794#issuecomment-1296915437
rebase master
--
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
nextdreamblue commented on code in PR #13830:
URL: https://github.com/apache/doris/pull/13830#discussion_r1009282789
##
fe/fe-core/src/main/java/org/apache/doris/journal/JournalEntity.java:
##
@@ -196,9 +196,7 @@ public void readFields(DataInput in) throws IOException {
nextdreamblue commented on code in PR #13830:
URL: https://github.com/apache/doris/pull/13830#discussion_r1009282988
##
fe/fe-core/src/main/java/org/apache/doris/journal/JournalEntity.java:
##
@@ -238,14 +236,11 @@ public void readFields(DataInput in) throws IOException {
morrySnow merged PR #13787:
URL: https://github.com/apache/doris/pull/13787
--
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
This is an automated email from the ASF dual-hosted git repository.
morrysnow 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 18be77af64 [fix](nereids) query cannot executi
caoliang-web opened a new pull request, #13834:
URL: https://github.com/apache/doris/pull/13834
# Proposed changes
Issue Number: close #xxx
## Problem summary
Add spark Doris connector to support streamload documentation
## Checklist(Required)
1. Does it aff
dataroaring merged PR #13662:
URL: https://github.com/apache/doris/pull/13662
--
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.
dataroaring closed issue #13661: [Feature] url functions
URL: https://github.com/apache/doris/issues/13661
--
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-mai
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 7ae60a0ad2 [feature](function)add url functi
hello-stephen commented on PR #13803:
URL: https://github.com/apache/doris/pull/13803#issuecomment-1296939674
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 38.06 seconds
load time: 572 seconds
storage size: 17154709862 Bytes
https://doris-co
BiteThet merged PR #12337:
URL: https://github.com/apache/doris/pull/12337
--
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.
panxiaolei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 7ae60a0ad2 [feature](function)add url functions: domain and protocol
(#13662)
add 57a9b0fa65 [Enhancement](ch
github-actions[bot] commented on PR #13821:
URL: https://github.com/apache/doris/pull/13821#issuecomment-1296945838
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 #13821:
URL: https://github.com/apache/doris/pull/13821#issuecomment-1296945898
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
morrySnow opened a new pull request, #13835:
URL: https://github.com/apache/doris/pull/13835
# Proposed changes
when we do column prune, we add project on child plan. If child plan is
Project. we need to merge them.
## Problem summary
Describe your changes.
## Che
hello-stephen commented on PR #13817:
URL: https://github.com/apache/doris/pull/13817#issuecomment-1296962465
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 39.6 seconds
load time: 580 seconds
storage size: 17154810664 Bytes
https://doris-com
zenoyang opened a new pull request, #13836:
URL: https://github.com/apache/doris/pull/13836
# Proposed changes
Issue Number: close #xxx
`BackendServiceProxy.getInstance()` uses the round robin strategy to obtain
the proxy, so when the current RPC request is abnormal, the proxy
HappenLee opened a new pull request, #13837:
URL: https://github.com/apache/doris/pull/13837
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Y
luozenglin opened a new pull request, #13838:
URL: https://github.com/apache/doris/pull/13838
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ]
jackwener commented on code in PR #13756:
URL: https://github.com/apache/doris/pull/13756#discussion_r1009336239
##
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/exploration/join/SemiJoinSemiJoinTransposeProject.java:
##
@@ -0,0 +1,99 @@
+// Licensed to the Apache Soft
morningman commented on issue #13814:
URL: https://github.com/apache/doris/issues/13814#issuecomment-1297008739
Is there `Failed to assign scanner task to thread pool` in your be.INFO?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
jackwener merged PR #13817:
URL: https://github.com/apache/doris/pull/13817
--
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
This is an automated email from the ASF dual-hosted git repository.
jakevin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 57a9b0fa65 [Enhancement](chore) remove unused diagnostic (#12337)
add 36a47dfe16 [enhancement](Nereids): use Immu
xinyiZzz commented on code in PR #13795:
URL: https://github.com/apache/doris/pull/13795#discussion_r1009366175
##
be/src/runtime/load_channel_mgr.h:
##
@@ -80,7 +89,8 @@ class LoadChannelMgr {
Cache* _last_success_channel = nullptr;
// check the total load channel m
englefly opened a new pull request, #13839:
URL: https://github.com/apache/doris/pull/13839
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Ye
Gabriel39 opened a new pull request, #13840:
URL: https://github.com/apache/doris/pull/13840
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Y
hello-stephen commented on PR #13808:
URL: https://github.com/apache/doris/pull/13808#issuecomment-1297057088
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 39.41 seconds
load time: 628 seconds
storage size: 17154865183 Bytes
https://doris-co
englefly opened a new pull request, #13841:
URL: https://github.com/apache/doris/pull/13841
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Ye
hello-stephen commented on PR #13819:
URL: https://github.com/apache/doris/pull/13819#issuecomment-1297063340
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 38.32 seconds
load time: 575 seconds
storage size: 17154644844 Bytes
https://doris-co
hello-stephen commented on PR #13820:
URL: https://github.com/apache/doris/pull/13820#issuecomment-1297083927
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 38.73 seconds
load time: 578 seconds
storage size: 17154810773 Bytes
https://doris-co
hello-stephen commented on PR #13821:
URL: https://github.com/apache/doris/pull/13821#issuecomment-1297093446
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 38.51 seconds
load time: 567 seconds
storage size: 17154644847 Bytes
https://doris-co
HappenLee commented on code in PR #13840:
URL: https://github.com/apache/doris/pull/13840#discussion_r1009432301
##
be/src/olap/null_predicate.h:
##
@@ -59,6 +59,14 @@ class NullPredicate : public ColumnPredicate {
}
}
+bool evaluate_del(const std::pair&
sta
HappenLee commented on code in PR #13840:
URL: https://github.com/apache/doris/pull/13840#discussion_r1009439655
##
be/src/olap/in_list_predicate.h:
##
@@ -266,6 +266,28 @@ class InListPredicateBase : public ColumnPredicate {
}
}
+bool evaluate_del(const std:
hello-stephen commented on PR #13822:
URL: https://github.com/apache/doris/pull/13822#issuecomment-1297123916
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 38.55 seconds
load time: 569 seconds
storage size: 17154655337 Bytes
https://doris-co
spaces-X opened a new pull request, #13842:
URL: https://github.com/apache/doris/pull/13842
# Proposed changes
fix doc of prefix index
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ]
924060929 commented on code in PR #12583:
URL: https://github.com/apache/doris/pull/12583#discussion_r1009378540
##
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/GroupByResolve.java:
##
@@ -0,0 +1,121 @@
+// Licensed to the Apache Software Foundation (A
jackwener merged PR #13821:
URL: https://github.com/apache/doris/pull/13821
--
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
This is an automated email from the ASF dual-hosted git repository.
jakevin 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 cc0fa5fef6 [fix](array-type) fix the be core dum
hello-stephen commented on PR #13794:
URL: https://github.com/apache/doris/pull/13794#issuecomment-1297151396
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 38.47 seconds
load time: 568 seconds
storage size: 17154644077 Bytes
https://doris-co
qidaye opened a new issue, #13843:
URL: https://github.com/apache/doris/issues/13843
### Search before asking
- [X] I had searched in the
[issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and
found no similar issues.
### Description
When we que
qidaye opened a new pull request, #13844:
URL: https://github.com/apache/doris/pull/13844
# Proposed changes
Issue Number: close #13843
## Problem summary
Support `SELECT * EXCEPT` syntax.
## Checklist(Required)
1. Does it affect the original behavior:
hello-stephen commented on PR #13826:
URL: https://github.com/apache/doris/pull/13826#issuecomment-1297183431
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 38.53 seconds
load time: 573 seconds
storage size: 17154655398 Bytes
https://doris-co
MRYOG commented on issue #13814:
URL: https://github.com/apache/doris/issues/13814#issuecomment-1297184701
> Is there `Failed to assign scanner task to thread pool` in your be.INFO?
Yes, the last log is
https://user-images.githubusercontent.com/10381662/199033507-fbd7d02f-c778-4c5a
englefly opened a new pull request, #13845:
URL: https://github.com/apache/doris/pull/13845
# Proposed changes
join estimation V2 should be invoked when enableNereidsStatsDeriveV2=true
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checkli
dataroaring merged PR #13783:
URL: https://github.com/apache/doris/pull/13783
--
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 d2c5c1af3b [feature](regression) add custom
1 - 100 of 184 matches
Mail list logo